Outbound web service is mounted by siebel with wrong envelope
I have mounted an outbound web service and created the eScript code in order to call it. Until last friday the call was correct. After I was started to receive an error code.
Initially I thought that the error was due to wrong parameters I had set up. But after a deeper analysis I got that the ws call itself was "strange".
therfore I mounted a stub using the same wsdl, and I traced the error. I got the following:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>Server</faultcode>
<faultstring>org.apache.xmlbeans.XmlException: error: Use of undefined namespace prefix: soapenv</faultstring>