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



I probably found a related solution now. I have added this line into the
code:

$client->ns('urn:catalogue.eshop.ws.crm.example.net', 'urn');

You'd find the complete consolidated script at
http://infocopter.com/perl/soap/debugging.html

BR,
Reto


.