Extracting xsd data from wsdl file

  • Thread starter Thread starter mike
  • Start date Start date
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
 
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.
 
Back
Top