Create webservice according to WSDL

E

emixode

Hallo,

I need to create a webservice according to a already defined WSDL.
Normally in VS2005 I create a new ASP.NET Webservice and the WSDL is
automatically created. The problem is that this automatically created
WSDL doesn't correspond to the WSDL provdided (created with Java), for
example messages and arrays are declared differently. Is there a way
to create a webservice according to a WSDL which is already provided
(top-down)?

I already tried to modify the WSDL with serialization, but there are
too much differences.

Kind regards,

Revilo
 
J

John Saunders [MVP]

Hallo,

I need to create a webservice according to a already defined WSDL.
Normally in VS2005 I create a new ASP.NET Webservice and the WSDL is
automatically created. The problem is that this automatically created
WSDL doesn't correspond to the WSDL provdided (created with Java), for
example messages and arrays are declared differently. Is there a way
to create a webservice according to a WSDL which is already provided
(top-down)?

I already tried to modify the WSDL with serialization, but there are
too much differences.

You can use the WSDL.EXE tool (see
http://msdn2.microsoft.com/en-us/library/7h3ystb6(VS.80).aspx). If you use
WSDL /service, then it will create an abstract base class you can inherit
from. If you use WSDL /serverInterface, it will generate an interface which
you can implement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top