I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-06-30 01:18:16-07 by joythis
SOAP::WSDL Namespace
I was trying to convert the program which uses SOAP::Lite to SOAP::WSDL. The WSDL which i applied in my program uses namespace. I would like to know how to pass the namespace through SOAP::WSDL module. Please provide us if there is any examples on SOAP::WSDL
Direct Responses: 11139 | Write a response
Posted on 2009-07-07 16:18:49-07 by mkutter in response to 11089
Re: SOAP::WSDL Namespace
Hi,
usually SOAP::WSDL takes care of namespaces, so you don't have to worry about that. Namespace support by now is limited to having only one element of the same local name allowed in the same place (namespaces are not regarded here yet), but in most cases this does no harm.
Martin
Direct Responses: Write a response