Hey all,

Forget about my last doubt! I was setting the options object wrongly. But
now I've got another error. As I said, I'm using soapsession as scope but I
can´t live in the same session throughout different invocations. I'm trying
to test the ShoppingCart example. I've deployed the service as soapsession,
engaged the adressing mudule to the client and set the ManageSession flag
true. Is there something missing? Here's an example of a soap envelope the
client is composing:

<?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:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:57AA5B8A82899D9AAD1222038876428</wsa:MessageID><wsa:Action>urn:createSession</wsa:Action></soapenv:Header><soapenv:Body><ns1:createSession
xmlns:ns1="http://ws.apache.org/axis2"; /></soapenv:Body></soapenv:Envelope>


There isn´t a servicegroupid tag. Is that the reason why I can´t live in the
same session?
If so, is there something else to do?

Best regards,

Igor Nogueira

Reply via email to