I'm returning a simple string when an error occurs in my server, but I want to return an object with Error message and parameters indicating which parameters...
My trouble is this: my $encoded_order = SOAP::Data->name('orderLine39;)->type('SOAPStruct39;)->attr({'xmlns:t39; => 'http:/xxx.xxx.xxx39;})->value(\@order_array); each...
I am trying to parse the soap response that I received and having trouble doing that. I am trying to extract the "code" from the response below. $code =...
I wrote a simple soap client in python using SoapPY.py, and I attempt to contact a daemon listening on port 81, and written in Perl using Soap::Lite. The...
Hi all,... ...just a short question: Writing a client using SOAP::Lite, I am able to access a server SOAP answer using something like my $soapsrv=SOAP::Lite ...
... Just use the following stanza at the begin of your program. use SOAP::Lite; BEGIN { package SOAP::Serializer; sub gen_ns { '' } } This means patching...
Hi, Has anyone had any problesm with SOAP::lite transport being excessively slow for large files (>~2M)? I have programmed both a server and a client...
Hello, perhaps I'm simply not configuring things properly, but I'm having a hard time using the OO aspect of SOAP::Lite. I'm setting up a mod_perl server, I've...
I'm using a Perl SOAP-Server in conjunction with a Macromedia-Flash SOAP Client. When I switch my environment to mod_perl everything works fine, but when I...
Hello I'm just working to add a SOAP server on an existing perl software. That software already have a FastCGI web interface, and that's why I would like to...
This was posted before and the previous answers did not help. Here is what I am trying to do The webservices are hosted on a weblogic server My perl client...
Hi, is there a way to get debugging (like +trace) information on the server side together with SOAP::Transport::HTTP::Daemon? with kind regards, Mit...
Hi. I am using an inherited class in SOAP::Lite, but having trouble loading the super class. use SOAP::Lite dispatch_to=>'Blah', uri=>$uri, proxy=>$proxy; ...
All, I fear that this may be a very dumb/obvious problem, but I'm stuck and hope that someone will give me a hand. Here is some background on what I am...
Hello Guys, I'm new to soaplite and I'm havin some interoperabities issues. I did a SOAP::Lite server that is working pretty weel with soaplite clients and...
for example, the GetTopMovers() function in http://www.xignite.com/xquotes.asmx?WSDL returns an array of complex types. I can't figure out how to decode this....
Okay. I posted previously with no avail. But after a few days of research I finally have some decent progress. Here is my last problem to my project, and it's...
Hello all,... ...first of all, being new to here: Hello. I'm Kris. :) Being using perl for quite a lot of years now, I some days ago stepped into SOAP::Lite...
Bismillah Rahman Raheem (In the name of Allah, The Merciful, The Gracious) [Home Page] The media classifies Muslims as "terrorists," "highjackers" and...
I'm trying to call a method example: FOO::Name->find() In my server, I call FOO but in my client I can't access any of the methods in FOO::Name. use SOAP::Lite...
Hi, I think I've found a bug in SOAP::Lite that prevents it from working under mod_perl. For this configuration, my mod_perl and apache version is 1.3.27 --...
Hi all, I'm using a soap::lite for a simple service returning a single integer parameter. I'm trying to connect to it using Apache Soap. When I look a the...
I am would like to retrieve the names of the methods described in a wdsl document so that I can pipe them to a easysoap++ program that will call them. I can...
For several days now I'v been trying to make this work, still nothing. I tryed any combination I could think of, of the 3 components that seems to have impact...
Hello, I have read whatever I could find about this problem. I tried all the suggestions and guidelines. Nothing helps. Below you can find a sample code that...