Fri, 09 May 2008 18:13:15 GMT Re: Over-riding the SOAPAction
... I do it this way: my $soap = new SOAP::Lite; ... $soap->on_action( \&custom_action ); ... sub custom_action { my ($uri,$method) = @_; return $uri . '/' .
› – tech.groups.yahoo.com/group/soaplite/message/6154 |
Thu, 08 May 2008 14:43:02 GMT Over-riding the SOAPAction
Hi, I need to use SOAP to access data from a SOAP server which uses WSDL over HTTP. My problem is that I need to change the SOAPAction that is sent with the
› – tech.groups.yahoo.com/group/soaplite/message/6153 |
Sun, 04 May 2008 16:39:02 GMT Re: $envelope->dataof not working
Replying to myself, I figured this out in the time it took the message to come back to my inbox. The mistake was including the "soap:..." strings in the path
› – tech.groups.yahoo.com/group/soaplite/message/6152 |
Sun, 04 May 2008 16:31:19 GMT $envelope->dataof not working
Hello, I have a script that sends the following XML to a web service:
› – tech.groups.yahoo.com/group/soaplite/message/6151 |
Fri, 02 May 2008 14:03:20 GMT Re: Install Problem
Excellent, that worked, thank you very much. Much appreciated. Andrew
› – tech.groups.yahoo.com/group/soaplite/message/6150 |
Thu, 01 May 2008 17:27:52 GMT Re: XML Document to SOM object trouble
Thanks Joe for the help -- I was able to solve my problem, it seems that the xml file needs to be deserialized for it to be cast to a SOM object. Instead of
› – tech.groups.yahoo.com/group/soaplite/message/6149 |
Thu, 01 May 2008 16:18:14 GMT Re: Install Problem
Hi Andrew, I think that you need to install the 'version' module (http://search.cpan.org/~jpeacock/version-0.74/). Eddie From: soaplite@yahoogroups.com
› – tech.groups.yahoo.com/group/soaplite/message/6148 |
Thu, 01 May 2008 14:54:05 GMT Do we have a Moderator / Admin for this list?
After mailing my response, I received a number of bounce messages from accounts that have been deactivated, but also that I suspect should never have been
› – tech.groups.yahoo.com/group/soaplite/message/6147 |
Thu, 01 May 2008 14:32:34 GMT Re: XML Document to SOM object trouble
... [trimmed] ... I'd inspect what's actually being sent over the wire -- I'm guessing that you have an XML declaration inside the SOAP body (ie, your solution
› – tech.groups.yahoo.com/group/soaplite/message/6146 |
Thu, 01 May 2008 14:17:32 GMT Install Problem
All, I am hoping someone will be able to assit me, I am trying to install SOAP::Lite from the latest tarball I download. Perl version is 5.8.8, running on
› – tech.groups.yahoo.com/group/soaplite/message/6145 |
Thu, 01 May 2008 14:17:16 GMT XML Document to SOM object trouble
Hello, I was wondering if anyone might be able to offer some insight on my problem. I am writing tests for a perl script which relies on SOAP to send and
› – tech.groups.yahoo.com/group/soaplite/message/6144 |
Mon, 28 Apr 2008 23:54:21 GMT memory usage
After running a few tests, I'm finding that the operations performed by the SOAP::Lite decode() method (actually in the SOAP::Parser package) are causing huge
› – tech.groups.yahoo.com/group/soaplite/message/6143 |
Sat, 26 Apr 2008 12:28:30 GMT Best web design , deployment and maintenance company
Check out http://www.savitriya.com/ . These guys are really doing a great job! Best, Raj
› – tech.groups.yahoo.com/group/soaplite/message/6142 |
Wed, 23 Apr 2008 14:05:14 GMT Re: how can i construct this XML via SOAP::Lite lib
... Do you want this? $var = SOAP::Data->name('name1' => 'myvalue1')->attr( { attr1 => 'myvalue2' } }; -- Radek
› – tech.groups.yahoo.com/group/soaplite/message/6141 |
Tue, 22 Apr 2008 19:48:46 GMT how to do multipple methods inside body?
hello, i am trying to create structure like this
› – tech.groups.yahoo.com/group/soaplite/message/6140 |