I want to try some webservises listen at xmethods.com www.xmethods.com/ilab/ All services are descrbed in the form: Endpoint SOAPAction Namespace for instance...
Hi, as my local SOAP::Lite server works fine answering request from a CGI- client (also SOAP::Lite), I got the idea that a standalone GUI will be the next. So...
Hi, i have some problems with using WSDL and SOAP::Lite ... ... Can't locate object method "result" via package "Hello Torsten" at hello_clientwsdl.pl line 16....
1699
Curtis Poe
cp@...
Jul 17, 2002 9:39 pm
My apologies for this *somewhat* non-perl mailing. I have a SOAP::Lite server that works just fine. My SOAP::Lite Perl client has no problem calling new() and...
1700
Duncan Cameron
dcameron@...
Jul 18, 2002 7:56 pm
... When you use the service() method SOAP::Lite automatically calls the result() method and passes its result back to you. So your client is trying to call...
1701
Duncan Cameron
dcameron@...
Jul 18, 2002 8:08 pm
... SOAP doesn't support passing objects back and forward. SOAP::Lite has bits of 'magic39; that allow it between SOAP::Lite clients and servers, but not with ...
1702
Dougal Campbell
dougal@...
Jul 18, 2002 9:35 pm
I've got a perl module which uses Exporter to export several functions. Is there some way I can use them as server-side methods without having to write an...
Hi guys, I new at using soap, but everything seems to be going ok except when I do an sql query which returns a large result set. I get an error message: ...
Still stuck on this.... The biggest problem I have is SOAP::Data->type() method ALWAYS messes up. It references a namespace that isn't delared anywere in the ...
1706
Duncan Cameron
dcameron@...
Jul 19, 2002 6:25 pm
... See this message on the list, and its follow-ups, which is a similar problem to yours: http://groups.yahoo.com/group/soaplite/message/1661 Regards, Duncan...
1707
Duncan Cameron
dcameron@...
Jul 19, 2002 6:43 pm
... One of the elements in the response XML is <type xsi:type="cc1:PhenomenonType">FOG</type> where the cc1 prefix is defined as...
I saw this thread earlier and tried its suggestions, but I didn't get it to work. This is my code incorporating the suggestions from that thread. 2 things are...
I tried enough combinations and eventually, I got this to work. The key was I changed "->name( 'User' => \SOAP::Data....)" to "->value (\SOAP::Data....)". I...
If I try using SOAP::Lite in doc-literal mode to make the echoVoid() method as described in http://mssoapinterop.org/stkv3/wsdl/interopTestDocLit.wsdl no...
1711
Manjula Mahajan
mmanjula75@...
Jul 21, 2002 9:20 am
Hi !!! I'm trying to access a service which sends a response as arrayofstring. When accessing thru soap::lite, it gives me some memory address as a result...
It's hard to tell, since I can't run your code (you seem to be using a local server, since the name isn't fully-qualified). But it sounds like searchCustomer()...
Hi, I'm trying to move a working Apache.pm installation that uses dispatch_to() to use dispatch_with(). I'm trying to clean up my package's namespaces, and was...
Hmm figured it out. Was a combined issue where I wasn't dispatching to the proper URL, and wasn't setting my @INC properly. My apologies. Thanks. -Chris -- ...
1715
Manjula Mahajan
mmanjula75@...
Jul 23, 2002 6:52 pm
thanks Randy. I'm able to get the values. ur hint really worked. Regards, Manjula ... Modelers</A> __________________________________________________ Do You...
I wrote a client and a server program using soap, how to query database using SOAP and perl::lite, could anyone tell me? thank you! ... Do You Yahoo!? Yahoo!...
1717
Michael Santos
mike@...
Jul 24, 2002 3:44 pm
I'm trying to get a SOAP::Lite client to communicate with a JAX-RPC server. Simple types work as expected; however, passing complex types return a bunch of...
I am trying the SOAP connectivity using SOAP::LITE and DBI, it doesn't work , no response and error message at all. could anyone help? here is my code server...
Hi All, I having a problem using cookies based authentication with SOAP::Lite. My service is in Java using Apache Soap2.2. (java client works fine using ...
... Excuse all the XML in this message -- I've tried to edit it for relevance and brevity. I'm able to generate SOAP::Lite client-side wrappers for most RPC,...
Hi, Any one know where I can download the Perl soaplite server sample codes which implements "echoString", "echoVoid" etc for Soap interop tests. I cannot find...
The latest version is SOAP::MIME-0.55-3. It is thouroughly documented. Changes in this release: * attachments parsed out of a response message are parsed into ...