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

A specific server has defeated my knowledge of SOAP::Lite, so I am coming to the list for some help. The service I want to write a client for is described at ...
8 Jan 2, 2006
8:43 pm

wanda_b_anon
Send Email

I have a web service (in Java using JAXRPC) that accepts a file upload. My java client is working just fine. I can't, however, figure out how to get...
2 Jan 2, 2006
6:26 pm

harbica
Send Email

Hi All, Happy new year I made successfully complex with in complex type perl client .but i cant get return value .i used soap::som package.but its failed to ...
1 Dec 31, 2005
4:56 am

sudhakar_jpr
Send Email

Running the standard web service example from the doco: #!/usr/local/bin/perl use SOAP::Lite; print SOAP::Lite ->...
15 Dec 30, 2005
7:50 pm

Dan Horne
kilgoretroutnz
Send Email

I think my problem is in trying to send 'complexType&#39; data to a SOAP method. The SOAP service is on a Oracle 10g server written in Java, and I do not have...
3 Dec 30, 2005
4:01 pm

nbartusi
Send Email

Hello SOAP::Lite experts, I wonder if there is a way to add attributes to <detail> to satisfy the following WS-I Basic Profile requirement? R1003 A RECEIVER...
1 Dec 30, 2005
1:21 am

Amanda Chou
Amanda_Chou
Send Email

Aside from the use_proxy() warning, I can run the client (hibye.pl) from the docs just fine but when use my slightly modified code pointed at my own server...
3 Dec 29, 2005
8:40 pm

Byrne Reese
byrnereese
Send Email

I wanted to let everyone know that I have released SOAP::Lite 0.66. There is only one difference between SOAP::Lite 0.65_7 and 0.66: and that is support for...
1 Dec 26, 2005
5:14 am

Byrne Reese
byrnereese
Send Email

My server is sending me a gzipped content response to my soap request. This is what I want but SOAP::Lite doesn't appear to be able to decompress the data....
1 Dec 25, 2005
12:39 am

gavin_stark
Send Email

Hi Group, I have a problem buggin me since a month. I want to constrct the following XML using Soap:lite and post it to a Dot Net Sever. But no matter what i...
1 Dec 23, 2005
7:39 am

Karanth Srihari
karanthsrihari
Send Email

Hi all, I have written a SOAP server using SOAP::Lite. It has a wsdl file at http://dpg.dialogue.net/WAP_Soap.wsdl I have tested the service with both perl and...
3 Dec 22, 2005
11:15 am

sudhakar sharma
sudhakar_jpr
Send Email

Hi, I have modified SOAP::Transport::HTTP::Daemon to be used with SSL as directed in previous group mails. I have added new patch to HTTP.pm so that it can...
2 Dec 22, 2005
9:22 am

Vipin Gupta
vipgup
Send Email

Hi, Using SOAP::Lite-0.65, I have writted client & server using SOAP::Lite & SOAP::Transport::HTTP::Daemon for my application. The things worked fine with...
1 Dec 22, 2005
9:19 am

vipin gupta
vipgup
Send Email

I am a newbie to SOAPLite. Below is my code and I am getting "Can't call method "value" on an undefined value at (eval 10) line 38.". Please help. ... use...
1 Dec 21, 2005
10:36 pm

smurthy1857
Send Email

I am using soap::lite to call .NET methods, all of a sudden .NET will not pickup any of the variables I pass to it. If I call a method with no variables it...
1 Dec 20, 2005
9:56 pm

jedijay007
Send Email

This call... $client->call('check_login&#39; => SOAP::Data->name('auth' => \SOAP::Data->name('email&#39;,=>'testemail&#39;), \SOAP::Data->name('pword&#39;,=>'testpassword') ) ...
3 Dec 20, 2005
7:54 pm

Jesse Brown
jbpostini
Send Email

I've written a simple/test SOAP server which looks like this: package wrapper; use strict; use SOAP::Lite; use core; sub test { shift @_; return...
1 Dec 19, 2005
8:20 pm

Charlie Hills
mug1134
Send Email

Hello, I meet a problem with SOAP::Transport::HTTP and Apache2 in Fedora Core 4 environment. I installed httpd-2.0.54-10.i386.rpm and ...
1 Dec 19, 2005
4:02 pm

jing han
jing_han_66
Send Email

Hello, Recently we move our project from RedHat 9.0 to Fedora Core 4. I installed the newest SOAP-Lite tarball SOAP-Lite-0.65_6.tar.gz and found that ...
1 Dec 16, 2005
7:16 pm

jing han
jing_han_66
Send Email

I am trying to implement a simple SOAP client/server and stumble on parameter passing - in my case how do I read an array. I am using Apache2::Soap via...
1 Dec 14, 2005
9:53 pm

Andreas
andreasschif...
Send Email

Hi, I'm trying to write a SOAP:lite client for an Axis service which needs authenticating with a UsernameToken containing a username, password digest, nonce...
4 Dec 14, 2005
3:29 pm

Richard Gregory
richard_n_gr...
Send Email

Hi ... How to enable multiple request handling in the SOAP::HTTP::Daemon. I have seen some of the modules in the CPAN, SOAP::HTTP::Daemon::ForkAfterProcessing,...
1 Dec 13, 2005
3:03 am

Nagarajan M
naga_cit
Send Email

Hello :-) , I'm using SOAP::Lite/Perl/0.65_6, and have a problem with cookies. I want to first call a login service which returns a key, and then call a...
1 Dec 12, 2005
4:16 pm

CristiAn Fuenzalida
cfuenzal_perl
Send Email

HI all, I m new to perl..can any body help me regarding stubmaker.pl, I want to know how i use this stubmaker.pl.. can this is right approch that making a...
1 Dec 12, 2005
12:00 pm

sudhakar_jpr
Send Email

Hi Im trying to upload a file to a XMLRPC::Lite using base64. Im uploading the file from .NET and have got the file as an array of bytes, this is serialised...
1 Dec 10, 2005
12:29 am

parcelstring
Send Email

Hello, I have spent alot of time and effort reading documentation, looking at source code, googling and scanning the list archives but have not been able to...
3 Dec 9, 2005
9:14 pm

Scott Jackson
ssscottmo
Send Email

I am trying to communicate with a .NET web service using soap::lite for apache v0.60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $soap =...
1 Dec 8, 2005
8:40 pm

jedijay007
Send Email

Any help? ... Hi, How to send multiple request to the SOAP server from the same client. I tried to invoking two methods using threads.. Here is the sample code...
1 Dec 8, 2005
3:05 am

naga_cit
Send Email

I just installed soap::lite for apache v.0.60. I created a simple hello world script in C# that I need to connect to using perl: ...
1 Dec 8, 2005
12:30 am

jedijay007
Send Email

... Looking For Better Jobs/Employee?? ************************* -Apply Online/Call 4 Interview FREE And Win Monthly Gift -Browse Interveiw Calls Free ...
1 Dec 4, 2005
2:01 pm

LoveLeen
meet2pkw
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