Re: .Net WSDL update

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



What changes are you talking about, internal or external?

For external changes (methods, properties, etc.), you will have to refresh
the WSDL on the client side and update the bits.

For internal changes (anything that does not break interface), you are fine.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"CK" <ck@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:d8eb4576-6431-4a58-a0e4-80a70a89cae5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a large project with a numbr of web services that are built in
an external .Net application using classes from my project. Some of
these classes have changed over time, and so the data they hold is
different in some cases. Do I need to refresh the references to the
web services in my web application project to update the WSDL files,
or will it be happy to send different "shaped" data to the webservice?

Thanks,

Chris


.



Relevant Pages

  • Referencing web service complex data type within a second web service (like a delegate)
    ... I am trying to figure out if ASP.NET XML Web Services and the WSDL ... and one consumer client application. ... I want basews to define a delegate of sorts (where the delegate ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: web service question (weblogic / j2ee related)
    ... client would receive the response and manually parse the resulting HTML ... You should most definitely look up a web services guide or tutorial if you are going to work with it. ... the SOAP part of web services,. ... WSDL is the definition of the contract of the server which you give to the client so its WS tools can generate a proper SOAP stub for you. ...
    (comp.lang.java.programmer)
  • Re: Creating a Web Service (Service, not Client) from WSDL
    ... I don't think there is a tool to do it for you, although creating the client ... will help you rough in any objects you have to use and give you the method ... MapForce can also be used to create services from the WSDL. ... that the "normal way" in creating Web Services is: ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: WSDL Dime Attachment
    ... is being adopted going forward for web services. ... rudimentary support for MTOM in the latest web service extensions toolkit ... > was generated with a WSDL generator using the third party software form> systinet. ... My question is how do I implement the client using WSE 1 or 2? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Accessing a .NET 2 webservice from a .NET1 client
    ... Web services are made to be even not platform related - to not say language. ... What about the WSDL? ... local server. ... to wrap the service in a class that can be used by a .NET 1.1 client. ...
    (microsoft.public.dotnet.framework)