RE: Generating an XML Schema from WSDL

2003-06-23 Thread Tim Thorpe
generate an XML Schema from a WSDL description. I do suggest using Systinet WASP's java2wsdl tool (included with WASP Server or WASP Developer -- both free for development purposes) to generate doc/literal WSDL files from your Java code -- you can specify that you want it to generate a full sche

Generating an XML Schema from WSDL

2003-06-23 Thread Tim Thorpe
Hello ! Could anyone tell me if/how I can generate a W3C XML Schema from a WSDL that I have produced ? I want to put everying from the messages down into the types/schema (not the port, binding or service stuff). I use XML Spy as my XML editor, into which I have loaded the my WSDL without error,