Help! SOAP::Lite: How to set the namespace prefix for the request?



Hi,

I have to send attributes as

<urn:Foo> ... </urn:Foo>

and *not*

<Foo xsi:type="..."> ... </Foo>

The argument «xsi:type...» is beeing added by SOAP::Lite automatically :-|
I have found a related hint in the man page about namespaces so far
but could not come to a solution yet.
You may please open this painful story on

http://www.infocopter.com/perl/soap/namespaces.html

where I will publish the solution as far as I know it.

Thank you & BR,
Reto


.