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...
I found the answer to my question. There is a ³groups² command. I changed the User and Group on apache and everything works so far. Thanks!!! I used to do...
Hi Is there any way I can view the raw XML of a client request before it sent? (I'm on the client side and need it for debugging) Is there also a way to view...
Has anyone managed to do a simple authenticated request on Amazon S3 web service with SOAP::Lite? I've had no luck, I keep getting "The provided security...
Does anyone have any experience getting SOAP::Lite (in specific, SOAP::Transport::HTTP::Apache and Apache::SOAP) working under Apache 2.x? I would assume...
I was wondering if anyone had experience accessing a WSDL on a Microsoft IIS server(for example, I am accessing one on a Microsoft Project server). I can't...
Does anyone know how I can get this annoying message to not display whenever I run my SOAP::Lite script? (without editing the SOAP::Lite source code) ...