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
Geir F
Tiago Halm - 01 Mar 2008 01:59 GMT
Get the wsdl/xsd files, and then generate the client proxy with:
> svcutil.exe *.wsdl *.xsd
Tiago Halm
> Hi!
>
[quoted text clipped - 17 lines]
>
> Geir F
Geir Forsmo - 05 Mar 2008 12:29 GMT
> Get the wsdl/xsd files, and then generate the client proxy with:
>
[quoted text clipped - 23 lines]
>
> > Geir F
Hi again. Where do I find svcutil?
regards
Geir F
tiago.halm@gmail.com - 07 Mar 2008 17:05 GMT
Available on the windows sdk:
http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5
-FA919850BDBF&displaylang=en
Tiago Halm
> > Get the wsdl/xsd files, and then generate the client proxy with:
>
[quoted text clipped - 35 lines]
>
> - Show quoted text -