Hello, I wrote a client with soap::lite 0.67 which communicates with a tomcat server. My client works if I modify Lite.pm. Indeed I need content type :...
Group, VB.NET 2003 client... Perl SOAP::Lite client... Apache configured as CGI... Sending strings and arrays from .NET to SOAP::Lite is fine. No data returned...
I was reading your post from a LONG time ago concerning SOAP::Lite and .NET. You gave an example of how to return a string, and that is great. Did you ever get...
I can't get SOAP::LITE to install. First my ISP's Tech Support tried installing it serveral times with no success. Then I tried an got the following: Thu Feb...
Hello, I keep getting the error ' Undeclared prefix: "xsi:type" '. Looking at the +trace output, it seems that my namespace is not defined in the envelope....
Group, As promised, I'm posting the resolution (sorta) for this problem. This is what works for me, and it is not a solution. It is more like a work-around. I...
Hello, I've exactly the same problem which is not present in old version (like perl-SOAP-Lite-0.60). Type verification wasn't done in the past. If you comment...
im new on perl, and i think my quoestion its more perl than soap::lite. but let see who can help me. In some method i want to call a system command. Im using...
perl -e '@std = `uname -X`;print @std, "\n";' In other words, put your system command in between backticks (`) and the STDOUT will be the output, which you...
Hi All, I'm working on a SOAP client for a Unix server running Apache, Perl and SOAP::Lite. The Perl w/ SOAP::Lite client works just fine. However, I'm also...
Hi, I have been working on a soap client project for over a week now and can not figure out what I am doing wrong. I am not an expert using Perl or SOAP so any...
Hi Guys, I'm working on a proof of concept to see if SOAP::Lite can provide the implementation for web services etc. I've been battling with things so far but...
... I am seeing similar behaviour and have tracked it down to an ever-growing {'_serializer'}->{'_seen'} object. I will debug this further tomorrow morning,...
... Should the hash be cleared, then, after each successful parse of an XML response? At the moment it is growing between requests. If the XML returned is ...
... Having instrumented this further today, I can say that the problem is not in SOAP::Lite but rather XML::SAX (which I use through XML::Simple) as a...
I have a client on Java that communicate whit a SOAP::lite server. when i invoke the call on java it create like this [Header=null] [methodName=SubmitV]...
Has anyone changed the sysconf settings under Solaris to tweak the performance of SOAP::Lite when using HTTP::Daemon? My clients are seeing a lot of...
Hi! I keep gettng the error: document/literal support is EXPERIMENTAL in SOAP::Lite at /Library/Per +l/5.8.6/SOAP/Lite.pm line 2818. Can't call method "name"...
Don't sweat this anymore. Rather than using CPAN which grabs the .67 version, I hit the soaplite site, got .6, and installed it. I don't need .67 for anything...
Hello All, First off, I am a SOAP newbie and I am trying to write a perl script (ActivePerl 5.8.7-815) which consumes a web service published by Remedy ARS...
Thank you very much Eric! That worked! I have tried all variations but I could think of but the one thing I never did was include that backslash as in your...
Hi, A dumb question: I tried to install SOAP::Lite On a OS X 10.4.5 machine. The installation process says it needs XML::Parser, Which in turn says it needs...