getting error : org.apache.axis2.AxisFault
: The input stream for an incoming message is null
its an asynchronouse web service.
the out bound message is as below...
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="
http://www.w3.org/2005/08/addressing">
<soapenv:Header>
<wsa:To>
http://localhost:1234/axis2/services/MyService</
wsa:To>
<wsa:ReplyTo>
<wsa:Address>
http://111.111.111.111:11111/axis2/services/anonService1</wsa:A
ddress>
</wsa:ReplyTo>
<wsa:MessageID>urn:uuid:EA
731750ACA0
3BC07C1211
304334395<
/wsa:Messa
geID>
<wsa:Action>
http://mycompany.com/idd/doMyStuff</wsa:Acti
on>
</soapenv:Header>
<soapenv:Body>
<axis2ns1:myOperation xmlns:axis2ns1="
http://mycompany.com/idd">
<var1>1</var1>
<var2>Hello World</var2>
<var3>5000</var3>
</axis2ns1:myOperation>
</soapenv:Body>
</soapenv:Envelope>0
Please help what am i doing wrong? is it because of anonService1 in addressing?
Thanks.
Start Free Trial