hi jay, use the wsdl2java generator. Here is the part in the wsdl which defines the doc style: <binding name="A_BINDING" type="tns:A_PORT">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <operation name="getData"> <input name="DataIN"> <soap:body parts="data" use="literal" namespace="urn:some_NS"/> </input> <output name="DataOUT"> <soap:body use="literal" namespace="urn:some_NS"/> </output> </operation> </binding> Regards oliver -----Urspr�ngliche Nachricht----- Von: jay k [mailto:[EMAIL PROTECTED] Gesendet: Fr 28.02.2003 23.44 Uhr An: [EMAIL PROTECTED] Cc: Betreff: Document style services hi group, i am trying to write a document style service but not getting an help from documentation .i Would really appreciate if any one can sene me a sample code or any pointer of how to write document style services Jay
<<winmail.dat>>
