Extracting xsd data from wsdl file

M

mike

Hello Folks!
I have situation where an .NET Web Serice wsdl that contains xsd stuff
should separated into two files.
Xsd (XML Schema) and wsdl. Purpose for this is that other platform is using
this(version 2.0) NET Web Service. Are there any tools to do that?

Cheers,

Michael
 
P

Pavel Minaev

Hello Folks!
I have situation where an .NET Web Serice wsdl that contains xsd stuff
should separated into two files.
Xsd (XML Schema) and wsdl. Purpose for this is that other platform is using
this(version 2.0) NET Web Service. Are there any tools to do that?

I'm not aware of any tools specifically for that purpose, but once you
have a stable contract, it should be trivial to do the separation by
hand. Or write an XSL transform to do that.
 

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

Top