Hi, Is it possible to create AutoDispatch soap objects?!! like $obj1 = $soap1->newobject(); # for server 1 calls $obj1->method1(); $obj2 = $soap2->newobject();...
Hello, I am new in using SOAP::Lite, but it works fine for me! When I Want to use on Java side a Hashtable type I found that this can easily mapped to a...
I have the XML format of a soap call that I need to include in a perl script. But reverse engineering doesn't seem to lead me to the same format message. Are...
Hi, how are you? I hope to not disturb. I have another question. I have a problem with a method that returns an array. The module exposed as a WS has the...
I'm trying to deploy a simple service using SOAP::Lite that will be recognized by the MS Office apps as a Research service (Research Pane), sounds easy, but...
Hello, I am a newbie to the SOAP::Lite. I wrote a simple "hello world" service code using perl. But I am a bit lost how to get a WSDL file out of this perl...
Hi all, I have working clients that talk to my intranet webservices. However, I have a need to contact a webservice that is outside the company firewall. The...
Hi list, sorry if this is a naive question. I'm new to SOAP::Lite. I have an app with an array of classes that hold/display enterprise data and I'm providing...
The style attribute can be specified in 2 places in the WSDL file. In the soap::binding element, the style attribute indicates the overall style of the SOAP...
Hello everyone: I've noticed there has been an update to SOAP::Lite recently on CPAN. Can anyone tell me if this latest version is compatible with mod_perl 2?...
Hi list, could someone please explain why SOAP::Transport:HTTP::Client chooses to C<die> whenever it receives a Content-Encoding header (not using compression)...
... The '@arguments39; in the syntax indicates that everything after the method name is a list of arguments. If your constructor treats that list as a set of...
Hi All, I have problem with 'new' constructor. I tried to create a constructor with the name 'new' my $obj= $sta1->new(setuppath=>'C:/SWAT39;)->result; it never...
Hi to all !! Im new in the list and new to soaplite. Im trying to expose a module as a web service and im having problems to make execute the code in the...
Hi All I am an absolute newbie to Perl and SOAPLite. We have a running Java Axis Web Service. Requirement has come up to script certain Perl clients to this...
Hi all, Heres my scenario Solaris server running a very basic SOAP::Transport::HTTP daemon basically serving up data based on 3 input params. I'm watching the...
I'm having a bit of trouble getting SSL to work properly using the SOAP::Lite Perl module. Here's the setup. A SAP business connector machine is making an...
Hi! I've seen some postings from you in a yahoo-group where you'are trying so solve the same problems wich are similar to mine. I'm writing a diploma-thesis...
hi, I am trying to access an item in a hash and I get the follwoing error: Bad index while coercing array into hash at Modulename.pm:35 when i run Data::Dumper...
Hello, all ... I'm experiencing weird things ... i've some simple DBI code that talks to a local PostgreSQL database via DBD::Pg that does a basic query and ...
Hi everybody, I figured out another problem concerning the SSL-Daemon mode. When I use the ForkOnAccept module from the examples directory, I get errors only....
I'm feeling very dim ( I would have felt much dimmer if it weren't for the help of the people who responded to my previous post - thanks): I'm consuming a...
I'm trying to consume a .net service, in the Komodo debugger I see the soap wrapper and xml I should be receiving so I'm sure the call is correctly formatted...