all, I my default outgoing soap message is like this: <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'> | <env:Header/> | <env:Body> | <ns1:addResponse xmlns:ns1='http://server.reg.src/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> | <ns1:result>10</ns1:result> | </ns1:addResponse> | </env:Body> | </env:Envelope>
is it possible customize the message by modifying the wsdl file, say, if I want to delete the second line: <env:Header/> what I need to do? thanks a lot.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964407#3964407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964407 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
