1 Reply Latest reply on Sep 1, 2006 2:44 AM by thomas.diesler

    handle out going message

    jason_rency

      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..