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,...
4878
Call Termination
callterminat...
Sep 3, 2005 10:02 pm
Latest VoIP Offers. Huge Company Looking Routes Worldwide. Sell Your Routes Now! VoIP Traffic Exchange Forum Topics Posts Last Post Selling Minutes Please...
4879
stefanastrupkruger
stefanastrup...
Sep 6, 2005 11:01 am
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...
4880
vinit samel
vinitns
Sep 8, 2005 4:53 pm
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...
4881
Nick Sutterer
nick@...
Sep 8, 2005 6:05 pm
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...
4882
philipp_ott
Sep 9, 2005 8:32 pm
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...
4883
jeannetteullmann182
jeannetteull...
Sep 11, 2005 7:15 pm
1 BILLION MUSIC, MOVIES and VIDEOS... - Unlimited access to the largest MP3 collection Ever! Over 5 Million - Unlimited Music Downloads - Unlimited Movie...
4884
mike2orb
Sep 15, 2005 3:21 pm
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,...
4885
w1ntermute03
Sep 15, 2005 10:31 pm
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:...
4886
Gert Brinkmann
gbrinkmann@...
Sep 16, 2005 12:13 pm
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...
4887
jmdevel
Sep 16, 2005 4:19 pm
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...
4888
vinit samel
vinitns
Sep 16, 2005 11:07 pm
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...
4889
Vinit Samel
vinitns
Sep 18, 2005 9:14 pm
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...
4890
swoodbri
Sep 19, 2005 6:57 pm
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....
4891
Eric Bridger
ebridger2004
Sep 19, 2005 9:23 pm
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:...
4892
Duncan Cameron
duncan_camer...
Sep 19, 2005 10:01 pm
... 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,...
4893
Eric Bridger
ebridger2004
Sep 20, 2005 1:27 pm
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...
4894
Stephen Woodbridge
swoodbri
Sep 20, 2005 2:10 pm
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...
4895
Vinit Samel
vinitns
Sep 21, 2005 11:12 pm
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...
4896
Call Termination
callterminat...
Sep 23, 2005 5:32 pm
Dear Sir: Please Find the Latest VoIP Offers. See the Announcement of New Call Center Portal. Advertisement Selling Minutes Buying Minutes Sell Equipment...
4897
Aaron Trevena
hashbangperl
Sep 23, 2005 5:50 pm
... 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...
4898
drmartin1998
Sep 24, 2005 9:22 pm
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: ...
4899
nitingoel_16
Sep 27, 2005 4:23 am
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. ...
4900
LoveLeen
meet2pkw
Sep 27, 2005 10:45 am
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...
4901
javareigns
Sep 27, 2005 8:35 pm
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...
4902
Todd Giles
tgiles2
Sep 27, 2005 10:32 pm
I'm having difficulty communicating with Microsoft web services. I consistently get the message: <faultcode...
4903
shadowfoo2
Sep 29, 2005 4:18 pm
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...
4904
teden
Sep 29, 2005 5:27 pm
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...
4905
MikeG
shadowfoo2
Sep 30, 2005 8:20 am
Try this: eval { #do stuff that might die ... } if ($exception = $@) { # use $exception to formulate your $response return $response; } Hope this helps Mike...
4906
Thomas Eden
teden
Sep 30, 2005 11:49 am
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 ...