Sorry to work the list so hard, but I can't find the answer in the docs, at soaplite.com or on Google. :-( The SOAP service that we're providing needs to know...
I was wondering if anyone knows of a way to force a SOAP::Lite server to deserialize an element as a specific type. I am running into the following issue: I...
I'm prototyping a distributed build system modeled vaguely after Mozilla's Tinderbox, but using SOAP for the message passing. I have a client/server pair which...
Hello, Briefly, I'm having trouble with the Java hash types; our environment is a Java server (GLUE 1.3) communicating with Java and Perl clients. One of the...
Has anyone seen any issues running system calls from their SOAP::Lite server modules? It appears that the calls are being executed on the client through the ...
Hi, we have written service in MS.NET and tried to use it with SOAP::Lite client. Functions without arguments work perfectly. But by a call of function with...
Now that the list has helped me solve the 1999/2001 schema issue, WSDL is suddenly important. One of our developers has been working on demo code for MS using ...
Hello all! We're getting near deploying our first SOAP based service, and I'm beginning to think that perhaps we can't get there from here... :-) We have some...
Hello: I need to create multipart/related response using SOAP::Lite. I browsed the archives and it seems that SOAP::Lite doesn't help with that. The last...
When my SOAP::Lite client feeds an array to a SOAP::Transport::HTTP server, I get an off-by-one error. That is to say, the following code on the client @a =...
Hi guys, I'm just sending a repost to this problem, as I got no feedback. I certainly think this is an option in SOAP::Lite, as the soaplite.com page says...
folks, i am reposting this as it appears to have been lost on delivery. my apologies if you have received more than one... hello everybody, i am new to this...
The SOAP::Lite User Guide gives an example of how to receive an array at the client-side, but I want to know how to return an array at the server-side. The...
hello everybody, i am new to this list and new to soap in general. if this is not the correct list for my question, i apologize in advance. rtfms are welcomed...
hi all, i m using SOAP first time in my application in exposing my COM object. but i m not getting how to invoke WSDL file on SSL using highlevel APIs(MS-SOAP...
There *must* be a way to do this more intuitively... I want to create a simple SOAP::Data struct which will serialize into this: <getHoroscope> <astrology> ...
Hi guys, New to SOAP and SOAP::Lite so please be gentle.. I have a Java web service that I am trying to get my simple SOAP::Lite client to connect to., however...
Hi, I get the following message when running this script from a computer different than my Server: Last trade: 500 Can't connect to www.durrios.com:80 (Bad ...
Hello all, I have a complex object that is expected by my Java service. I would like to call this service using SOAP::lite. Further, my Java service returns a...
I have noticed that send_receive() method takes the data by VALUE, not reference. UserAgent takes references just fine, and you can pass references to...
Hi, I just recieved an email from someone who tried my Web Service and he mentioned there was an error in the SOAP envelop returned. Here is part of my WSDL: ...
Hey ppl.... Me again :) My soap-app actually work now, but I have problems accessing the response data. I'm sure that it's a pretty easy way to do this, and...
Hello all- I'm a SOAP newbie, and I'm having a heck of a time debugging a simple perl client that calls the TerraSeek[1] GIS services. Here's my script: ...
I've got this problem which is driving me totaly nuts. I'm totaly new to SOAP, which might have something to do with the problem :/ The thing is that i've...
Hi folks, First post here. I got past the simple stuff, but now I'm trying to get SOAP::Lite to be compatible with Wasp for C++. It seems WASP for C++ wants...
I was trying different implementations of SOAP (mainly SOAPLite and gSoap) SOAPLite was the easiest to write web services but too slow. I tried a simple...
How do I set the User-Agent in the header? With "+trace" for debugging I can see that Content-Length and Content-Type were set but not the User-Agent....
Hello. I'm new to the list today, so be kind to me. :) I've searched docs, Pavel's O'Reilly book, and now this list for a clue, but I'm still at a loss, so...