Hi All I am new to WSDL and Soap::Lite. I have written a client/server in perl. ... <s:element name="WorkOrderStatus"> <s:complexType> <s:sequence> <s:element...
Hallo, Is there a way to make use of the HTTP/1.1 keep-alive feature when calling several methods of a web service within a few seconds? I'd like to get rid of...
Hi folks, I am wondering if anybody could help with this. I am trying to write a SOAP server according to a WSDL I received and I have some questions: - How do...
Hi, I'm new to perl, but I'm trying to use SOAP::Lite to test interopaerability of some Java web services that I've written, using WSDL2Perl to generate the...
Hello, I've recently found this great web site: http://www.shared-movies.net You can search and download over 80 million movies and other videos. It's...
Hi all I am a newbie in SOAP::Lite. I need an server/client exmaple which should include following features: definition of new objects, returning array of...
SOAP client connect to server. There is a log entry in apacha access_log 127.0.0.1 - - [25/Aug/2005:20:24:35 +0700] "POST /dam/cgi-bin/test.pl HTTP/1.0" 500...
I could use some help getting a SOAP::Lite server to return an array of structures. I'm using SOAP::Lite version 0.65_6. I've read the SOAP::Lite docs and...
Hi, New to this group..-) Plus warning: this is rather a long post! Found the situation around receiving attachments in SOAP::LITE a bit confusing. Hence this...
I am trying to get SOAP to work under mod_perl. Googling about and reading what I can find on it, it looks like there are many ways to do this, but they are...
Hi All I am trying to call a webservice from a very very simple perl script. But the script jsut does nothing at the SOAP::Lite->service call use SOAP::Lite; ...
Hi,there. I hava a WS in Apache-Axis, one of its functions(brilliantSearch) is suppose to return an array of integers. I have tested this service via a Java...
Folks, I am trying to set up a .Net client to access a SOAPLite server. The server needs to return an array of string values. I have been successful at...
It seems that die() in the SOAP lite server sometimes could confuse client side ever it is wrapped by eval{}. My problem looks like this, please consider: ...
Hello, I'm trying to make a soap call to a server but the server responds with "The HTTP request did not contain a valid SOAPAction header. The value of the...
DON'T SEND YOUR CV TO ME PLEASE. DON'T SEND YOUR CV TO ME PLEASE. DON'T SEND YOUR CV TO ME PLEASE. 1 Windows NT or 2000 server 2 worked on active directory...
CallTermination.info Menu Directory Get Listed FREE Premium Memberships Member Login Advanced search Contact Us Advertise With Us Top Countries United States ...
Hi, We have perl 5.6.1. installed and when we try to access SOAP:Lite we get these errors, Can't locate SOAP/Transport/HTTP.pm in @INC at server.pl line 3. ...
Hi all, I just basically try to return the array of ClassB itself as the return value but failed. Anyone has any thoughts on this one or if anyone has...
Dear friends, I am working at EBI (www.ebi.ac.uk) and we use SOAP::Lite to provide access for several databases and tools for bioinformaticians all around the...
hi list, i tried out the code in chapter "Objects access" on guide.soaplite.com, where the server returns a blessed reference - an object - to the soap client....
Folks, I am just starting out with SOAP, Apache Axis (Java version), and SOAP::Lite. I am trying some simple things, and one is confusing me. I took...
I have a Java axis webservice I am trying to call from perl. Everything works fine as long as the proper things are passed and everything is okay. However, I...
I am trying to write a perl client that receives data from a .NET webservice. Everything works fine except for a method that downloads a file to the client....
Hello, I'm hoping someone can help. I have a SOAP server that's been running happily on 0.55 and which we're now looking at upgrading so that it can support...
Hello, I am trying to remove the SOAP::MIME from my Application since I am using version 0.60-2, but I am not able to do it. The SOAP::SOM object with a MIME...