Schemas can get pretty complex, so I have my doubts as to how well a tool can automagically convert a schema into WSDL. If the schema has only two root elements, and these root elements follow a standard naming convention, such as appending the names with "Request" and "Response", then perhaps you could automagically generate a WSDL -- but few schemas follow this type of convention. I don't see how a tool can automatically figure out which elements should be used for request versus response messages.
I think Xu Cai offered good advice. Use java2wsdl to generate a WSDL template, and then plug in your schema. Alternatively, use a WSDL editor tool to generate the WSDL template, and then plug in your schema. Anne On 9/11/06, Alick Buckley <[EMAIL PROTECTED]> wrote:
Hi, I have not looked at this product/tool but they mention a command line tool : xsd2wsdl http://celtix.objectweb.org/ New commandline tools: xsd2wsdl, wsdl2xml, wsdl2soap, wsdl2service ================================================================================ -----Original Message----- From: Bharadwaj, Nandita (GE Healthcare) [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 September 2006 3:31 PM To: [email protected] Subject: Is the a way to get WSDL from XSD All, Anne, I have an XSD for the message I should be sending through web service. I need to create web services through this. Is there way, I can convert/ derive WSDL from XSD? Looking forward for some help regarding this. Thanks, Nandita
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
