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

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,736
Latest member
AdolphBig6

Latest Threads

Top