Hi, I'm going to be providing some simple functions to a client via an Apache mod_soap setup. There is also a requirement to use client side certificates. Now...
Hello, there, and please excuse the commercial nature of this post. As some of you are aware, at ActiveState we have been building class generators that let...
Dear all, I'm very new to SOAP::Lite. I have to send a Hash from PHP to Perl. But when i send the hash it goes as an List. How can get the php hash as Perl...
The application I am working on really calls for document-based as opposed to rpc-based SOAP. I feel as if SOAP::Lite was not really written with this approach...
Hello Soap-Lite Gurus out there! Where can I find/download the "Lite.dll". I've downloaded the Version 0.55 from soaplite.com but I can't find it! Thank you in...
Hi, Sorry for a long story here, but I think I'm in far enough over my head that it is time to ask for some help. What I originally set out to do was call the...
Hello, I want to write a TCP server that maintains persistent state on the server. For example, I want to dispatch to a module: package ORNet::DBServer; use...
I am trying to setup a SOAP server based on an existing webserver/application server infrastructure. SOAP::Lite as a server seems to insist on using its on...
Hello, I need to generate the following request: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
I need to write client code that uses a wsdl file to start talking to a server. The response from the server will carry new post URI for the next call to post...
Hi, Is there a way to send raw XML as the result of a service? From the SOAP::Lite documentation, the only way seems to use SOAP::Data to create elements one...
Hi, I know this is documented, but for some reason, I can't seem to retrieve the soap envelope as specified in the documentation. I am running the server as a...
O.K., I don't know if this is considered Horribly Bad Practice, but... I'm working on some classes where I want some of the methods (maybe just new) to run on...
Hi, I want to use an existing CLI process written in Perl, to handle concurrent SOAP requests. There is centralized state information that lives in my CLI ...
Thatnks for everyone's help with the header problem. I've got it working now but here's the next one. error msg: Unresolved prefix 'ns2' for attribute value...
Anyone know how to get this in the header <element a=xxx b=xxx c=xxx></element> I tried: $header = SOAP::Header->new(name => 'element39;) ->attr(a => 'xxx', b =>...
Hello List, I'm a beginner in using the SoapLite Module and I am trying ot work with the tutorial found on http://perl.com/lpi/a/2001/01/soap.html (Quick Start...
Ok, so after having done some testing and playing with the module a bit I think I have a good handle on what is going on and how to access web services via ...
I have a soap implementation in place that was written in Java and calls to it are made to http://xxx/mm/SOAPServlet. The servlet is the apache servlet. 2...
Still can't figure out how to get from the documentation provided for the service into actual soap::lite objects and function calls. Any help would be ...
Hello, This is second time post the question- Does SOAP::Lie support DBI::mysql? I really care it. If anybody has the answer, please let me know. I created a...
Hello, This is second time post the question- Does SOAP::Lie support DBI::mysql? I really care it. If anybody has the answer, please let me know. I created a...
Greetings. I am testing SOAP::Lite (0.55) on a win32 box wih perl5.8/Apache 2.0.40. I have two different sets of problems. Problem the First: (The test package...
Hi, I'm experiencing some strange things in SOAP which i have trouble fixing. The response i get from the soap-server looks good....and there is some info i...
Hi all Firstly i'm pretty new to Perl so please bear with me :-) The WebService i'm talking to send an ID as part of the HTTP headers. How do I get this id...
Hi, i have implemented some web services and now i wan to write a wsdl- file to describe the interface and implementation details. this isn't as hard as i...
Ok, I've managed to write a few client scripts with SOAP::Lite for various services described at services.xmethods.net . However, I'm still having some...