I used stubmaker.pl to create my client stub. But I can't figure out how to write an app which uses the stub to retreive the faultcode, faultstring,...
Hello, Thanks for your help, Paul. I have another question : is it possible to let one client and server support several classes at the same time ? instead of ...
Maybe this is becoming a FAQ, but I couldn't quite find a message here that fit my needs, so here goes. I'm using Apache and mod_perl on FreeBSD My Location...
Subject : problem with SoapLite as C# assembly using Perl Dev Kit Hello, I made a soaplite server and client package with Tcp as protocol; this works fine. I...
I suppose I should have remembered to include the software I promised
(sorry):
-------- server.pl ----------
#!/usr/bin/perl -w
#use SOAP::Lite +trace;
use...
I'm just jumping on the learning curve for SOAP::Lite, and my first test application
is throwing me for a conceptual loop.
I thought, if my client app uses...
Hello, (see previous mails for context) Omitting namespaces makes it working, but this is not acceptable as a solution. I changed (in SoapTcpServer.pm) : ...
Hi ! I have asked for advice from this group and thought it would be appropriate to share my experience with You. Some might find it useful also. First some...
soap gurus: I am having a weird problem. When I am accessing this wsdl service from command line (perl script), it works fine. But when the same script is...
Hello All, Now that Paul kindly helped me out with returning single Array from a SOAP Lite server to Apache SOAP Client, I am having problems with returning...
Problem: my SOAPLite client works perfectly with my SOAPLite server. Now someone wants to use a Java client to access my SOAPLite server. What should the XML...
I'm getting an "Unexpected Content-Type 'text/html39; returned" whenever I try to run a client that communicates with a server using SOAP::Lite. I can't figure ...
Hello All, Now that Paul kindly helped me out with returning single Array from a SOAP Lite server to Apache SOAP Client, I am having problems with returning...
I'm not sure if this is your problem but there *was* a bug with soaplite calling 'close39; instead of 'shutdown39; on the HTTP object, perhaps you need to update...
I have an application which uses SOAP::Lite on Perl to call function on a remote server (HTTPS protocol via WSDL file). The application is running fine and the...
Hi Folks, I've been asked by a client to implement an xmlrpc call on my server: <methodName>ourMethod</methodName> However, for obvious reasons, i can't just...
Hello all, I have a java SOAP Client using Apache SOAP, which is talking to a SOAP CGI Service (Using SOAP Lite). I am successfully able to pass an array from...
Hi, I have an apache axis server and a soaplite client and I want to pass complex types back and forth. My client can send the complex types fine, but can not...
Hi, I am trying to send an attachment to a server running apache axis, but axis is not able to parse the mime message. It works if I use a java client to send...
Hello, I am getting "Unexpected Content-Type 'text/plain39; returned" error while running my sample SOAP program. From trace, it seems the SOAP server is...
folks, i have searched through the documentation to no avail. their error handling examples use a different calling systax than the script i am trying to...
Hi all, I find myself trying to create xml datasets (ala .Net) with SOAP::Lite from a client perspective. Has anyone been successfull with this ? If not has...
I'm new to soaplite and I have a basic question about the interaction between servers and clients using it. I noticed in some code that when you call a...
Hello, IM trying to access an object that has a referance to a GLOB (IO::Socekt::INET) over SOAP. The standard serializer is not serializing that referance....
Let's see we we can get OUT of once we get INTO it. What do you call Cybill SHEPHERD with a half of a brain? GIFTED!!!!! ... Do you Yahoo!? Yahoo! Mail Plus -...
I am writing a perl client with soap::lite. In order to use the NTLM authentication method, I need to set the http transport with the option 'keep-alive39;, but...