in reply to Re^4: SOAP::Deserializer problem
in thread SOAP::Deserializer problem

You want to avoid the use of id attributes and rename them to some other name or qualify them in the namespace.

SOAP protocol uses id/href attribute pairs to identify its entities.

If you specify outputxml('true') for a soap object, a method will return raw xml code.

Replies are listed 'Best First'.
Re^6: SOAP::Deserializer problem
by axelrose (Scribe) on Jul 31, 2007 at 12:01 UTC

    Thanks a lot.

    For all practical purposes this is solved now

    Axel.