Hi All, I'm sure I saw this in the documentation, but now I can't find it any more. I'm trying to connect to a web service built with JAX (apparently). I've...
I believe you can use the on_action() method. Eg. I used this to remove the SOAPAction header, but it could be used to override the default. $client =...
... I've already defined an on_action() subroutine to remove the "#" between the URI and the method. But I need to keep the SoapAction header, otherwise the...
I'm using SOAP::Lite 0.69 CPAN and am trying to implement a client for a service WSDL published here: http://strathearns.org/wds/usps_ws.wsdl While generating...
Thanks for the timley response. Got the same error after patching, so I'll await the full release update or revert back to 0.60 which some others seem to have...
Sadly, all versions after 0.60 had the same problem. Tried 0.60 and ... <SOAP-ENV:Body> <batch_lookup xmlns=""> <batch_lookup>thejidprefix</batch_lookup> ...
Who Wants To Be A Stock Market Millionaire? I know many people who want to be stock market millionaires. It is actually not that complex if you know what you...
On Wed, Oct 04, 2006 at 10:47:35AM -0600, Scott Wiersdorf wrote: [..] ... Your patch has just helped me to resolve a situation where the first parameter...
Sebastian Jaenicke
sjaenick+SOAPLITE@...
Oct 10, 2006 2:25 am
5653
On Tue, Oct 10, 2006 at 04:25:15AM +0200, Sebastian Jaenicke wrote: [..] ... Somehow the message doesn't seem to match what the WSDL file says: <operation...
Sebastian Jaenicke
sjaenick+SOAPLITE@...
Oct 10, 2006 2:50 am
5658
Hi, I'm having a problem parsing some XML in PERL with SOAP::LITE and was wondering if anyone could help me out. I'm trying to get access to the each of the...
Hi, doesn't actually look like valid XML to me. On Wed, Oct 11, 2006 at 08:17:46AM -0700, Steve Benzo wrote: [..] ... ^^^^^^^^^^^ No opening '<metadata>' tags...
Sebastian Jaenicke
sjaenick+SOAPLITE@...
Oct 11, 2006 9:09 pm
5660
The XML I'm working with is correct, I must have just mis-copied. Anyway, here's a snippet of the XML I'm having trouble parsing. Again, I'm trying to get...
Dear All, I am writing a web service based application where I need to send three associative arrays (hashes) from SOAP-Lite based client to SOAP-Lite based...
On Thu, Oct 12, 2006 at 06:30:27PM +0200, Rohitashva Sharma wrote: [..] ... How does the server side expect the data? ... ->remote_method( %hash1, %hash2,...
Sebastian Jaenicke
sjaenick+SOAPLITE@...
Oct 12, 2006 5:10 pm
5664
Hi Sebastian, Thanks for your reply.. At server side I want these three hashes back in the same way i have at client. I am trying out your suggestions. thanks...
Hi Sebastian, I tried the suggestion given by you. Here is the part of code CLIENT SIDE: use SOAP::Lite; my $x = shift; my $soap_handle; my %hash1 = ( "Rohit"...
On Thu, Oct 12, 2006 at 09:04:52PM +0200, Rohitashva Sharma wrote: [..] ... [..] ... Use ->handle_hash(\%hash); # note the '\' here, which results in ...
Sebastian Jaenicke
sjaenick+SOAPLITE@...
Oct 12, 2006 7:50 pm
5670
Hi Sebastian, Thanks a lot... regards Sharma On 10/12/06, Sebastian Jaenicke...
Could someone tell me how I can see the SOAP response message when using SOAP Lite and the Google Web Search API? For example, after calling doGoogleSearch(),...
... <snip> The example Google Web API code that comes with SOAP::Lite at http://search.cpan.org/src/BYRNE/SOAP-Lite-0.69/examples/google.pl is no longer...
Thanks, Eric. I also found the following to work: print $google->{_transport}->{_proxy}->{_http_response}->{_content}; Frank ... -- Frank McCown Old Dominion...
Hi, I have a SOAP server with SOAP::Lite, using SOAP::Transport::HTTP::CGI with Apache 1.3.33. Is it possible to access the http headers of the request? I...
Hi, I'm new to Web Services and I'm trying hard to create a client script for consuming a Web Service created on .NET platform. I've been struggling in days...
I've got an OO Perl API for some things I'd like to be able to control over the internet. Lots of our customers use Java, and would like a SOAP interface. Will...
Hello all: Been spinning my wheels on this issue for quite a while but haven't found a solution yet. We have a SOAP service that works on one machine (same IIS...
How To Succeed In Online Financial Trading Using Freebies Did you know that many of the tools and resources that we consider essential for online trading...
I'm trying to call Oracle Content DB webservice by SOAP::Lite in perl. However, Oracle deploys the services into different wsdl. For example, they provide a...
wan wanju
jwan1981@...
Nov 1, 2006 1:53 pm
5690
hi The following website contains great links to soap tutorials and resources, check them out and enjoy ! latest tcp/ip tutorials and resources are included at...