Ask a Question related to ASP.NET Web Services, Design and Development.
-
Dino Chiesa [Microsoft] #1
Re: Web Service Version info in WSDL ?
WSDL does not do versions.
You can expose a GetVersion() method.
An alternative is for the server to not care; the client just sends a
request (version1 style or version2 style or whatever) and the server
responds appropriately.
see
[url]http://www.sarkhouston.com/blogs/jskelly/articles/200.aspx[/url]
for an example.
-D
"Shailesh" <Shailesh@discussions.microsoft.com> wrote in message
news:E688625D-A6FD-45E9-BCD6-6CC5EFC7B73D@microsoft.com...to find out what version of the web service is running on the server.> Hi All,
>
> I have a requirement where the consumers of my web service should be ableof the web service in the WSDL document for the web service? If yes, how>
> I would like to know if there is a way to publish the version information
can the consumers get it? My research shows that there is no way to put
version information in the WSDL file. Only types, messages, porttypes,
bindings and services can be part of the WSDL.that returns the version info? Are there any other ways?>
> If the previous option is not viable, will I have to have a web method>
> All help appreciated.
>
> Regards.
> Shailesh.
Dino Chiesa [Microsoft] Guest
-
Web service parameters and WSDL
Is there a way I can be more specific about the attributes of a web service parameter. For instance, instead of just defining a string, I would also... -
help with getting info from a wsdl file
(Type your message here) Help. I am trying to send and receive to an outside web service. The method in the wsdl file is Get_something Im doing... -
Web Service from WSDL File
I have a situation where I have WSDL and a schema that I want to implement a web service from on a Windows box using VS .NET. Everything else I... -
It's possible to read version info from a exe/dll....?
Hello I wish my php script to present the list of files . That's easy.I also wish to make it to read the version info from "exe & dll" .Is this... -
info on new version of PS?
Just wondering if anyone has any information on a new version of Photoshop (7.5, 8.0, etc.) being released or tested in the near future. Thanks.



Reply With Quote

