Hi, I have a perl client and a Java server using Apach Soap. When I pass a number to the Java server and it is expecting a "long", but soaplite packages it as...
HI, I'm trying to get the server to send a file as an attachment in the response. I'm really not sure how to go about doing it. I tried looking at MIME::Lite...
Hi, I know there are lots of other questions on the thread but I think this would be of benefit to many other SOAP::Lite developers. If there's a reference or...
Consider the following code: %maps = ("123", "3"); $map = SOAP::Data->type("map") ->value(92;%maps); Now, this will serialize the key "123" as an integer,...
A very short question: which is the equivalent to $soap -> call ( new => 100 ) -> result in VB ? I recognise I still dont understand either the perl...
Hi, When inside a dispatched handler (using SOAP Daemon), I am unable to fork a new process to do work without it blocking forever. Even if I localize ...
Hi, I'm trying to implement a global ticket-based authentication system where the ticket info is passed in a //authInfo SOAP field or something similar between...
Has anyone used http://www.xmethods.net/detail.html?id=95 and the SOAP LIte VB i/f? I would like to see the Create Object call. I can successfully use example...
Paul: I'm doing some development for a simple SOAP client using your excellent module, but I've run into one issue: In order for my client to talk to a WSDL...
Greetings, First of all my thanks for helping me with the WSDL file a couple of days ago. I was able to correct the mistakes and get the service operational. ...
people, I'm trying to a javascript soap client to access a cgi SOAP server running on linux and display the results using DHTML. I've tried to send a soap...
Paul and soapliters, I have been reading up on SOAP and Distributed Object Architectures, and have slowly been understanding more and more what SOAP really is...
Using a SOAP::Lite 0.51 CGI server, I tried using the as_Foobar syntax ie #!/usr/bin/perl use SOAP::Transport::HTTP; BEGIN { sub SOAP::Deserializer::as_Foobar...
Can anyone clarify something for me: in all examples I have seen, a SOAP request contains, of course, the method name (eg GetMoney). The SOAP response...
People, sorry to trouble you with this, but as a newbie, both to methods/classes/soap etc, I need to ask to move on. I read all the docs off www.soaplite.com...
I'm using this Perl client to call a Java Apache SOAP server: use SOAP::Lite; my $SoapObject2 = bless {s1 => "String1", s2 => 'String239;} => 'soapobject239;; my...
Hiya there, I'm writing some software that uses a CGI based SOAP server, and am concerned that with large numbers of method calls, the time involved in...
Hi I'm using perl client and apache-soap server ( rpc ). I want to send files from client to server and from server to client. I couldn't find anything yet....
What is the problem in this Debug message? Perl code: use SOAP::Lite; my $SoapObject = bless {s1 => 'String139;, s2 => 'String239;} => 'SoapObject39;; my $client =...
Howdy, I was over at http://www.ebxml.org/news/pr_20010308.htm reading about how ebXML was using SOAP. Reading through the licenses I noticed the same RAND...
I'm trying to send Javabean-like objects as parameters in call method from a SOAP::LITE Perl Client to a Java Apache SOAP Server. Could someone please show me...
Dear Group, I have lurked long enough :-) I have hit a problem that I can't find an answer to in the archives, so I joined in the hopes that someone out there...
This group adds an evil 'Reply-To: soaplite@yahoogroups.com' to the messages it forwards. This breaks threads that are cross-posted between multiple groups....
Hey, So I'm using activestate perl, and soaplite 0.51 and I have the following odd thing happening: 1) one side I have a server starting and instantiating some...
It appears that SOAP::Lite deserializer is trying to resolve the references when it sees one. When I am trying to build a message and attach the following...
Hello, I have a SOAP client and a server set up and my client program does what I expect it to do until I put use Win32::OLE line into the package from the ...
Hi there, I'm posting this here, as I've seen this covered before in this group ( http://groups.yahoo.com/group/soaplite/message/880 ). I've taken the code in...