Hi,

you can use it to specify the syntax of the body of a soap-message, as
described here:

http://dbe.ita.es/viewcvs/dbe/doc/ita/ota/OTA2006A_PublicReview/OTA_ImplementationGuide_WSDL_20060410.pdf?rev=HEAD

In attachment here you are a wsdl that uses OTA xsd, modify it to use
your xsd and put it in a folder aside xsds and then run the command:

wsdl2java.sh -uri DynPkgOTA.wsdl -s -ss -sd -ssi -sp -d xmlbeans -o ..
-ns2p
http://192.168.0.64:8080/dynamic-packaging=dynamic_packaging,http://www.opentravel.org/OTA/2003/05=OTA_xml,http://www.w3.org/2004/06/XMLmime=w3_xmlmime,http://schemas.xmlsoap.org/wsdl/soap/=soap_xml

or similar and you'll have the classes that parse the xml in the soap
body along with the server skeleton. You can do the same for a client to
test the server

Bye!


Il giorno gio, 22/05/2008 alle 21.54 +0530, Chinmoy Chakraborty ha
scritto:
> I have a xsd file. How to use that in axis2 for my service?
>  
> Chinmoy

Attachment: DynPkgOTA_one.wsdl
Description: XML document

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to