Greetings. I'm looking for some working examples using SOAP under mod_perl. I'd like to set up some simple web services, but I don't have any experience with...
Hi, To quickly present myself, I'm the founder of the ]po[ open-source ERP/PSA system: www.project-open.com and www.project-open.org/documentation. We...
Can anyone tell me how to get around this failure as a SOAP client? Error: Unspecified namespace for type 'agent39; when I try to use Soap::lite to parse the...
I have: SOAP::Lite 0.710.08 ...running on: This is perl, v5.10.0 built for i486-linux-gnu-thread-multi ...against this WSDL (which I've also copied and pasted...
Hi, I'm currently trying to train myself in using SOAP::Lite and having problems with the most basic use. Unfortunately I must confess that I don't know much...
Hi Folks, I am pretty new using soap lite and setting element attribute, I have had some success but have been wrestling with setting / adding addind a...
Hi all, I have the following server configuration: *. Apache/2.2.11 (Ubuntu) *. mod_perl/2.0.4 *. Perl/v5.10.0 *. SOAP Lite 0.710.08 I am trying to send a...
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Hi all, Wondering if someone might be able to point me in the right direction on this. I've written some SOAP::Lite server code which is being called from ...
I have created a very basic soap service that returns a hash of hashes. When I call my soap service, I see this in the apache error logs for every request I...
Hi. I'd like to be able to use SOAP::Lite to generate soap request messages from a perl simple perl data structure and parse them again to check that I get the...
Hi there, does anybody know how to change http protocol in soaplite? i've been searching for the guide, but still found nothing. what I want to do is...
Hello list, I was googling on SOAP::Lite and WS-Security / userToken, but haven't found an appropriate solution. There is a package WSRF::Lite, but this does...
Hi, I have a little problem with my SOAP Client program. I'm using SOAP::Lite with perl 5.8 on debian lenny. The WebServices server is a Windows 2003 - IIS 6.0...
I have a old Perl script that uses SOAP::Lite. I am trying to reuse it but when I try to run the web client I get the following error. "Tk::Error: Can't locate...
Hello, I am trying to make sure, when the invoke() method in the subclass(package B) is called that the get_basic_credentials from the super class(package A)...
Hello, I am trying the connection with a specific Web service, but unfortunately it is not working...and I would like to ask someone if you could help me. The...
Hello, Is there a way dynamically construct a soap request from the wsdl using soap::lite? Using java you can use JAX-WS-RI, Axis, XFire etc but I am not sure...
Hello, Is there an easy way to suppress the type info in a request? For eg: my $method = SOAP::Data->name('TestMethod39;) ->attr({xmlns => 'http://abc.com/39;}); ...
hi SOAP::Lite experts I met a problem in retrieve SOAP call result. when i can a remote method use SOAP::Lite;# + trace => qw(method debug); my $PROXY =...
Hi, I have a SOAP::Lite based server and an need to enable soma advanced debugging. In particular, I need to print out the full requests and responses for each...
I'm certain that buried somewhere in the archives there is the answer to my question, but so far, I've been unable to find it, at least in the form that I can...
I am pretty new to this so I am probably doing something stupid, but I can't figure it out. I have the following code attempting to access a commercial product...
Hello everyone, I've encountered the following problem while implementing Web Service server side using Soap::Lite (Perl). I receive the following error...
Hi, I have a web service that needs to respond to soap requests from two name spaces. (The current namespace and a legacy one.) I'm swapping out the uri in...
Hallo I'm trying to use a server that is said to use "integrated security". Anyone that knows what that refers to? And is that something that SOAP-Lite can...