Hello, I try to use the GlobalWeather service which has been already discussed in the following message: http://groups.yahoo.com/group/soaplite/message/1707 ...
On the downloads page, Soap Lite 6.0 beta is currently available only for linux/unix. When can we expect a windows version of this release ? thanks Chetan...
Hi OK I know I can't be the only person having trouble with SOAP::Lite and proxies! My very simple script is trying to access the KEGG API. It looks like...
We are looking for someone who know SOAP and SOAP::Lite very well and can spend a few hours getting my team up to speed. This is the type of question we are...
Perl Programmer with SOAP:Lite Experience (telecommute) We are looking for someone who know SOAP and SOAP::Lite very well and can spend a few hours getting my...
Hi, I''ve written an application which processes XML-Files retrieving via SOAP and writes the infos to a database. When my soapserver (only a hand full code)...
I hv a VB Script Client for a webservice created in perl (3rd party) which does not show any return data. We traces the communication on the server and the...
Has anyone tried to access a SOAP::Lite service using either the MS SOAP Toolkit v3 or SOAP::Lite (Lite.dll) using ASP / VB? I tried using VB but find the same...
Hello, I created a SOAP Server with gSOAP that expects named arrays of structs. Now I want to access this server using a soaplite client. So I create a named...
Wondering if there is a setting for HTTP timeout and also if you can configure how many retries SOAP::Lite will attempt to connect to a HTTP server. I guess...
It seems that a header of type xsd:anyURI will always cause a deserialization error with the exception stating that the type is unknown (IE something like ...
Hi All, I have a problem here. I have a web service written in Java and soap::lite client. On the client side, before I used a perl moduel "sequence.pm". It...
I'd like to be able to add further namespaces into the Envelope. The web service I am connecting my SOAP::Lite client to declares many methods and data types...
Hi, Can someone tell me why the trace didn't work for me when I turn it on using use SOAP::Lite +trace => 'debug39;; I'd like to see the soap messages to/from...
I'm a bit of a newbie using SOAP::Lite and trying to maintain/enhance some existing code :) 1. What I really need to do is substitute the c-gensymNN element ...
Hello, I'm trying to test my (webMethods/TME GLUE based) webservice and found that WSDL for one method void soapApplicationUpdateBlob(RoSOAPId idApplication,...
Hya, I'm stuck with a bit of a quandary I'm having a difficult time finding my way out of. I've a simple method returning a 'struct39; but I need to encode one...
... You should be getting a warning here "Not an ARRAY reference" You need to navigate down several levels of hash references for $item (@{$t->{BrowseList}}) {...
Hello- I'm sure I'm missing something, but haven't found the answer in the docs I've looked at. I found some code on soap.env that prints out a book title and...
How would I generate an xsi:nil="true" value in a SOAP message? This is what I need: <businessAddress2 xsi:type="xsd:string" xsi:nil="true"/> Thanks, Adhamh...
I'm using SOAP::Lite as a client to call methods on a gSOAP server. The method I am trying to call thakes 4 input parameters: two strings, a boolean, and a...
Hi! I'm requesting a base64Binary-file from a soap-server, but I get this errormessage when trying to retrieve it with SOAP::Lite. The xml-code seems valid...
Hi, I've used SOAP::Lite before for some simple types, now I'm investigating if SOAP::Lite can be used for a complex type... I'm especially worried about ...
Is there a built-in mechanism for sending/receiving xsd:dateTime structures? I've tried: SOAP::Data->name("created")->type("xsd:dateTime")->value(time())); ...
Has anyone got any experience writing a SOAP::Lite client that talks to a gSOAP server? I've used stubmaker.pl to create stub functions from my gSOAP-generated...
My server has to adhere to a specific interface for SOAP requests (as defined in a common WSDL interface file), in which the namespace has been standardized....