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...
... I guess you won't succeed with generating the request directly from wsdl. The module is not ready for more complex wsdl definitions. I rather explicitly...
Thank you. I tried ver.0710.08, but I got the similar error too... (Example) ================================================================ #!/usr/bin/perl ...
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)...
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...
6330
Joseph Werner
telcodev@...
May 13, 2009 7:21 pm
Need more info here, perhaps a code snippett? You apparently have a GUI using Perl Tk and SOAP::Lite, I suspect a syntax error in one of your graphics...
Here is a snippet. Yes it is a GUI based program. # Intranet Transfer if($Config{39;TransferType'} == 0){ # Make a SOAP request to the administrator server. my...
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...
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...
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...
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 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 ...
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 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, 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...
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...
... Generating xml from wsdl with complex types doesn't work and is not maintained (I think). Your wsdl is quite simple, you can work it out like this: $client...
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...
Hello Folks, I am new to the user group and very new using soap lite I am trying to set element attributes, and a sub-set of attributes to an element. I...
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, ... thanks for trying to help, but I can't see how this should help? The remote command is version(), not versionRepsonse, so obviously your proposal leads...