Charita, to engage it on the server side, I just need to add this tag <module ref="addressing"/> on the axis2.xml, isn't? I still can't recover session state from one invoke to another.
That´s a clent side envelope: <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header xmlns:wsa=" http://www.w3.org/2005/08/addressing"><wsa:To> http://127.0.0.1:8080/axis2/services/ShoppingCart</wsa:To><wsa:MessageID>urn:uuid:79E6715443849740D21222111363367</wsa:MessageID><wsa:Action>urn:addItem</wsa:Action></soapenv:Header><soapenv:Body><ns1:addItem xmlns:ns1="http://ws.apache.org/axis2 ">Testando!!!</ns1:addItem></soapenv:Body></soapenv:Envelope> That´s a server side one: <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>unknown</faultstring><detail /></soapenv:Fault></soapenv:Body></soapenv:Envelope> Thanks, and sorry me for the insistence :-)
