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'm writing a SOAP::Lite client trying to process the following response "signature&quot;. Hopefully the names/types show what is going on: <SOAP-ENV:Body> ...
1 Mar 3, 2004
5:38 pm

Paul Harman
seancortan
Send Email

Hi , In some of the posted messaged, i've been reading about the the wsdl2perl utility. Is this available for download ? if not, when is it expected to be...
3 Mar 3, 2004
6:18 am

Chetan Lalye
clalye
Send Email

Has anyone tried to return a .NET Dataset to a .NET client from a SOAPLite server? I want to be able to pass a list of queries from a .NET client and receive a...
2 Mar 3, 2004
5:24 am

Maurice McCabe
orb_soft
Send Email

Using SOAP::Lite from a Perl/Tk client calling a mod_soap/Apache server as a middle tier to access a database - the client "locks" when the call is made. I...
1 Feb 29, 2004
3:46 pm

techrg99
Send Email

I'm integrating a C# client with a perl cgi soap server. Using perl as the client, I am able to access the web service via WSDL with no problem. Using, C#, ...
1 Feb 29, 2004
6:25 am

jakeryder3344
Send Email

sacmail.com...
1 Feb 27, 2004
11:15 pm

Raj***
click35mm
Send Email

Hi I'm just curious, but while generating Perl code from a WSDL file, I had the following problem: the SOAP call from the generated class looks like: ...
1 Feb 27, 2004
5:45 pm

Zazie Queneau
zazie_6969
Send Email

The web service I am using requires messages to have an http header that looks like this: Accept-Encoding: gzip, deflate or like this: Accept-Encoding: gzip I...
2 Feb 26, 2004
1:35 pm

Duncan Cameron
duncan_camer...
Send Email

I am having problems either sending or receiving cookies with SOAP::Lite, but I don't know where the problem is. I can create cookies (I checked by saving them...
5 Feb 25, 2004
9:23 pm

Byrne Reese
byrnereese
Send Email

Hello, I can't find SOAP::Lite with the CPAN shell anymore since a few days. What happened? Sven...
2 Feb 25, 2004
6:32 pm

Byrne Reese
byrnereese
Send Email

I have written a SOAP::Lite Client to query a SOAP server using complex data types. I am having problems decoding the response. The response that is returned...
3 Feb 25, 2004
2:11 am

Jenni Bennett
ldapgirl42
Send Email

Group, I am a little confused about the proxy side of SOAP::Lite. What is its purpose and how do I determine on a system where soap is running if proxy for...
2 Feb 19, 2004
7:33 pm

Duncan Cameron
duncan_camer...
Send Email

Hello, I am connecting a Perl client to a .NET web service. I have succesfully tested calling methods and passing simple parameters such as strings, integers,...
1 Feb 19, 2004
3:29 pm

kvclarkusa
Send Email

Hello, I am trying to produce XML output of the form: <attributes> <RadiusAttribute> <type>string</type> <value>string</value> </RadiusAttribute> ...
2 Feb 19, 2004
3:05 pm

jpeyser
Send Email

Group, I am really enjoying working with SOAP::Lite - but I have run into a problem when building my own Server. I have been successful in building clients for...
1 Feb 18, 2004
8:59 pm

Joseph Norris
sirronj777
Send Email

Group, I am really enjoying working with SOAP::Lite - but I have run into a problem when building my own Server. I have been successful in building clients for...
1 Feb 18, 2004
4:52 pm

Joseph Norris
sirronj777
Send Email

Howdy, I am very new to .Net and to SOAP::Lite. I am, however, well-versed in Perl. I am in need to create a client on the Un*x side, using Perl and...
1 Feb 17, 2004
10:03 pm

nw7us
Send Email

Hi, List! I have written a little SOAP Server using SOAP::Transport::HTTP It forks off in to background and works smoothly so far. As a watchdog functionality,...
2 Feb 17, 2004
6:54 pm

jpeyser
Send Email

Hi, I've been trying to get Perl Soap's server to return a map so that I could type-cast it into a HashMap in Axis. This is what I have: sub test2_2 { return...
1 Feb 17, 2004
5:24 pm

korngerd
Send Email

-- This is a small portion of my SOAP::Data construct. SOAP::Data->name(varList => \SOAP::Data->name(Variable => \SOAP::Data->value(SOAP::Data->name(strVN =>...
4 Feb 14, 2004
7:14 am

maheshgadwal
Send Email

I'm finding that using a global fault handler doesn't seem to work when using WSDL to create the SOAP object: # global on_fault handler use SOAP::Lite on_fault...
1 Feb 14, 2004
12:13 am

crosen9999
Send Email

I am looking for a method of accessing SOAP fault info when calling services through WSDL. Apparently, the result of SOAP calls made in this fashion is not a...
2 Feb 13, 2004
5:13 pm

Duncan Cameron
duncan_camer...
Send Email

I have a problem trying to write a SOAP::Lite client to decode the following response from a (gSOAP) server: <SOAP-ENV:Envelope ...
2 Feb 12, 2004
4:27 pm

Byrne Reese
byrnereese
Send Email

Hello All, I am working on a SOAP::Lite client, using S::L 0.55. I frequently make use of this idiom: my $soap = SOAP::Lite ->proxy( 'soapd:8080/soapd/' ) ...
2 Feb 11, 2004
1:17 pm

Duncan Cameron
duncan_camer...
Send Email

I see on the change log for .60 that an Axis interoperability bug was fixed to output a CRLF to terminate a MIME boundery (as required by Axis) instead of a...
2 Feb 10, 2004
3:54 pm

Byrne Reese
byrnereese
Send Email

I have been doing some testing of Soap::lite server, and everything worked fine with a SOAP::Lite client, but I have been having problems with a Java Axis...
2 Feb 10, 2004
2:14 pm

Eric Freed
epfreed1
Send Email

Greetings all, For some reason we occasionally get the following message when making our SOAP client request: no element found at line 1, column 0, byte -1 at ...
1 Feb 9, 2004
11:08 pm

wesgurn
Send Email

Problem Definition: I had to access a web service using SOAP. The request XML that is to be sent to a web service is a bit complex. Therefore, I got...
1 Feb 9, 2004
9:49 am

maheshgadwal
Send Email

Sorry. I'm new to SOAP::Lite and have a Perl package I'm dispatching CGI-based SOAP messages to. This package is returning raw XML. How can I specify that...
2 Feb 5, 2004
11:27 pm

Byrne Reese
byrnereese
Send Email

Hi! This might be a very stupid question, but I didn't find the answer to it anywhere. I have problems using remote objects by reference using Apache's...
3 Feb 5, 2004
4:02 pm

Andre Bonhote
andre@...
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