Could it happen because of the RelatesTo 'field'? If so, how can I remove it (the request is sent by service A.foo, while the response should be received by service A.foo1)?
Thanks, Michele Michele Mazzucco wrote: > Hi all, > > I get a NullPointerException in AbstractHTTPSender:238 when the > following message is received: > > <?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> > <node:qosp xmlns:node="http://org.ncl.ac.uk/qosp"> > <node:messageType> > <node:value>Result</node:value> > </node:messageType> > <node:timeInfo> > <node:scheduling>0</node:scheduling> > <node:queue>0</node:queue> > <node:inNetwork>0</node:inNetwork> > <node:codestore>0</node:codestore> > <node:deployment>0</node:deployment> > <node:execution>1151071762667</node:execution> > </node:timeInfo> > </node:qosp> > > > <wsa:To>http://localhost:8080/axis2/services/RoutingService</wsa:To> > <wsa:ReplyTo /> > <wsa:From> > > <wsa:Address>http://10.8.149.156:18080/axis2/services/MyService</wsa:Address> > </wsa:From> > <wsa:FaultTo>< > > wsa:Address>http://10.8.149.156:18080/axis2/services/MyService</wsa:Address> > </wsa:FaultTo> > > <wsa:MessageID>urn:uuid:B8218EB67E48B4770A11510717626673</wsa:MessageID> > <wsa:Action>urn:result</wsa:Action> > <wsa:RelatesTo > wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply">urn:uuid:6C3FF1911E6B2CC78411510717620891</wsa:RelatesTo> > </soapenv:Header> > <soapenv:Body> > <client:echo > xmlns:client="http://org.ncl.ac.uk/qosp/clients/codestore" > xmlns:tns="http://ws.apache.org/axis2"> > <client:Text>QoSP Echo String</client:Text> > </client:echo> > </soapenv:Body> > </soapenv:Envelope> > > > I tried to modify > $CATALINA_HOME\\webapps\axis2\WEB-INF\classes\log4j.properties, however > I still see the stack trace on the console only. > > My axis 2 version is SNAPSHOT Jun 08, 2006. > > > Michele > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
