
Signature
William Stacey, MVP
http://mvp.support.microsoft.com
Many thanks.
So basically I can use wsewsdl2.exe to create my wsdl doc.
But what is the best way to publish this doc? Is it considered best
practice for instance to make it available on a different url through IIS?
Also - do you have any guidelines on the SoapSender\Reciever question I asked?
Thanks again.
> http://spaces.msn.com/members/staceyw/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!304.entry
William Stacey [MVP] - 04 Feb 2005 23:11 GMT
It is published. The users just do the same thing to get their own proxy
using the web service address (and -name if required). If you wanted to get
fancy, I guess you could have a job run every day or something and dress it
up into an nice HTML doc that is a link on your help page or something. You
could also just publish examples using your own proxy in different code
versions with additional text help.

Signature
William Stacey, MVP
http://mvp.support.microsoft.com
> Many thanks.
>
[quoted text clipped - 8 lines]
>
> > http://spaces.msn.com/members/staceyw/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!304.entry
Softwaremaker - 05 Feb 2005 02:21 GMT
On another note,
WSE 2 does have a pretty neat trick for requesting WSDL over any protocol.
If you send in a SOAP message with an action of
http://schemas.microsoft.com/wse/2003/06/RequestDescription
<Envelope>
<Header>
<Action>
http://schemas.microsoft.com/wse/2003/06/RequestDescription
</Action>
you get the WSDL back in the response soap body. This is something like
WS-MetadataExchange

Signature
Thank you.
Regards,
William T (Softwaremaker)
http://www.softwaremaker.net/blog
=========================================
> Many thanks.
>
[quoted text clipped - 8 lines]
>
> > http://spaces.msn.com/members/staceyw/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!304.entry