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

I have a simple perl web service that works via https on a Stronghold server. I then moved the service to Oracle's 10G application server. If I access the...
1 Jul 31, 2004
2:13 pm

suzannesmith98
Send Email

Until earlier today, my perl client to .NET server worked. After doing some (seemingly) routine code work today, it now gives an error on execution. Hopefully...
1 Jul 30, 2004
9:05 pm

Matthew
obc_spike
Send Email

Is the "stubmaker.pl" supposed to come with the SOAP::Lite package? I did not get it in the package. Any idea? Thanks, Donald...
3 Jul 30, 2004
1:55 pm

Xi.Yue Chen.Wu
wxyc
Send Email

I tried to do something like the following: 1 use SOAP::Lite ; 2 my $soap = SOAP::Lite 3...
1 Jul 29, 2004
7:28 pm

wxyc
Send Email

Hi, I am accessing a service using its wsdl. My code looks like this: $soap = SOAP::Lite( http://...wsdl) my $result = $soap->getResult($id); Now my server...
2 Jul 29, 2004
11:39 am

jigsaw9876
Send Email

This is probably a problem on my end, but I am at wits end. According to the soaplite documentation (on cpan and elsewhere) "WHERE TO FIND EXAMPLES See t/*.t,...
3 Jul 28, 2004
10:15 pm

Paul Kulchenko
paulclinger
Send Email

Hello, I'm using Excel with lite.dll (5/11/01 19:52 2633728 Lite.dll) and some macros inspired from the COM/examples under my NT4 environment with great...
1 Jul 28, 2004
2:00 pm

roidelaplage
Send Email

Hi, I'm trying to deal with nested array structures in my SOAP responses. What I'd like to know is whether there's any way to retrieve a SOM object for an...
2 Jul 28, 2004
12:54 am

Thomas Eden
teden
Send Email

My SOAP::Lite server is returning <namesp1:sayHelloResponse xmlns:namesp1="urn:Hello"> How can I get access to this element and set the namespace to something...
1 Jul 27, 2004
8:39 pm

Mark Fuller
amigo_boy2000
Send Email

Hi, I need to connect to a SOAP server that wants variables in the header in a set order. The header must look like : .... <SOAP-ENV:Header> <extraHeader xmlns...
1 Jul 26, 2004
5:05 pm

leoclog
Send Email

I have small problem in case of hashTest see below code # Userdefine Structure struct( mymap => { param => '$' # user time used }); # create an object: my...
2 Jul 26, 2004
1:32 pm

Rushikesh Joshi
rushi_asi
Send Email

I am having problem to work with soaplite with hash & vector type Below is input parameter of my Web Services method vectorTest - <wsdl:message...
2 Jul 26, 2004
1:30 pm

Rushikesh Joshi
rushi_asi
Send Email

Hi, There. I am quite new to Soap::Lite, and I was following the info on www.soaplite.com to find out the way to set up ws server and clients. At this moment,...
1 Jul 23, 2004
3:58 pm

wxyc
Send Email

Hi all I am using Apache and CGI as the SOAP transport and just yesterday I started getting the odd SOAP connection fail and print to STDERR: "Unexpected...
2 Jul 22, 2004
11:31 pm

Bob
bob991960
Send Email

I'm calling a service that expects a long data type passed to it. The web service is written in java. But I'm calling it via SOAP::Lite. I don't know how to...
1 Jul 21, 2004
10:53 pm

John Heim
jheim@...
Send Email

soaplite Moderator <soaplite-owner@yahoogroups.com> wrote: Hello, Welcome to the soaplite group at Yahoo! Groups, a free, easy-to-use email group service....
1 Jul 21, 2004
9:46 pm

Archie Russell
archier
Send Email

I am create a soap server which use the below module use File::stat I has written a testing program, it work ok. However, when I use a java soap client to call...
2 Jul 21, 2004
9:37 am

Duncan Cameron
duncan_camer...
Send Email

Hello, I'm using SOAP::Lite 0.55 on client and server side. Server is using en_US.iso885915, client is using en_US.UTF-8. The content from the server <br>&#92;n ...
7 Jul 20, 2004
11:41 pm

Tim Jenness
t.jenness@...
Send Email

I was having problems getting at the faultstrings from my SOAP::Lite server, and found it's not dealing with special characters ('<&#39; or '&') in the fault...
1 Jul 20, 2004
7:01 pm

kgoess
Send Email

Hi, Client sends a SOAP::Data like: { app=>["app1"."app2";], crc=>"1", outformat=>"raw"} Now the soap message itself looks like: <SOAP-ENV:Body> <namesp1:doTest...
1 Jul 20, 2004
12:07 pm

jigsaw9876
Send Email

hi, my little perl client has trouble to handle a fault generated by a PAER SOAP server in php. I get a perl exception at the line where i call the remote...
3 Jul 20, 2004
10:44 am

Tilman Baumann
Tilman.Baumann@...
Send Email

Hi, it's since last week that I'm trying to connect to a simple soap web service but without success. Here there are some output and data: bash-2.05$...
1 Jul 19, 2004
1:27 am

nonsolosoft
Send Email

I'm trying to set up WSDL for a service that I wrote in SOAP::Lite, for a .NET client. The client can read and compiles the WSDL, but SOAP::Lite doesn't like...
4 Jul 16, 2004
6:45 pm

Maurice McCabe
orb_soft
Send Email

Hello, I played with SOAP::Lite and mod_perl without hardly problems. I found big problem when I start use DBI. Perl don't found DBI.pm, but when I start...
1 Jul 15, 2004
4:09 pm

okbob73
Send Email

Hi all, how do i instruct my SOAP::Lite server to response with ISO-8859-1 and not utf-8? Is it possible to set the encoding in SOAP::Lite or do i have to...
4 Jul 15, 2004
1:10 pm

Duncan Cameron
duncan_camer...
Send Email

... Thanks Duncan, I am using CGI - where can i use ->encoding() there? regards, Malte...
1 Jul 15, 2004
12:48 pm

Huebner, Malte
mrcake77
Send Email

Hi all, My webservice package returns a hash. I could not figure out how I could say to the server to serialize it to a Map an not to a hash. Suppose my...
3 Jul 15, 2004
12:36 pm

Marc Logghe
marclogghe
Send Email

Hello I can save configurations of web services in PostgreSQL (is easy). But I wont to have two services different only in different database name. Its...
1 Jul 15, 2004
10:55 am

okbob73
Send Email

Helo, playing with SOAP::Transport::HTTP::Daemon it seems for me there are a problem with returning from a method with huge data size (e.g. @list with 15 Mb...
1 Jul 14, 2004
1:54 pm

Frank-Peter Reich
fpreich
Send Email

Greetings, I'm trying to connect to a web service which requires an envelope of the following form: <soap:Envelope...
1 Jul 14, 2004
6:30 am

Jenni Bennett
jrbenn42
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