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'm successfully using a VB.Net client with a Soap::Lite based server. I've run into a problem that doesn't appear to be one of the .NET FAQs, so I...
Subject: (Perl) WWW-Authenticate: NTLM using Soap or Soap::Lite? Is there a way to perform NTLM WWW-Authentication via Soap or Soap::Lite? I am on Solaris 8...
In an attempt to give my customers a flexibility to access my Web Services, I tried to use COM object (with Lite.dll) so that they can write their own client...
Hi, I have a document which has a snipped structured something like this: <categoryElements xmlns:namesp1="http://schemas.xmlsoap.org/soap/encoding/" ...
I'm calling a test function that creates a SOAP Fault. The server is implemented in Java. However, when I call this method, $result is undefined, so my check...
I'm connecting to another CQ Db and searching for a defect to read. I'm not getting a hit on a record I know exists, any ideas ? The error message I get says...
... You probably want to have a namespace on the returned data items. See the INTEROPERABILITY section of the SOAP::Lite docs. Also, "There is an error in XML...
Hello, I am a newbie to soap::lite. I am trying to interoperate glue java server and soap::lite client. At this point, I try to interoperate with a complex...
It has been discussed recently on this list. Look at this message and the related thread: http://groups.yahoo.com/group/soaplite/message/2047 Hope it helps. ...
Hi , I did a post here some time ago regarding the same problem, but i did'nt get any good answers on how to solve it. As far as i can see it's a problem with ...
Ok I've got: package world; sub new { my $self = {}; bless($self); return $self; } sub hello { my $self = shift; return "Hello, World!"; } sub goodbye { my...
I'm seeing an error in my SOAP logs regarding XML/Parser/Expat.pm at line 456. I'm using Perl 5.6.1 on a stock RedHat 7.3 box, with XML::Parser 2.31 and...
I have a simple web service written in Perl with the latest SOAP::Lite. (The service returns a complex type) The service works great with a Java client (using...
I love SOAP. It makes a lot of sense. But what about .wsdl files? Are they just descriptions for people that want to use a webservice? And what is all this...
Hi group, Does anybody successfully deploy soaplite with mod_perl 1.99 and apache 2.0.40?. I manage to install and configure httpd.conf but get an error when...
Hi all, I'm trying to use the SOAP::Lite COM Interface for calling a SOAP server from a VBA program under Win 2K (no Perl installed). After downloading and ...
Hello, I justed started using SOAP::Lite and I have a basic question. How do I create a simple structure like the following @data = (['Data Segment', 'Payload...
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...