Hi: I am trying to develop a Web Service that will also be accessible by VB clients on their desktops, I have the server and some clients running perl...
The SOAP::Lite guide states that "during dynamic dispatch access to @INC is disabled (due to security reasons)". Before I go hacking SOAP::Lite to remove this...
If I point SOAP::lite to read a WSDL that contains an unknown type, e.g. <wsdl:message name="in"> <part name="a" type="foo:mytype"> </wsdl:message> will...
Hi, I'm trying to expose a little object model using SOAP. The code for the classes is physically located in /home/bas/model. I'm using Apache::SOAP...
Paul, Thank you very much for such a great SOAP library, SOAP-Lite is really fantastic. Just wanted to express that. I was wondering if you could help solve...
Hi, I am fairly new to SOAP Lite but I have read a lot about SOAP. In everything I have read, the authors were saying that SOAP was over HTTP and so that the...
After generating the makefile, I ran "make" and got this error: Makefile:699: *** missing separator. Stop. Line 699 reads: 699: $(PM_TO_BLIB) 700: << 701:...
Hi, I have a problem using outputxml() from the SOAP::Lite package. The documentation says: outputxml() Lets you specify the kind of output from all method...
I am having difficulty handling faults returned from a SOAP server/COM implementation built using Microsoft's SOAP SDK 2.0, beta 2. Here is my perl code, use...
The WSDL search engine we've been furiously working on chaps is now ready. Meaning that you can search on 50+ schemas with over 400+ functions at... ...
Paul, Can you also help me get my install setup correctly. I create a cgi program which fires a premature end of script headers whenever the statement use...
Hi. I'm developing a SOAP::Lite based web service that should be able to handle attached file content. While posting big file content the server runs out of...
Hi! I want to have a function called GetMetaData, which will return the meta data for a database in XML format. I don't have the XML format fully worked out,...
Hi folks I'm developing a SOAP::Lite based client that needs to talk to an MS .NET server. The interface specification I've been given by "the other company" ...
Hello!. I developed a server with Perl using Soap Lite and now i making the client in Visual Basic 6 using the Lite.dll, and i have a problem. I can retrieve...
Hi. I've spent a bit of time playing with the standalone COM version of SOAP::Lite, and it seems pretty nice. I was calling live web services in a VB test app...
Hey all, I'm kind of new to SOAP but the SOAP::Lite perl library seems very cool. I had no problems getting my perl soap client to talk to my perl soap...
Hi, all! I beg pardon for idle time a question, I'm beginner programmer on Perl. Call get_authToken breaks performing the script. Where I can mistaken? ...
Hi! Is it possible, using the Daemon process version of SoapLite, to dispatch_to a particular instance of a package? I.e. if the package is called Demo, could...
Has anyone run across a scenario where you need to parse out non-unique named XML elements such as <addressOption> listed below. When I parse the hash that is...
Hi all, I intend to use SOAP::Lite in a distributed transaction environment. I won't use the rpc-related stuff for now, but my main objective is to wrap/unwrap...
When using the Daemon, if you do not specify LocalAddr then you can access it with any hostname/IP alias, including localhost or 127.0.0.1. If you specify...
Hi, I' m trying to set my own WSDL File, and i receive this error with the "trace=>all" method: Is it due to a bad WSDL File or a configuration error... if I...
I am having some problems getting my SOAP client to get data back from the SOAP server. I am using autodispatch and trying a call on a method that will return...
I've just started using SOAP::Lite as a client/server to talk with an MS .NET client/server. I've read the bit in the docs about needing to fix up the encoding...
Hi , Is it possible to get the value of a Attribute (from a Hashtable) from the Response Envelope..? Here is my Response Envelope obtained thanks to...