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)...
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?...
How do I bind 'foo' the element name with a namespace ? I need my element in the Header to look like myns:foo where myns is http://blah.com . Thanks A ... e.g....
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...
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...
Dear Gary Same or similar problem for me. I get the error "500 Can't connect to xxx.xxxxxxxxx.com:80 (Timeout)". The same script works without any problem on a...
... Both, LWP::UserAgent and SOAP::Lite? As Newbie I'm lost in code... I tried this without success: #!/path/to/perl -w use SOAP::Lite; my $s = SOAP::Lite ->...
I'm having the same problem with proxies... In Windows, I only have to set the environment variable "http_proxy" and SOAP::Lite does the right thing. On my...
Got something... but perhaps I'm talking to myself anymore... :) I can't figure out how to get the SOAP::Lite->service() syntax to work, when going through a...
Hi Brian ... In the docs for the SOAP::Transport::HTTP package there is an example of how to use an http proxy. ... The extra parameters to proxy are passed to...
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...
Unfortunately, no. The only thing I can suggest is using a tool like CapeScience39;s WSDL Editor to help write one for scratch. There is a sub-project in...
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...
... SOAP::Lite is Perl only, so it is not dependent on any OS. The install works quite happily on Windows. ... You don't *compile* anything, just install. What...
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 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...
... If you have a complex XML structure to create it may be easier to create the XML outside of S::L and pass that as literal XML. Something like my $xml = ......
Sorry for the wrong wording - it was late. :) I surely didn't mean "compile", rather "install". Thank you again for the help! I still don't understand why...
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...
Not yet. The hooks into SOAP::Lite are complete, but the DIME::Tools package still needs some work. I was hoping Domingo (the author of DIME::Tools) was going...
Hi, Is it possible to create AutoDispatch soap objects?!! like $obj1 = $soap1->newobject(); # for server 1 calls $obj1->method1(); $obj2 = $soap2->newobject();...