Hello !! :-) I want to send a request from the client to the server with an attachment. Then i need to send another attachment from the server to the client,...
Latest VoIP Offers. Huge Company Looking Routes Worldwide. Sell Your Routes Now! VoIP Traffic Exchange Forum Topics Posts Last Post Selling Minutes Please...
Hi there SOAPers, I get the following error: odin:~/STORE ->./querystore 10 Can't use string ("as_base64Binary") as a subroutine ref while "strict refs" in use...
Hello I am trying to send an object as a parameter to a .NET web service from a perl client with soap::lite.It works fine with integers, strings as arguments...
hi vinit, ... i had the same issue, but unfortunately couldn't get any help from the list. i decided not to exchange objects via soap. it sucks, but i tried...
Nick Sutterer
nick@...
Sep 8, 2005 6:05 pm
4882
Hello! I m finding many samples how to use WDSL and SOAP::Lite together for simple inquiries. However, I fail to find any more complex sample, like for...
1 BILLION MUSIC, MOVIES and VIDEOS... - Unlimited access to the largest MP3 collection Ever! Over 5 Million - Unlimited Music Downloads - Unlimited Movie...
I'm using the FCGI transport and have a problem. When my FCGI script is first spawned it returns to the client OK. But on further requests it returnes undef,...
Hi, Trying to do this on a RedHat 3 Enterprise box - I want to run it with Apache/mod_perl, but when I specify that in the makefile process I get: Warning:...
Hello, I do have a problem to write a picture-upload-server for an HTML-Editor-component "XStandard-Editor" (http://www.xstandard.com/) that uses SOAP for such...
Gert Brinkmann
gbrinkmann@...
Sep 16, 2005 12:13 pm
4887
I am wondering/hoping/begging if someone could help a newbie with a simple Tomcat soap client talking to a SoapLite server. I am sure I am missing a very...
Hello I have a Perl Client communicating with a .NET Webservice via Soap::Lite. I am having trouble receiving complex types from the service. Please see the...
Hi Please find below the XML Request and Response. I think its something with the way the int array is deserialized - its taking 'int' type as a key and hence...
Hi all, I am new to SOAP::Lite and I'm trying to access a service that requires a complex data structure sent to it and I am having no luck figuring this out....
Steve, I was in a similiar situation and found invaluable help at this site: http://www.majordojo.com/soaplite/ In particular check the archive articles:...
... You need to iterate over the SOM object looking at each occurence of int. Something like (untested) for my $int ($som->valueof('//arr/int')) { print $int,...
There was one final piece, at least for me solving a similiar problem, addressed in this post: http://www.majordojo.com/archives/2003_04.html#000009. By using...
Eric, Thank you for the excellent references. I found this one which was a major break through: http://www.majordojo.com/soaplite/docs/SOAP/Data.html And I was...
Hello folks I need help sending an Arraylist from a Perl Client to a .NET WebService using SOAP::Lite. I am able to send int,arrays,strings and objects....but...
Dear Sir: Please Find the Latest VoIP Offers. See the Announcement of New Call Center Portal. Advertisement Selling Minutes Buying Minutes Sell Equipment...
... Looks like you have neither Modperl 1 or 2 installed - there were some API changes between 1.99 and 2.x. My suggestion is to either build your own...
I have a sample SOAP request that contains the following structure: <tns:GTotal> <CountD href="#id1" /> </tns:GTotal> And then CountD is declared as such: ...
hi all, Let us suppose that SOAP Server uses more then 20000 Memory Pages. It looks that it does not abend. So I assume that there is no classic memory leak. ...
Marriages are made in heaven but we have to make it success on the earth!!! FREE FREE FREE...... Matrimonials http://www.Net4Matrimonials.com (HERE YOU WILL...
Hello, I am having a problem of making a simple client and server program working. Client programs accessing those sites provided in the tutorial examples...
Hi I'd like to get access to the SOM object in the server so that I can see the name of the first level element in the message body and to iterate over an...
Folks, I have a SOAP::Lite web service which needs to compose its response based on a schema definition. The problem is, I routinely trap significant error...
Try this: eval { #do stuff that might die ... } if ($exception = $@) { # use $exception to formulate your $response return $response; } Hope this helps Mike...
Thanks, I tried this but it still ends up returning control to the program... I did a bit more research and came across Error.pm on CPAN. It provides a ...