Thanks for the information and an advice Byrne. Dear All, Can you please help me solve my doubts mentioned at the bottom of this mail? Thanks, Sandeep ... ...
... I hope I don't offend anyone using SOAP::Lite but I'd to offer some personal observations. We were asked by a client over 5 years ago to provide a...
Hello all, I am writing web service. I want to use soap lite for the client side and for the server I am using jax-ws. I want to handle errors using ...
I need to get the XML string from the SOAP::Data object for logging. For example: my $send = SOAP::Data->value( SOAP::Data->name( 'sendNotification' => 0 ) ...
Hello Kevin, ... SOAP::Data is included in the SOAP::Lite module's package. So all you need to do to use SOAP::Lite. example: use SOAP::Lite; my $data =...
... Based on that error message, it looks like you tried to use "SOAP::Lite::Data" and not "SOAP::Data", which is the correct module name. -- Thomas J. Pinkl...
Hi list, I am running a perl script accessing some soap services using Soap::Lite. On an elderly linux (redhat 4, perl 5.8.5 and soap-lite-0.67) everything...
Perhaps this group can rescue me once again :) I'm trying to determine what I'm doing wrong with SOAP::Lite and the web service I'm trying to access. To...
... I guess something is wrong with your wsdl. At least from the point of view of SOAP::Schema::parse method. Could be that this method is not parsing the...
According to wsdl your WSPolicyUserParameter should be an array. Construct this parameter as soap array. Some example is in SOAP::Data docs. -- Radek...
Hello, I am newbie perl programmer. We have Arbor networks PeakflowSP network monitoring system. Wants to build customized script in perl to generate some...
I am trying to write a Perl SOAP client for our website to use Verisign security fobs. So far, I have gotten SSL, and WSDL to work. However, all of my requests...
Hi I have a mod_perl / SOAP::Lite server with a custom serializer that overrides the envelope method. Is it possible to access the SOAP::SOM object associated ...
Hi Simon, the serializer just gets passed the response, so that accessing the SOAP::SOM object not an option. The easiest way for setting the id (provided you...
Hello, I am a total newbie using SOAP and I am occasionally using it for some of the services of our partners. Up until now I only had to use it twice with...
I'm trying to use Test::Mock::Object to test my SOAP::Lite app... but I'm having problems. Has anyone successfully used Test::Mock::Object with SOAP::Lite?...
Hi, I am trying to install SOAP::Lite on Redhat Linux 4ES. My perl version is 5.8.5. I tried "perl Makefile.PL, make" and "perl -MCPAN -e 'install SOAP::Lite',...
Hi, I am using SOAP-Lite to access my Web service, get error message of: env:Server, Cannot find child element: arg0. My Perl script is looks like: my $rpc =...
Hi All, Looks like SOAP::Lite on RHEL5 doesn't like dashes in comments. This manifests itself as 'junk before XML element'. Unfortunately latest JAX-WS puts...
At this point, I am looking for someone to hire to help solve what may be a simple problem of serializing a slightly complex parameter sent with a SOAP method...
just saw your message ncbjd; here's something that may help. I can't test it of course, but I think it is generating the structure you'd indicated is ...
Folks, In a Tech Republic article: http://articles.techrepublic.com.com/5100-10878_11-1052448.html the author describes the 'free' fault detection you get with...
Hi all, Would really appreciate your help. I'm relatively new to Perl and SOAP, and I'm trying to implement a connection to the Google Adwords API using...
This is my first attempt writing a simple SOAP::Lite client. I followed the documentation best I could, considering where I am on the learning curve, but am...