Hi Folks, I've written a SOAP service that runs under SOAP::Transport::HTTP::Apache and it works just dandy when calling to it from a SOAP::Lite based client. ...
Hello, all ... I need to be able to have SOAP servers that are able to do other things while waiting for SOAP calls. Yet, the handle() method for the...
Hello, all ... I've subclassed SOAP::Transport::HTTP::Daemon so that it does not block on accept() -- is uses IO::Socket to see if there are any waiting ...
Hello, all ... While i'm looking into POE, I also want to override the handle() method of SOAP::Transport::HTTP::Daemon to use select() (so it's non-blocking) ...
Hi, I am using document-literal messaging in my web service. Quoting from the WS-I basic profile 1.0, "a document-literal binding MUST be represented on the...
I've been playing with SOAP for a very short while (but reading about it for longer), and have tried it on the following setups: 1. My Dual 1.8Ghz G5 Server...
Hi, all, I wrote the perl script as follow to retrieve information from Web Server, but I got "Request must have exactly one security token" error message....
Hello everyone, I'm implementing a Web Service using SOAP::Lite perl module and I'm stalled. The server is always responding with "<?xml version="1.0"...
hi, i have recently started using the soaplite 0.65 beta2.1 release. my client is written in perl and uses wsdl to make calls to the server written in C++....
Hello :job seekers We have a good strength of MNC companies in Bangalore and middle east Our clients has huge requirements in Lotus Notes Details of job: ...
Hi All, I'm reposting this under a different subject line. Thanks, Chuck. I hope this will be an easy one. I'm trying to post to a web server, but I'm getting...
I have installed SOAP::Lite on a solaris machine and am trying to make method calls from a service running on a windows machine. Following is the code: Client...
Hi, I am new to perl and to SOAP. I have a client perl script (running from solaris), that is using SOAP::Lite. The SOAP server script is implemented as a...
Hi, I am new to perl and to SOAP. I have a client perl script (running from solaris), that is using SOAP::Lite. The SOAP server script is implemented as a...
Hi Group - boy am I glad I've found you guys! I'm interfacing to a third party web service using SOAP::Lite and have run into a problem with my method calls...
Here's NOVEL gift FOR CHRISTMAS/NEW YEAR ADVERTISEMENT Here's NOVEL gift FOR CHRISTMAS/NEW YEAR GIFT THE FREE EARNED TO YOUR FRIENDS FREECALLINGCARDS EARNING...
If you are using a web services framework that generates it's wsdl from the method signatures of the exposed methods from the web service is it still possible...
Hi All, I hope this will be an easy one. I'm trying to post to a web server, but I'm getting the following error message on the server: Service threw an...
Title : Developer / Sr. Developer / Team Lead / Project Lead Experience : 2 to 8 Years Location : Madurai ( For a MNC ) Skills : C++ with System Programming is...
I'm trying to send a string to a Flash client. Unfortunateely Flash seems limited in understanding SOAP messages and my counterpart has difficulties to detect...
In a server set up with SOAP::Lite, is there a simple way to dump the request message as text? (Please provide a relatively complete message, not just a...
Hello, I am new to this group and I am hoping to learn a great deal since this is an area I am interested in exploring. I am doing research and intend...
Dear all I have make to return message of soap lite as below by using push @result, SOAP::Data->type('string')->name("_4091")->value("A"); and I return...
Hi, I have explictly specified a namespace in the definitions/binding/operation/input/soap:body element. When calling the service via Python's SOAPpy or...
Hi all, I am not 100% sure of the terminology but please bear with me. I am currently trying to write a SOAP client to access an existing SOAP server. The...