Hi all, I'm totally new in SOAP, I just have to build a SOAP-tunnel form my diploma work. In front of me I have a "Understanding SOAP" book, but I'm completely...
Hi All, I have gSOAP c++ soap server. I want to expose some complex data structures using this server to the clients (which include gSOAP c++ ... #include...
Hello all, I don't have a specific issue I'm seeking help on, but rather wish to tap into the collective wisdom of the mailing list's SOAP::Lite gurus. I've...
From what I can tell, your customer may not be sending you valid SOAP/XML. In the XML at the bottom of this message, the <POS> elements, because they are not...
Trying to get SOAP::Lite to read enumerated values, e.g.: <rank xsi:type="Rank">species</rank> SOAP::Lite complains that the type 'Rank' is unknown. How do I...
I've just started using the very exellent SOAP::Lite. I have a SOAP service that partners access via a WSDL Schema. My problem is I cant; get my <Types> to...
Hey I unforetunately must write the WSDL myself. But I have a small problem that I can't seem to find the source of. Here is the portion of the WSDL that's a...
Hi: I've started using SOAP::Lite as a way to talk to a simple daemon process I'm writing. I'm using the TCP transport, and it all works as well as advertised....
Hi folks, I've just started using SOAP::Lite (I'm quite new to perl as well) and I started building SOAP::Lite clients for my existing GLUE webservices. At...
1. How can I see the XML that I am trying to produce? During debugging is fine. E.g. if I run: my $som = SOAP::Lite -> service('http://someservice/...); my...
I've been trying to run a SOAP server with SOAP::Lite 0.55 under Perl 5.8.0 using Perl for ISAPI. The necessary extension mappings exist, but the debug trace...
I'm working with a company who is sending freeform Soap messages. They will not be including any Soap namespace or methods like this: <namesp1:testMethod...
Hello Everyone, After a considerable amount of time playing with SOAP::Lite, I still have not been able to serialize my data structure so that apache's Axis ...
I want to use stubmaker.pl to get my method stubs and templates, but I also want to be able to change the endpoint dynamically. Looking at the foo.pm code...
Recently I came accross a need to talk to my webservice from a perl application, I've now got SOAP::Lite passing in my complex type object all nice and...
I have a situation where my gsoap server returns http 500 on server side faults. My soap::lite client as a result dies without deserializing the fault. So I...
All, We just had our BOF accepted, details as follows... Title: Web Services, Perl and SOAP::Lite Start time: 7:00pm End time: 8:00pm Date: Wednesday, July 09 ...
Hello, My name is Brian Gilman. I am currently writing a book on XML and BioInformatics for O'Reilly that includes a section on SOAP::Lite and Apache Axis...
Sorry if this is a repeat.... Hello, So, I'm new to SOAP... I have written a Java application that provides a SOAP server. (Its a WebObjects application, but...
Hello, So, I'm new to SOAP... I have written a Java application that provides a SOAP server. (Its a WebObjects application, but that shouldn't matter...) I...
I am using the following code to process a SOAP message that contains 2500 Employees and it runs very slowly, with small numbers of Employees there is not a...
Hi group, My goal is to generate WSDL docs for my SOAP::Lite servers on Solaris 5.6 using Perl 5.8 and Apache 1.3. I followed the "HowTo-SOAPLite.txt" that...
Hi all, I posted earlier on a WSDL generator question, but I should probably just state my ultimate goal. I'm very new to VB .NET and have used Perl on unix...
All, Well I've (finally) gotten round to requesting a BOF slot at OSCON, since web services is such a timely issue I doubt we're going to have any problems ...
This [alpha] release of MIME::Tools was released to CPAN yesterday. I have tested to make sure it fixes the interoperability bug with Apache Axis' MIME parser....
I am trying to write and test a service I am writing in SOAP::Lite. I have had a little exposure to SOAP::Lite as a client to .NET server. But I want the data...
... Hash: SHA1 i was wondering how i can use all the possibilities the ->proxy method from SOAP::Lite is offering me like proxy => ['http39; => '....'] or ...
Hello, I ran into trouble creating a simple server use SOAP::Lite. This is the code for the server: #!/usr/bin/perl use SOAP::Transport::TCP; my $daemon =...
Hello, I need to generate the following structure to pass it to SOAPRMI. From this type of data, SOAPRMI supposedly is able to generate a hash table. here is...