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

Hi Folks, I've written a SOAP service that runs under SOAP::Transport::HTTP::Apache and it works just dandy when calling to it from a SOAP::Lite based client. ...
1 Jan 3, 2005
9:28 pm

Joshua Hoblitt
dogma512
Send Email

Hello, all ... I need to be able to have SOAP servers that are able to do other things while waiting for SOAP calls. Yet, the handle() method for the...
3 Jan 3, 2005
5:29 pm

Alasdair Allan
dr_aallan
Send Email

Hello, all ... I've subclassed SOAP::Transport::HTTP::Daemon so that it does not block on accept() -- is uses IO::Socket to see if there are any waiting ...
1 Jan 1, 2005
10:06 am

jmzorko@...
jmzorko
Send Email

Hello, all ... While i'm looking into POE, I also want to override the handle() method of SOAP::Transport::HTTP::Daemon to use select() (so it's non-blocking) ...
2 Dec 31, 2004
11:29 pm

Duncan Cameron
duncan_camer...
Send Email

Hi, I am using document-literal messaging in my web service. Quoting from the WS-I basic profile 1.0, "a document-literal binding MUST be represented on the...
3 Dec 29, 2004
4:28 pm

bluesterror
Send Email

I've been playing with SOAP for a very short while (but reading about it for longer), and have tried it on the following setups: 1. My Dual 1.8Ghz G5 Server...
1 Dec 29, 2004
6:31 am

davidbullmedia
Send Email

Hi, all, I wrote the perl script as follow to retrieve information from Web Server, but I got "Request must have exactly one security token" error message....
1 Dec 22, 2004
3:17 pm

achan_work
Send Email

Message-ID: <cqbli3+a7kv@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Length: 340 X-Mailer:...
1 Dec 22, 2004
11:25 am

lable_u
Send Email

Hello everyone, I'm implementing a Web Service using SOAP::Lite perl module and I'm stalled. The server is always responding with "<?xml version="1.0"...
4 Dec 22, 2004
9:07 am

Juan F. Rodriguez
yonailo
Send Email

Message-ID: <cq0h7h+jb34@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Length: 373 X-Mailer:...
1 Dec 18, 2004
6:03 am

lable_u
Send Email

hi, i have recently started using the soaplite 0.65 beta2.1 release. my client is written in perl and uses wsdl to make calls to the server written in C++....
1 Dec 16, 2004
9:52 pm

ankurb1
Send Email

Hi all, Can you send a PDF file as an attachment with SOAP::Lite? If so, how is it done? Gary Grubb...
1 Dec 16, 2004
4:27 pm

garygrub
Send Email

Hello :job seekers We have a good strength of MNC companies in Bangalore and middle east Our clients has huge requirements in Lotus Notes Details of job: ...
1 Dec 16, 2004
1:58 pm

wincareerconsultants
wincareercon...
Send Email

Hi All, I'm reposting this under a different subject line. Thanks, Chuck. I hope this will be an easy one. I'm trying to post to a web server, but I'm getting...
2 Dec 16, 2004
9:10 am

Holger Dürer
hlgr_d
Send Email

I have installed SOAP::Lite on a solaris machine and am trying to make method calls from a service running on a windows machine. Following is the code: Client...
2 Dec 16, 2004
8:57 am

Holger Dürer
hlgr_d
Send Email

Hi, I am new to perl and to SOAP. I have a client perl script (running from solaris), that is using SOAP::Lite. The SOAP server script is implemented as a...
1 Dec 15, 2004
9:47 pm

Sood Vishal-VSOOD1
vishal_sood74
Send Email

Hi, I am new to perl and to SOAP. I have a client perl script (running from solaris), that is using SOAP::Lite. The SOAP server script is implemented as a...
1 Dec 15, 2004
9:31 pm

vishal_sood74
Send Email

Hi Group - boy am I glad I've found you guys! I'm interfacing to a third party web service using SOAP::Lite and have run into a problem with my method calls...
4 Dec 15, 2004
4:54 pm

Roger
i2mc
Send Email

Here's NOVEL gift FOR CHRISTMAS/NEW YEAR ADVERTISEMENT Here's NOVEL gift FOR CHRISTMAS/NEW YEAR GIFT THE FREE EARNED TO YOUR FRIENDS FREECALLINGCARDS EARNING...
1 Dec 15, 2004
12:41 pm

joe_26martin
Send Email

If you are using a web services framework that generates it's wsdl from the method signatures of the exposed methods from the web service is it still possible...
1 Dec 15, 2004
3:21 am

Robert Nicholson
robertatelas...
Send Email

Hi All, I hope this will be an easy one. I'm trying to post to a web server, but I'm getting the following error message on the server: Service threw an...
1 Dec 15, 2004
1:16 am

chuckcott
Send Email

Title : Developer / Sr. Developer / Team Lead / Project Lead Experience : 2 to 8 Years Location : Madurai ( For a MNC ) Skills : C++ with System Programming is...
1 Dec 14, 2004
4:39 am

IT Jobs
crvjobs
Send Email

I'm trying to send a string to a Flash client. Unfortunateely Flash seems limited in understanding SOAP messages and my counterpart has difficulties to detect...
2 Dec 13, 2004
12:28 pm

Duncan Cameron
duncan_camer...
Send Email

In a server set up with SOAP::Lite, is there a simple way to dump the request message as text? (Please provide a relatively complete message, not just a...
3 Dec 11, 2004
12:13 am

rfbreedlov
Send Email

Hello, I am new to this group and I am hoping to learn a great deal since this is an area I am interested in exploring. I am doing research and intend...
3 Dec 10, 2004
6:53 pm

Aaron Trevena
ajt_stc
Send Email

Dear all I have make to return message of soap lite as below by using push @result, SOAP::Data->type('string')->name("_4091";)->value("A"); and I return...
1 Dec 10, 2004
6:47 am

yuet_mei2002
Send Email

Hello. I just started to use SOAP::Lite and i tried to write my test example based on examples in distributive. ========= test.cgi ============= ...
2 Dec 9, 2004
8:59 pm

Bryce Harrington
bryceharrington
Send Email

Hi, I have explictly specified a namespace in the definitions/binding/operation/input/soap:body element. When calling the service via Python's SOAPpy or...
1 Dec 9, 2004
10:49 am

hlgr_d
Send Email

Hi, I am getting the following error at my client when I try to use Apache::Registry mod_perl in my service: Unexpected Content-Type 'text/plain;...
1 Dec 8, 2004
4:09 am

grp_member
Send Email

Hi all, I am not 100% sure of the terminology but please bear with me. I am currently trying to write a SOAP client to access an existing SOAP server. The...
1 Dec 6, 2004
11:28 am

tyndyll
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