This code works fine when I set endpoint to http://... etc. but when using https it fails. Java and .Net clients work OK setting enpoint url to https. The...
I've been having trouble getting Python's xmlrpclib to interop with a SOAP::Lite server on IIS. I narrowed the problem down to SOAP::Lite ... Server:...
Hi all, I am new to SOAP, so please excuse me if my terminology (or understanding) is incorrect, but I've been given the task to write a client that can send...
Hello all, I have a JMS server running (Tibco JMS, with GLUE handling the SOAP) that I need to call from SOAP::Lite. I have it all set up on the Java/server...
Hi! I'm using a webservice which takes a complex object, which is defined in an xsd file, as parameter. I have to set the namespace of this element by using...
Hallo, has anybody of you examples of how to create a soap client using fastcgi? I'm currently trying to create a webservice based on it and wonder if I can...
Hi all, Actually I have Activeperl on Win2000 server. I have used activeperl to implement my web page on IIS. Now I try to use Soap with my server. I put ...
I have question regarding serializer. I want to convert a perl hash into the following output. The has is defined as follows my %hash = (USER_ID => 24875227,...
Hi ! I sent Yesterday a message about a "proxy: transport protocol not specified" problem. Fortunately I am now able to cancel it, the problem is solved. I...
In the simple example below, I import the CGI module but only the :html2 export group. Then I use SOAP::Lite to dispatch the CGI module. The problem is...
Hi ! First some background information. I am using SOAP::Lite from C++ in HP-UX environment. I have embedded the Perl interpreter into my C++ program but ...
How could a perl soap client access the show_tables method below? Also how would you pass username and password to the new method. For instance, using a...
Hello all, I am using SOAP::Lite for my client and GLUE (using Java) as my server. I created some simple tests on the server that just return the argument...
Hi group, I manage to install and run soaplite server and client under normal CGI and and http deamon. But now i would like to use apache/mod_perl because of ...
Hi all... Trying to get first SOAP::Lite code up and running against a .Net server. I am getting "VersionMismatch" which is related to a namespace issue of: ...
I have a method that returns me a token that I am supposed to use as a cookie in all my other SOAP requests. Can someone give me a simple example of plopping a...
All, I'm pulling my hair out, here. My long-term goal is to get an MSSoap 3.0 client connecting to my SOAP::Lite server. That isn't working, either, but I...
I am trying to use SOAP::Lite as a proxy of sorts. What I would like to do is pass through the HTTP Authorization credentials recieved by a SOAP::Lite CGI...
Hi - I'm looking to make a SOAP::Lite client to talk to an existing SOAP service that runs on a custom transport (standard HTTP over a gssapi/kerberos...
I'm just starting out using SOAP with Perl and have run into a road block on this script that I think is probably a simple fix, but I'm just not seeing what...
I think XMLRPC::Lite may be encoding undefined values incorrectly. It encodes them with an empty value element. The version 2 spec defines the <nil/>...
Has anyone in this group had any experience with using Soaplite for XML for Analysis? I'm currently working on a project for work where we need to interface...
Has anyone done profiling and performance enchancements for SOAP::Lite? My application is running much slower when using XML-RPC than when doing direct calls....
I wrote the Hello web service and client (from the O'Reilly SOAP book), hw_client.pl. When I run the script (command line), I get: "Calling the SOAP Server to...
In the ping pong example I'm trying to understand what exactly is being printed when you do : print 'local: ', $p->SOAP::next, "\n"; # local The next method...