Hi,
I am sending an attachment to another system via a SOAP with attachemnt.
However i am using wm 6.1. Still know that it do not support SWA.
I have a service that sends an attachement with SOAP data.
I get a SOAP response as:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="[URL="http://schemas.xmlsoap.org/soap/envelope/"]http://schemas.xmlsoap.org/soap/envelope/[/URL]" xmlns:xsd="[URL="http://www.w3.org/2001/XMLSchema"]http://www.w3.org/2001/XMLSchema[/URL]" xmlns:xsi="<A href="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>java.lang.NullPointerException</faultstring><detail><ns1:hostname">http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>java.lang.NullPointerException</faultstring><detail><ns1:hostname xmlns:ns1="<A href="http://xml.apache.org/axis/">TWAPP03</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope">http://xml.apache.org/axis/">TWAPP03</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
I think that the data is not going to the service being invoked.
Any suggestions and advice, why?
Many Thanks