Hi I have a requirement to invoke JAX-WS wsdl to integrate the result with my pr

Hi I have a requirement to invoke JAX-WS wsdl to integrate the result with my process model.
I have understood that Appain does not provide integration with JAX-WS but over the shared components i have found SendHTTPRequest plugin which can be used to call JAX-WS wsdl apart from normal REST calls.

Could anyone provide me with the details that i need to provide in the inputs fields to get the it work for JAX-WS.
I have tried to send the SOAP request in the input field called Body'. But i am getting the below error:

"javax.xml.stream.XMLStreamException: Element type "soapenv:Envelope" must be followed by either attribute specifications, ">" or "/>"

Soap Request:
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/.../" xmlns:tes="TWEBSER/TestWebservice.tws">
<soapenv:Header/>
<soapenv:Body>
<tes:TestProcess>
<tes:processData>
<tes:number1>1</tes:number1>
<tes:number2>2</tes:number2>
</tes:processData>
...

OriginalPostID-90298

OriginalPostID-90298

  Discussion posts and replies are publicly visible