all groups > dotnet web services > february 2008 >
You're in the

dotnet web services

group:

static wsdl in .net


static wsdl in .net Geir Forsmo
2/27/2008 6:59:52 AM
dotnet web services: Hi!

I am trying to create a web service from a wsdl from a external part.
The external part is running as a client, but forces us to use their
wsdl specification because they are communicating against several
other parts which also must follow their wsdl contract. Now we are the
only one that is implementing our web service in .net. The other ones
have implemented their web service on the bea weblogic platform (java)
and therefore has an easier integration.

Some have told me to use the original wdsl as a static wsdl to my web
service and in this way could be the client call my web service. If
some of you have done this or have some experience with static wsdl
please let me know. I won't really like to see an asp.net web service
example that uses a static wsdl.

Hope you can help me with this.

regards

Re: static wsdl in .net Tiago Halm
3/1/2008 1:59:26 AM
Get the wsdl/xsd files, and then generate the client proxy with:
[quoted text, click to view]

Tiago Halm

[quoted text, click to view]

Re: static wsdl in .net Geir Forsmo
3/5/2008 4:29:30 AM
[quoted text, click to view]

Hi again. Where do I find svcutil?

regards

Re: static wsdl in .net tiago.halm@gmail.com
3/7/2008 9:05:24 AM
Available on the windows sdk:
http://www.microsoft.com/downloads/details.aspx?FamilyId=3DF26B1AA4-741A-433=
A-9BE5-FA919850BDBF&displaylang=3Den

Tiago Halm

[quoted text, click to view]
AddThis Social Bookmark Button