Hi, I'm having some difficulty using soap::lite as a server for document-literal messaging using an axis java client. My question is - is there a simple way to...
I do not get any header information when I run this, could anyone verify that it works on other operating systems? use SOAP::Lite +trace => [qw/ debug method...
Richard, I only just saw your email. I noticed the Perl program method and arguments were different from the Java program. The Java program should have...
Newbie question, sorry about that. I am trying to make a perl client connect to the "example5" service as distributed with Apache axis. My naive implementation...
After a couple of months I still consider myself a newbie and I'm not running Apache Axis, so take my advice with a grain of salt. If you take the wsdl...
either $client->call($method => @params) or $client->method(@params) will produce NESTED xml like: <method customizedAttrs> <multiRef>..</muliRef> ...
Thank you so much for the reply, that was most excellent, man I wish I could E-mail you a beer ! (hm, well there is an idea). I have copied the working code...
John - As I suggested in a private email, the problem is likely due to the version of SOAP::Lite you're using. default_ns is not a valid method in versions...
Thank you very much! Just as I was debugging my first WSDL. That worked perfectly, I can return to the back-end programming now! It's amusing sometimes, we...
I am using SOAP::Lite 0.67 for the first time (as well as Perl). I am trying to call a web service which doesn't like SOAPAction header, but works ok without...
Thanks for your response. It was the first thing I tried, but the result is an empty value for the SOAPAction header which still appears in the request. ... ...
I'm trying to use SOAP::Lite to write a client to a .NET Web Service in document/literal style. I've got everything working except for methods that take no...
Hi all! I would like to build a gsoap client communicating with a SOAP::Lite server. I managed to pass the parameter from the client to the server, but I'm not...
I am writing a SOAP client, and I've been having difficulties using SOAP::Lite to work properly with the supplied service. I have a sample SOAP request, which...
See below. ... I'm not sure why you are using two arrays: @searchterms and @item. my $searchterms = S::D->name(searchTerms => \S::D->name(item => \S::D->value(...
I agree with you that the os version is the last thing that should matter but the reason that I included it with my post is because my version of SOAP::Lite is...
I have a gsoap client and a perl server. I would like to have more than one parameter in output with the soap message. I used a complex type in the header...
Women pilots for PAF fighters RISALPUR, March 30: Pakistan Air Force on Thursday welcomed the first four women pilots into its cadre with ceremonial pomp and...
Dear all, I'm using a soap client against a simple soap server setup. My main issue is that I'm not able to change the clients namespace. The client namespace...
Does anyone have experience with using a Hummingbird proxy client with SOAP::Lite? The case I am dealing with is using Hummingbird proxy client with active...
I apologize for the newbie question. This is my first attempt at implementing a soap client. After looking through much here and elsewhere, I am still stuck...
I've just completed an article on building interoperable web services in SOAP::Lite. Hopefully, this will answer many of the questions presented here on this...
I am a newbie to Perl and to Soap Lite. I am trying to create a Soap server to test the CPE WAN Management Protocol (CWMP) for DSL modems/routers. I have the...
Hi, I have a web service using SOAP::Lite on a Mac OS X machine. When the SOAP server receives a call, it should delete some files and Do an application...
Ted, This is most likely a permissions issue. Apache generally runs as the apache user, and it doesn't have write access to most of the files on the...
-rw-r--r-- 1 www zeng 1699 Apr 11 23:37 psut.log The user is Œwww¹. You are right. I just changed the directory and could remove the file. Now, to make...