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 there, What follows is the description of what I think is a bug in SOAP::Lite. It's not a major bug, but may cause you a lot of grief, as it did to me. The...
4 May 7, 2003
6:27 pm

Duncan Cameron
dcameron@...
Send Email

I have this code. #!c:\perl&#92;bin\perl.exe -w use SOAP::Lite; use Data::Dumper; my $soap = SOAP::Lite ->service ...
4 May 7, 2003
6:21 pm

Duncan Cameron
dcameron@...
Send Email

Hi! Is there a way to build (maybe by hand, but how?) proper, working WSDL code out of a SOAP::Lite server? In other words: How do you build your WSDL code?...
3 May 6, 2003
4:06 pm

Andre Bonhote
andre@...
Send Email

All: I am having problems accessing this WSDL. Can somebody help me in validating the following WSDL document. When I access this WSDL from a SOAP/Lite client,...
3 May 5, 2003
8:14 pm

Michael Grinnell
mg8981b
Send Email

Hello Fellows, I need to implement some asynchronous web services, and I would like to know how you have managed this using SOAP::Lite. I have read these...
1 May 5, 2003
5:34 pm

Juan Jose Natera Abreu
naterajj
Send Email

Hello! According to the SOM object sections found in both the SOAP::Lite manual and in the "Programming Web Services with Perl" book, I should be able to...
1 May 5, 2003
4:30 pm

dev_jsd
Send Email

Hi, I'd like to know if it's possible to use, off-the-shelf, a SOAP::Lite server with a, for instance, Java client, or both need to use a WSDL description to...
3 May 5, 2003
4:20 pm

Alberto Accomazzi
aaccomazzi
Send Email

Hello all, I've got a SOAP::Lite "server" (just a CGI, really) that lives in a directory that--via some Apache directives--forces client SSL connections and...
3 May 3, 2003
12:07 am

Trevor Leffler
tleffler711
Send Email

Hello, I was writing a SOAP service using SOAP::Transport::HTTP::Daemon. It works OK, but it is extremely "sensitive&quot; to denial of service attacks - If I...
1 May 2, 2003
7:44 pm

pinchuk
Send Email

I was hoping someone could tell me how to enable SSL support when using SOAP::Lite and running the sever in Daemon mode? I'm setting HTTPS_CERT_FILE,...
1 May 2, 2003
12:32 pm

dr_aallan
Send Email

Hi Folks, i need a xml-structure like this: <catalog xmlns:catalog="urn:catalog" xmlns:customer="urn:customer"> <catalogid...
2 May 2, 2003
8:02 am

Torsten Mangner
tmangner
Send Email

Hi all, I know a way of to create my own as_string is: package My::Deserializer; sub as_string { shift; require Jcode; return Jcode->new(shift, 'utf8')->euc; }...
3 May 2, 2003
12:25 am

関村 昌...
o_c_t_o_p_s
Send Email

I'm writing a perl client connecting to a .Net web service. It seems that I can successfully get to the correct web service api, but, the problem is that the...
5 May 1, 2003
11:45 pm

Randy J. Ray
rjray_perl
Send Email

Hi - I'm hoping someone can point me in the right direction to help diagnose a problem I am having with XML-RPC responses having Content- length more than...
1 May 1, 2003
9:27 pm

Larry
larryl_in_a2
Send Email

is there an easy way to grab the bytelength (Content-Length) of the outgoing http message... I'd like to dump it to a db to record any anomalies as most of my...
3 May 1, 2003
9:05 pm

Randy J. Ray
rjray_perl
Send Email

How do I replace the namespace (namesp1) in the method call with something simpler, like "ns"? Here's the perl I'm using: my $results =...
4 Apr 30, 2003
4:14 pm

Byrne Reese
byrnereese
Send Email

One thing I find myself constantly doing with my SOAP::Lite clients is commenting in and out the "+trace => 'debug&#39;" from the "use SOAP::Lite" call so that I...
2 Apr 29, 2003
9:08 pm

Randy J. Ray
rjray_perl
Send Email

Hi Folks, i have to send input arguments for a soap-function in the following structure: <customers> <customer> <no>1001</no> </customer> <customer> ...
3 Apr 29, 2003
5:08 pm

Byrne Reese
byrnereese
Send Email

Hi Folks, i got a little problem: i call a function via: my $result = $soap->call( $method => $arguments )->result; my Soap Client is initalized with this...
2 Apr 29, 2003
4:47 pm

Byrne Reese
byrnereese
Send Email

Hi! First of all: I am fairly new to SOAP and SOAP::Lite and I didn't have the time to read "Programming Web Services with SOAP", because it arrived yesterday....
5 Apr 29, 2003
1:30 pm

Andre Bonhote
andre@...
Send Email

Hello All, I have been experimenting with a SOAP::Lite client to a web service implemented using Apache SOAP. The service sets a cookie on the response to an...
2 Apr 26, 2003
4:58 pm

Alan D. Salewski
ads0138
Send Email

Hi all, I'm having problems grabbing parameters by name from the client. I have created a module, MyWorld, containing a function, MyGoodBye, which is loosely...
4 Apr 24, 2003
10:43 pm

Michael Grinnell
mg8981b
Send Email

Hi, Could someone tell me the best way (or any way) to strip off the characters in the Google API response for {title} in SOAP::Lite. This is what I get for a...
1 Apr 22, 2003
10:07 pm

mattgermonprez
Send Email

This is really really weird... and tricky. It exposes a lot of the configurability of SOAP::Lite, but also a lot of its shortcomings - especially in regard to...
4 Apr 22, 2003
9:25 pm

Byrne Reese
byrnereese
Send Email

I'm fairly new to perl and very new to SOAP and SOAP::Lite... How do I nest xml elements ? (example below, merchantName and merchantIdentifier nested in...
1 Apr 21, 2003
10:19 pm

Rich
krush_groover
Send Email

Hi I have a trivial client calling a mod_perl enabled server, the server returns the following header. ... Client-Date: Sat, 19 Apr 2003 19:58:59 GMT ...
1 Apr 20, 2003
11:40 am

fsdev2001
Send Email

Okay, I am poring over this and I don't see any typos or obvious screwups. I am getting the following error from my freshly installed SOAP::Lite module: ...
1 Apr 18, 2003
8:22 pm

tl082
Send Email

I'm trying to connect to a SOAP-daemon with a https connection and want to make a ssl authentication but i get an error message: 500 proxy connect failed:...
2 Apr 17, 2003
1:12 am

Sadanand Kalasabail
sade_bhat
Send Email

Announcement: The latest release (available at the following URLs) SOAP-MIME-0.55-7 fixes a critical bug in SOAP::MIME that causes a crash when you attempt to...
1 Apr 16, 2003
4:56 pm

Byrne Reese
byrnereese
Send Email

I'm writing a simple client to access a SOAP service. I want to print the SOAP XML messages as they are being sent and received. The documentation seems to...
2 Apr 16, 2003
2:10 am

Duncan Cameron
dcameron@...
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