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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, all ... I've an Apache CGI SOAP server that ran before, but after an OS reinstall, no longer will. This is the message returned: ...
3 Jan 28, 2005
1:46 pm

John Michael Zorko
jmzorko
Send Email

Hi to all !! Im new in the list and new to soaplite. Im trying to expose a module as a web service and im having problems to make execute the code in the...
3 Jan 27, 2005
8:59 pm

Bryce Harrington
bryceharrington
Send Email

Hi All I am an absolute newbie to Perl and SOAPLite. We have a running Java Axis Web Service. Requirement has come up to script certain Perl clients to this...
1 Jan 27, 2005
5:47 pm

ghostwhoowalks
Send Email

Hi all, Heres my scenario Solaris server running a very basic SOAP::Transport::HTTP daemon basically serving up data based on 3 input params. I'm watching the...
1 Jan 27, 2005
11:25 am

cornmek1
Send Email

I'm having a bit of trouble getting SSL to work properly using the SOAP::Lite Perl module. Here's the setup. A SAP business connector machine is making an...
2 Jan 26, 2005
9:26 pm

h2ofaull
Send Email

Hi! I've seen some postings from you in a yahoo-group where you'are trying so solve the same problems wich are similar to mine. I'm writing a diploma-thesis...
2 Jan 25, 2005
7:51 am

Mikel Salaberria
xala1022
Send Email

Hi. I tried archives, sorry, may not have selected the right keywords. ... #! /usr/local/bin/perl -w use SOAP::Lite; my $service = SOAP::Lite ->...
2 Jan 24, 2005
11:18 pm

Bryce Harrington
bryceharrington
Send Email

hi, I am trying to access an item in a hash and I get the follwoing error: Bad index while coercing array into hash at Modulename.pm:35 when i run Data::Dumper...
1 Jan 24, 2005
10:26 pm

Brad Miele
opiate_mu
Send Email

Hello, all ... I'm experiencing weird things ... i've some simple DBI code that talks to a local PostgreSQL database via DBD::Pg that does a basic query and ...
1 Jan 24, 2005
7:34 pm

John Michael Zorko
jmzorko
Send Email

Hi everybody, I figured out another problem concerning the SSL-Daemon mode. When I use the ForkOnAccept module from the examples directory, I get errors only....
1 Jan 24, 2005
9:40 am

Nils Sowen
nsowen
Send Email

I'm feeling very dim ( I would have felt much dimmer if it weren't for the help of the people who responded to my previous post - thanks): I'm consuming a...
2 Jan 23, 2005
10:04 pm

Duncan Cameron
duncan_camer...
Send Email

I'm trying to consume a .net service, in the Komodo debugger I see the soap wrapper and xml I should be receiving so I'm sure the call is correctly formatted...
3 Jan 21, 2005
9:12 pm

Bryce Harrington
bryceharrington
Send Email

I have a webservice that is implemented in C# on IIS/XP I managed to make a SOAP::Lite client to talk to it, but now I wonder how I can make it nicer... $soap...
2 Jan 21, 2005
9:11 am

Holger Dürer
hlgr_d
Send Email

Hi I have made my mod_perl/SOAP to work. I have the following server code package Apache::Modules::QueryServer; use strict; sub new { my($self) = shift; my...
1 Jan 21, 2005
6:57 am

ramankris
Send Email

Hello, newbie here. I've been able to implement 2 out of 3 functions for a client using SOAP::Lite. In all cases $endpoint is a full URL pointing to a WSDL...
3 Jan 20, 2005
10:19 pm

Sean ODwyer
euphobia
Send Email

Hello, all ... I've built a couple of SOAP components that act as clients and servers for each other, using the HTTP::Daemon transport (specifically, a ...
2 Jan 20, 2005
5:59 pm

Bryce Harrington
bryceharrington
Send Email

Hi Bryce! Thank you very much, your Perl program is great, it will be very helpful. I have read in the documentation of the WSDL Editor I am using that it is...
2 Jan 20, 2005
10:44 am

Duncan Cameron
duncan_camer...
Send Email

Hello, all ... OK, i've managed to get SOAP::Lite installed on: 1. my 1.33GHz PowerBook, running Mac OSX 10.3.7 2. my old G4 Cube at home 3. one Cygwin (Win2K)...
2 Jan 19, 2005
8:15 pm

Bryce Harrington
bryceharrington
Send Email

Hi!!! I achieved to develop my web services successlly with SOAP::Lite. Now I want to search if it is possible to send files in a SOAP message as an ...
2 Jan 19, 2005
6:00 pm

Bryce Harrington
bryceharrington
Send Email

Someone please preserve my sanity! I'm attempting to consume a .net web service via a perl client using SOAP::LITE. Within the SOAP BODY I'm sending an element...
2 Jan 19, 2005
9:01 am

Duncan Cameron
duncan_camer...
Send Email

Why is it for this wsdl request main::lookup_isbn2(filter.pl:881): my $aws_handle = SOAP::Lite->service("$aws_wsdl"); DB<2> n ...
1 Jan 18, 2005
3:32 am

Robert Nicholson
robertatelas...
Send Email

Has anyone created (or could someone provide) a sample PHP PEAR based client that is accessing a SOAP::Lite Perl based server... a sample PHP PEAR client for...
3 Jan 18, 2005
2:57 am

Bryce Harrington
bryceharrington
Send Email

Need to work with the SOAP + WSDL + PERL webservices in UNIX. I need to get the proper installation guide with proper steps as well as some example. If anybody...
1 Jan 17, 2005
9:05 am

S Roy
royinsoap
Send Email

Hi all, I got this error in the execution of my Perl SOAP::Lite client. I don't know its meaning: Can't call method "namespace&quot; on an undefined value at ...
1 Jan 17, 2005
8:35 am

xala1022
Send Email

I cant manage to pass a parameter to a C# web service served by mono xsp. The service has a method "Prim" that takes an integer as argument. I have tried with...
2 Jan 16, 2005
10:29 am

Duncan Cameron
duncan_camer...
Send Email

Hi All, I need your help. I have a problem. If I execute this code, it works, it returns the correct strings: #!/usr/bin/perl use strict; use SOAP::Lite; my...
2 Jan 14, 2005
4:24 pm

xala1022
Send Email

I tried to use the latest beta together with mod_perl2 but no luck, I got the following for every access: [Thu Jan 13 14:29:21 2005] [error] [client...
1 Jan 13, 2005
3:13 pm

Martin Nilsson
mnils1024
Send Email

Hello, all ... How do I tell if a SOAP call failed due to a timeout or some other reason i.e. server not running? Consider: while ( $listener->handle ) { my...
1 Jan 12, 2005
9:51 pm

jmzorko@...
jmzorko
Send Email

Hello, I would like to write a little stand-alone soap server, which is very easy with SOAP::Transport::HTTP::Daemon, but, for security reasons, I would like...
9 Jan 12, 2005
4:11 pm

h2ofaull
Send Email

Thanks Byrne, I took note about your advice. At first, I used the Perl module WSDL::Generator for generate the WSDL document but I didn't achieve to access to...
4 Jan 12, 2005
10:31 am

Klaus Guenter
klaus.guenter@...
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