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, I have a SOAP::Lite based server and an need to enable soma advanced debugging. In particular, I need to print out the full requests and responses for each...
9 Mar 25, 2009
6:32 pm

Petar Shangov
pshangov
Send Email

I'm certain that buried somewhere in the archives there is the answer to my question, but so far, I've been unable to find it, at least in the form that I can...
2 Mar 19, 2009
1:44 pm

rahed
raherh
Send Email

I am pretty new to this so I am probably doing something stupid, but I can't figure it out. I have the following code attempting to access a commercial product...
1 Mar 19, 2009
12:19 am

Peter Farr
pgfarr
Send Email

unsubscribe...
1 Mar 13, 2009
7:33 pm

jing han
jing_han_66
Send Email

Hello everyone, I've encountered the following problem while implementing Web Service server side using Soap::Lite (Perl). I receive the following error...
1 Mar 12, 2009
2:18 pm

Vlad
vlad@...
Send Email

Hi, I have a web service that needs to respond to soap requests from two name spaces. (The current namespace and a legacy one.) I'm swapping out the uri in...
1 Mar 10, 2009
10:07 pm

tomsw
Send Email

Hallo I'm trying to use a server that is said to use "integrated security". Anyone that knows what that refers to? And is that something that SOAP-Lite can...
1 Mar 6, 2009
2:53 pm

bostromanders
Send Email

Hello, I've got a problem with running SOAP::Lite service under mod_perl. In module SOAP::Transport::HTTP::Apache function handler there's Expect header...
1 Mar 4, 2009
2:25 pm

sergey.romanovsky
sergey.roman...
Send Email

Trying to find a way to get a hold of the client's IP as they come to the soap daemon server.. Date: Tue, 17 Feb 2009 21:23:59 GMT Server:...
3 Feb 20, 2009
9:38 am

rahed
raherh
Send Email

Greetings! I test SOAP::Lite for a few days - and got that it's really cool tool (and looks like it's more simple that Delphi implementation ;) But today got...
12 Feb 18, 2009
3:30 pm

alexukua
Send Email

This is my first attempt writing a simple SOAP::Lite client. I followed the documentation best I could, considering where I am on the learning curve, but am...
1 Feb 17, 2009
3:31 pm

aka gw1500se
i_was_yah00ed
Send Email

Hi all, Would really appreciate your help. I'm relatively new to Perl and SOAP, and I'm trying to implement a connection to the Google Adwords API using...
1 Feb 15, 2009
5:01 pm

discorogers
Send Email

Folks, In a Tech Republic article: http://articles.techrepublic.com.com/5100-10878_11-1052448.html the author describes the 'free' fault detection you get with...
1 Feb 12, 2009
3:02 pm

Bill.Costa@...
bill.costa_01
Send Email

At this point, I am looking for someone to hire to help solve what may be a simple problem of serializing a slightly complex parameter sent with a SOAP method...
2 Feb 9, 2009
7:39 pm

Paul Gallagher
paulpg_sg
Send Email

Hello, all! I have two questions about XMLRPC::Lite. -- 1. Can I use gzip for XMLRPC::Transport::HTTP::Daemon? Server: #!/usr/bin/perl -I...
1 Feb 5, 2009
2:55 pm

dennis.davidoff
Send Email

Hi, I am trying to install SOAP::Lite on Redhat Linux 4ES. My perl version is 5.8.5. I tried "perl Makefile.PL, make" and "perl -MCPAN -e 'install SOAP::Lite&#39;,...
2 Jan 29, 2009
7:52 pm

rahed
raherh
Send Email

Hi All, Looks like SOAP::Lite on RHEL5 doesn't like dashes in comments. This manifests itself as 'junk before XML element'. Unfortunately latest JAX-WS puts...
1 Jan 29, 2009
3:11 pm

tvoj_patak
Send Email

Hi, I am using SOAP-Lite to access my Web service, get error message of: env:Server, Cannot find child element: arg0. My Perl script is looks like: my $rpc =...
1 Jan 28, 2009
10:54 pm

Jeff Gao
zfgao
Send Email

I'm trying to use Test::Mock::Object to test my SOAP::Lite app... but I'm having problems. Has anyone successfully used Test::Mock::Object with SOAP::Lite?...
1 Jan 27, 2009
3:31 pm

tyndallian
Send Email

Hello, I am a total newbie using SOAP and I am occasionally using it for some of the services of our partners. Up until now I only had to use it twice with...
1 Jan 26, 2009
3:48 pm

sinusiks
Send Email

Hi I have a mod_perl / SOAP::Lite server with a custom serializer that overrides the envelope method. Is it possible to access the SOAP::SOM object associated ...
2 Jan 23, 2009
8:22 pm

Martin Kutter
kutterma
Send Email

I am trying to write a Perl SOAP client for our website to use Verisign security fobs. So far, I have gotten SSL, and WSDL to work. However, all of my requests...
1 Jan 19, 2009
11:38 pm

BRIAN
BIKERS239
Send Email

Hello, I am newbie perl programmer. We have Arbor networks PeakflowSP network monitoring system. Wants to build customized script in perl to generate some...
1 Jan 17, 2009
3:43 pm

Sunanda
aryadino
Send Email

Perhaps this group can rescue me once again :) I'm trying to determine what I'm doing wrong with SOAP::Lite and the web service I'm trying to access. To...
2 Jan 15, 2009
9:48 am

rahed
raherh
Send Email

Hi list, I am running a perl script accessing some soap services using Soap::Lite. On an elderly linux (redhat 4, perl 5.8.5 and soap-lite-0.67) everything...
2 Jan 14, 2009
7:54 pm

rahed
raherh
Send Email

Good day everyone, Rather than try to explain what I'm doing (for now) I'll just mention that I installed the latest SOAP::Lite from CPAN ...
3 Jan 8, 2009
3:03 pm

Thomas J Pinkl
tpinkl
Send Email

I need to get the XML string from the SOAP::Data object for logging. For example: my $send = SOAP::Data->value( SOAP::Data->name( 'sendNotification' => 0 ) ...
1 Dec 28, 2008
9:52 pm

tyndallian
Send Email

Hello all, I am writing web service. I want to use soap lite for the client side and for the server I am using jax-ws. I want to handle errors using ...
1 Dec 9, 2008
12:12 am

Yair Gottdenker
yairgot
Send Email

Hi i am using wsdl the contains of it is <complexType name="ArrayOfTarget"> <complexContent&gt; <restriction base="soapenc:Array"> <attribute...
1 Dec 6, 2008
6:43 am

dinesh_chb
Send Email

Thanks for the information and an advice Byrne. Dear All, Can you please help me solve my doubts mentioned at the bottom of this mail? Thanks, Sandeep ... ...
2 Dec 2, 2008
7:01 am

Tony Gravagno
tgravagno
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