I have been hacking on this for a couple of days - it is not been rigorously tested, but it works for our use cases at Grand Central. The latest version is...
Hello All, I am trying to develop a distributed system using a Soaplite perl server and accessing it via a java client. This application would need complex...
Hi All, I'm very new to SOAP::Lite, and I seem to have a problem when I do anything a little more complicated than the examples I can find on the net. I'm...
Hi Paul, I am working on a perl soap client to access the web service from java server. I am using java server that supports an apache SOAP which is an...
Is there a hook to allow change of SOAP-ENC:arrayType="ur-type[0]" to be changed to the known return type even though the array is empty so there is no way for...
I'm unable to pass a complexType to a Java web service running Sun's JAXRPC. I've noticed several differences between the traces of my Java and perl client...
Hi all, I'm somewhat confused about the return values I receive when calling my SOAP service. Whenever I call a remote method, the type of the return value is...
Hmm ... I just noticed and was wondering is there a reason why the file in CPAN is a .zip file? Cause it's causing gunzip (and thus -MCPAN) to barf on one of...
Wanted for an india's top 10 It companies If This vacancy does not suit your profile than please forward it to someone to whom it does These are the following...
Hi, I'm trying to connect to a WASP SOAP service using WSDL. Everything works just fine but one wrong namespace (the MapRequest one). ... <?xml version='1.0'?>...
I have a SOAP::Lite perl server, and I was writing a C# .NET client. When I return simple datatypes, the C# client plays nice. But as soon as the server wants...
More about the problem with handling a WSDL with document-literal style. I would like to know how I can make soap-lite to handle the document-literal style...
Hi ! I am testing my SOAP client library and I using a very simple test server, a Perl script. But I get the error message "Denied access to method". Here is...
Hi soaplite members, I'm having a peculiar problem using SOAP::Lite with Apache-mod_perl 1.3.23 on Mandrake Linux, and wonder if anybody might shed some light ...
I converted a wsdl file from using rpc-encoded style to document-literal style. I was expecting to see that the envelope generated, for the body part, will be...
I ran a SOAP::Lite server using Apache on Windows and wrote the client in C#. This worked correctly. When I moved the exactly same SOAP server code over to...
I am working on a client that needs to extract the HTTP status code and status string - For example, I need to differentiate from an HTTP 500 Internal Server...
I'm experimenting with the jabber transport, SOAP::Transport::JABBER, and trying to get a handle on what's going on. The client example uses a proxy of ...
Hello, I'm trying to write a SOAP server using SOAP::Lite. I used my ($Input, $Start, $Type) = SOAP::Server::Parameters::byNameOrOrder ([qw(Input Start Type)],...
I've got a SOAP::Lite server running and I've been testing out the use of complex objects. Here is the object defenition in the WSDL file: <xsd:complexType...
Please help me on this... Hello , How can a soaplite perl client authenticate against a service sitting behind a Webserver configured to authenticate/authorize...
I've noticed that when I have a small number of concurrent connections communicating using SOAP over mod_perl all id fine, however as the number of ...
I want to capture the error returned when a remote server is not responding, the line I get back with trace enabled is: envelope: Server 500 Can't connect to...
Hi, I'm using SOAP::Lite to talk to a Windows box running .NET that gives me a number if I call a "createMSA" routine and give it an address. I can't seem to...
Hi , I have been using Soap Lite based perl clients to access services protected by HTTP:basic authentication . it works fine. Now i hear we are migrating our...
Hi ! I'm writing a library in C++ which provides an interface for SOAP::Lite SOAP toolkit. I have decided to use an own intermediary Perl module between my ...
Hi everyone, As Ive just starting having a play with soap::lite today I hoped you would not mind if I asked a couple of simple questions regarding the use of ...
Hello... Does anyone have an example of how to pass an object from Perl to a non-Soap::Lite server? Not sure, but I think my problem is that I'm not ...