Effects of adding new method to asmx web service

Ninja In Pajamas

We have a ASMX Web service 2.0 which was created way back and some of our applications still use it. Now we want to add another webmethod to it and I am not sure what effects it may cause with existing clients / apps. Or what precautions I should take while doing that.

I would appreciate your views.

Markus

Adding new methods should not cause any problems for the existing clients as long as the interface (signature, web service namespace) of the existing methods remains unchanged. Of course, existing clients cannot call the new methods, but the old ones should work as before.

Though adding methods works, there are explicit ways to version the interface of an ASMX web service. See this link for details.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Reliable Messaging accessible after adding ASMX web service via Service Reference

From Dev

Passing date to ASMX web service

From Dev

Run asmx web service on STA

From Dev

Async call of ASMX web service

From Dev

Consuming .asmx Web Service in java?

From Dev

Running a .asmx Web service as a Windows Service

From Dev

Getting the IP address of the client on an ASMX Web service

From Dev

jQuery ajax request from asmx web service

From Dev

Deserialization of ASMX web service failing partially

From Dev

Getting the IP address of the client on an ASMX Web service

From Dev

“Could not find a part of the path” asmx web service

From Dev

Deploy an asmx web service to a shared hosting server

From Dev

Call ASMX web service with parameter and get value from that web service?

From Dev

Adding new field to an existing Web Service custom type

From Dev

Invoking a web service - asmx - through a Microsoft Web API end point?

From Dev

Adding a form to a web service

From Dev

ASMX web-service work on both HTTP and HTTPs

From Dev

can an ASMX web service response back with Response.BinaryWrite?

From Dev

How to get JSON response from a 3.5 asmx web service

From Dev

Create a asmx web service in C# using visual studio 2013

From Dev

How to manipulate Port Type in asmx Web Service (wsdl)?

From Dev

How to view my classes from asmx web service

From Dev

ASMX Web Service "Server did not recognize the value of HTTP Header SOAPAction"

From Dev

Publish asmx web service to FTP server given parser error

From Dev

Web Service(.asmx) is throwing 404 error in IIS 7

From Dev

Send file with ajax of jQuery to web service in C# (asmx)

From Dev

How to pass JSON parameter with $ajax to asmx web service

From Dev

what is the right way to spawn thread for database IO in asmx web service?

From Dev

How to use JQuery to return HTML page from ASMX web service

Related Related

  1. 1

    Reliable Messaging accessible after adding ASMX web service via Service Reference

  2. 2

    Passing date to ASMX web service

  3. 3

    Run asmx web service on STA

  4. 4

    Async call of ASMX web service

  5. 5

    Consuming .asmx Web Service in java?

  6. 6

    Running a .asmx Web service as a Windows Service

  7. 7

    Getting the IP address of the client on an ASMX Web service

  8. 8

    jQuery ajax request from asmx web service

  9. 9

    Deserialization of ASMX web service failing partially

  10. 10

    Getting the IP address of the client on an ASMX Web service

  11. 11

    “Could not find a part of the path” asmx web service

  12. 12

    Deploy an asmx web service to a shared hosting server

  13. 13

    Call ASMX web service with parameter and get value from that web service?

  14. 14

    Adding new field to an existing Web Service custom type

  15. 15

    Invoking a web service - asmx - through a Microsoft Web API end point?

  16. 16

    Adding a form to a web service

  17. 17

    ASMX web-service work on both HTTP and HTTPs

  18. 18

    can an ASMX web service response back with Response.BinaryWrite?

  19. 19

    How to get JSON response from a 3.5 asmx web service

  20. 20

    Create a asmx web service in C# using visual studio 2013

  21. 21

    How to manipulate Port Type in asmx Web Service (wsdl)?

  22. 22

    How to view my classes from asmx web service

  23. 23

    ASMX Web Service "Server did not recognize the value of HTTP Header SOAPAction"

  24. 24

    Publish asmx web service to FTP server given parser error

  25. 25

    Web Service(.asmx) is throwing 404 error in IIS 7

  26. 26

    Send file with ajax of jQuery to web service in C# (asmx)

  27. 27

    How to pass JSON parameter with $ajax to asmx web service

  28. 28

    what is the right way to spawn thread for database IO in asmx web service?

  29. 29

    How to use JQuery to return HTML page from ASMX web service

HotTag

Archive