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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Has anybody figured out how to get TerraService to work with SOAP::Lite? The interesting (almost wsdl) part is at: ...
5 Jul 25, 2002
9:42 pm

ericpromislow
Send Email

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...
1 Jul 25, 2002
7:55 pm

mcrady
Send Email

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 ...
1 Jul 24, 2002
7:00 pm

Sinha, Madhukar [IT]
madhukar_sinha
Send Email

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...
1 Jul 24, 2002
4:41 pm

bai jing
betsyyun
Send Email

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...
1 Jul 24, 2002
3:44 pm

Michael Santos
mike@...
Send Email

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!...
1 Jul 23, 2002
11:40 pm

bai jing
betsyyun
Send Email

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...
3 Jul 23, 2002
6:52 pm

Manjula Mahajan
mmanjula75@...
Send Email

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...
2 Jul 22, 2002
2:50 pm

Chris
marceusx
Send Email

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...
1 Jul 20, 2002
1:26 am

ericpromislow
Send Email

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...
1 Jul 19, 2002
7:54 pm

nate_bowler
Send Email

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 ...
3 Jul 19, 2002
7:27 pm

nate_bowler
Send Email

When I call the getWeatherReport with my $soap=SOAP::Lite -> uri('capeconnect:GlobalWeather:GlobalWeather&#39;) ->...
2 Jul 19, 2002
6:43 pm

Duncan Cameron
dcameron@...
Send Email

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: ...
1 Jul 19, 2002
2:12 pm

stevetrans140
Send Email

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...
1 Jul 18, 2002
9:35 pm

Dougal Campbell
dougal@...
Send Email

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...
2 Jul 18, 2002
8:08 pm

Duncan Cameron
dcameron@...
Send Email

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....
2 Jul 18, 2002
7:56 pm

Duncan Cameron
dcameron@...
Send Email

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...
1 Jul 17, 2002
7:52 am

hlotze
Send Email

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...
1 Jul 16, 2002
6:36 pm

rolfschau
Send Email

First of all, let me say that I have had great success using a Perl client to connect to my Java WS! I'm running Perl on Win32 and the stubmaker.pl tool...
4 Jul 16, 2002
1:27 am

Rick Nicoletti
rickynicoletti
Send Email

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...
1 Jul 16, 2002
1:09 am

Byrne Reese
byrnereese
Send Email

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...
1 Jul 15, 2002
10:09 pm

VinodPPanicker
Send Email

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...
3 Jul 14, 2002
9:38 am

Jamie Curmi
jamiecurmi
Send Email

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...
2 Jul 11, 2002
6:02 pm

manish_s_patil
Send Email

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...
1 Jul 11, 2002
7:12 am

kdsoaplite
Send Email

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...
1 Jul 10, 2002
5:13 pm

nate_bowler
Send Email

Hello there, I Have the problem, that when I try to send german umlauts, most of the times I get strange characters on the wire: <Text...
2 Jul 10, 2002
3:52 pm

Keanan Smith
KSmith@...
Send Email

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...
2 Jul 9, 2002
5:28 pm

Weidong Wang
weidong
Send Email

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...
2 Jul 8, 2002
8:54 pm

Paul Kulchenko
paulclinger
Send Email

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...
1 Jul 4, 2002
4:13 pm

fortefellows
Send Email

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'?>...
1 Jul 4, 2002
8:25 am

jeromesonnet2002
jeromesonnet...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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