Howdy, I'm trying to learn how to use SOAP for sending and receiving complex data types. I've written the code below to use the multiple symbol realtime quote...
what's going on here? my Lite.dll "perl environment" is not working on my production machine but, it works fine on my test box. here's the error i'm getting:...
i'm getting this weird error when i try to instantiate Lite.dll via ASP. here's the error: Error Type: Server object, ASP 0177 (0x80004005) Unspecified error ...
hello I need to send lists (string or structs) from a SOAP::Lite server to a delphi 6 client. The client uses the wsdl to generate stubs. How should I return...
Is there a way to force a string to be encoded in base64 using XMLRPC::Lite? With very large string, the XML Parser seems to take forever. Thanks -Mathieu...
Hello, I was wandering if any of you have been playing around with certificate authentication? I need to have SSL certificate authentication for client and...
Hello, I have a question about Persistent server-side objects without using the autodispatch mode. In the SOAP::Lite POD Docs, it says, under "implementation...
I just used MS's Visual Studio.NET and built the HelloWorld web service (with both C# and VB). It runs with the MS tools (using GET/POST), but not a SOAP call....
Hello, The examples were up and ruunning in less than an hour!!! Great Stuff!!! I am using soap.tcp (server) with chat.pl (client) on NT. The following warning...
What tool(s) do you guys use to create a WSDL file? I suppose if one uses Microsoft's .NET stuff, it will create the corresponding WSDL for you. Other tools? ...
Hi, I'm wanting to have several small scripts (modules) called from a large main script. The main script would basically have: use SOAP::Transport::HTTP; ...
Hi, I would like to send an XML object via soap::lite to a java client. What is the correct way to send it out using soap::lite. Right now I send it as: ...
HI, Once SOAP::Data object is built, is there an easy way to get SOAP::SOM object for traversal of the structure? I was not able to find one, but I may have...
When using SOAP encoding with an HASH value that does not contain any keys that are integers, the serialization returns a SOAP-Struct instead of a xmlsoap:map...
XML Found some useful sites for info on XML/Web Services and SOAP.Cape Clear have started to build up their resources on Web Services. They have a separate...
I installed ActivePerl-5.6.1.626-MSWin32-x86-multi-thread.msi, and the SOAP::Lite client examples work fine. I thought I would try to bring up a SOAP::Lite...
hello I'm having troubles using a .wsdl file. the solution is probably very straightforward, however I can't fix it... The client request (see code below): ...
Hallo, I'm trying to register stand-alone Lite.dll from SOAP::Lite version 0.50 on Windows NT 4.0, but I always get the following message from regsvr32: ...
I asked this question before and was told that I will have to use the undocmented send_receive function. But there is better and easier way to return complex...
I think I have a possible solution for you guys, but I have never tried it or used tcptunnel. On Windows boxen, there is a "Hosts" file which hostname lookups...
As I understand, SOAP-Lite always returns something for each SOAP call, even it is an empty body. In some application, for efficiency concern, response is not...
Hi, I'm trying to use TCP Tunnel/Monitor to trace the SOAP messages flying between my SOAP client and the SOAP::Lite test services at services.soaplite.com....
hello, I am writing an application API which will primarily be availiable on a SOAP server - however I also want to write in in such a way that it can be used...
New version of SOAP::Lite released today (see Changes file for more information): ! fixed memory leak in SOAP::Parser (thanks to Ryan Adams and Michael Brown) ...
I'm accessing an Apache SOAP server with SOAP::Lite, getting a serialized Java bean's data as a Perl object works great! However, one of the methods returns a...
Hello, We have a soap server that has been running successfully for a whlie. I recently added a Timeout value to the HTTP::Daemon becuase a certain task was...