Ask a Question related to PERL Modules, Design and Development.
-
Reto Hersiczky #1
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
[url]http://www.infocopter.com/perl/soap/namespaces.html[/url]
where I will publish the solution as far as I know it.
Thank you & BR,
Reto
Reto Hersiczky Guest
-
Namespace Prefix in Response Element child nodes
In my .Net web service. I want to declare all the namespaces in my soap response element and have all the child elements use prefixes. I know how to... -
SOAP::Lite and WSDL namespace - please help
Hi, I've been trying to send a request to a public SOAP server with SOAP::Lite with no success. Here's the WSDL specifications ->... -
method parameters empty? XML namespace prefix issue?
Hi, I'm trying to create a simple test/dummy .NET XML web service (using WSDL/XSD and the WSDL.exe tool) that an existing .NET Remoting XML web... -
Namespace Prefix problem
Hi, i have a SOAP XML which is similar to this: <request xmlns="http://www.someurl.com"> <abc> <xyz></xyz> <xyz></xyz> </abc> I need the... -
SOAP::Lite : Problem of # sign added by SOAP::Lite in the sent SOAPActionstring
Hello, I have a problem with a SOAP client written in Perl (source at the end). I've tried both ways (by commenting TRIAL ONE or SECOND TRIAL),... -
Reto Schaer #2
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
[url]http://infocopter.com/perl/soap/debugging.html[/url]
BR,
Reto
Reto Schaer Guest



Reply With Quote

