Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1695 - 1725 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1695 Rick Nicoletti
rickynicoletti Send Email
Jul 16, 2002
1:27 am
What does the xmlschema() method do? I can't find any reference to it in the man pages. -Rick...
1696 rolfschau Send Email Jul 16, 2002
6:36 pm
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...
1697 hlotze Send Email Jul 17, 2002
7:52 am
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...
1698 tmangner Send Email Jul 17, 2002
6:24 pm
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@... Send Email
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@... Send Email
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@... Send Email
Jul 18, 2002
8:08 pm
... SOAP doesn't support passing objects back and forward. SOAP::Lite has bits of 'magic&#39; that allow it between SOAP::Lite clients and servers, but not with ...
1702 Dougal Campbell
dougal@... Send Email
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...
1703 Rolf Schaufelberger
rolfschau Send Email
Jul 19, 2002
9:40 am
When I call the getWeatherReport with my $soap=SOAP::Lite -> uri('capeconnect:GlobalWeather:GlobalWeather&#39;) ->...
1704 stevetrans140 Send Email Jul 19, 2002
2:12 pm
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: ...
1705 nate_bowler Send Email Jul 19, 2002
5:25 pm
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@... Send Email
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@... Send Email
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...
1708 nate_bowler Send Email Jul 19, 2002
7:27 pm
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...
1709 nate_bowler Send Email Jul 19, 2002
7:54 pm
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...
1710 ericpromislow Send Email Jul 20, 2002
1:26 am
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@... Send Email
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...
1712 rjray@...
rjray_perl Send Email
Jul 21, 2002
9:57 am
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()...
1713 Chris
marceusx Send Email
Jul 22, 2002
1:22 pm
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...
1714 Chris
marceusx Send Email
Jul 22, 2002
2:50 pm
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@... Send Email
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...
1716 bai jing
betsyyun Send Email
Jul 23, 2002
11:40 pm
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@... Send Email
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...
1718 bai jing
betsyyun Send Email
Jul 24, 2002
4:41 pm
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...
1719 Sinha, Madhukar [IT]
madhukar_sinha Send Email
Jul 24, 2002
7:00 pm
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 ...
1721 mcrady Send Email Jul 25, 2002
7:55 pm
Has anybody written or seen any SOAP::Lite clients for Mappoint.net? I would love to take a look at some sample code. Thanks, Mark Crady...
1722 ericpromislow Send Email Jul 25, 2002
9:42 pm
... 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,...
1723 qinghongyan Send Email Jul 26, 2002
3:28 pm
Hi, Any one know where I can download the Perl soaplite server sample codes which implements "echoString&quot;, "echoVoid"; etc for Soap interop tests. I cannot find...
1724 Byrne Reese
byrnereese Send Email
Jul 26, 2002
4:05 pm
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 ...
1725 edwardshallow Send Email Jul 27, 2002
2:01 pm
Hi All, I am receiving the following deserialization fault when attempting to reference a custom TYPE in my WSDL. <faultstring...
Messages 1695 - 1725 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help