Hello, Is there an easy way to suppress the type info in a request? For eg: my $method = SOAP::Data->name('TestMethod') ->attr({xmlns => 'http://abc.com/'}); ...
Thanks peter. I tried that and it works but I was somehow hesitant in using the raw xml. I figured out a way to suppress the type info. I created a custom...
Hello, Maybe I'm missing something more here but when I want to make sure SOAP::Lite doesn't do its automatic typing of an data element I just use the 'type'...
Hello, In your example, $ret is really a soap response object (SOM) unless something happened to cause an exception (die or croak) to occur. You can read the...
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...
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...
Joseph Werner
telcodev@...
May 13, 2009 7:21 pm
6331
Here is a snippet. Yes it is a GUI based program. # Intranet Transfer if($Config{'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...