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

Hi *, I try to write a simple Perl SOAP Client for these services: http://almdemo.polarion.com/polarion/ws/services/SessionWebService?wsdl ...
2 Dec 12, 2011
9:44 pm

Tobias Richter
tri@...
Send Email

Hi *, I try to write a simple Perl SOAP Client for these services: http://almdemo.polarion.com/polarion/ws/services/SessionWebService?wsdl ...
1 Dec 12, 2011
4:24 pm

Richter, Tobias
Tobias.Richter@...
Send Email

I.m looking for help to implement data transfer using perl SOAP. We need to connect to a state agency to transfer files. Any help is appreciated. Here's what...
1 Nov 10, 2011
11:38 pm

jeff172937
Send Email

Dear all, I have the following code : use SOAP::Lite +trace => [fault => \&log_faults]; @ISA = qw(SOAP::Server::Parameters SOAP::Transport::HTTP::Daemon);use ...
1 Sep 23, 2011
3:05 pm

chfoerst@...
chfoerst...
Send Email

Hi, can anyone tell me how to access the raw XML content in a CGI server please? Thanks, Lee...
1 Sep 13, 2011
5:23 pm

lee.huddleston@...
lee.huddlest...
Send Email

Hi all, having an issue running SOAP Lite 0.71 under Glassfish 3.1.1. Whenever I send a request in that has content length > 512 bytes the server does not...
1 Sep 6, 2011
3:09 pm

lee.huddleston@...
lee.huddlest...
Send Email

Hi, I see plenty of examples of building complex data types using SOAP::Lite client side, but no real examples of processing these server side. I need to...
1 Sep 6, 2011
3:09 pm

lee.huddleston@...
lee.huddlest...
Send Email

Hello, I am struggling to get some SOAP request working using SOAP Ligth and PHP on the requesting side and PERL on the server I am requesting information...
2 Aug 4, 2011
5:45 pm

Jo Rhett
jorhett
Send Email

Hi all, I'm trying to install SOAP::Lite module via CPAN but I can't because I got the error reported. Could You help me understand what's wrong? Thank You ...
1 Jul 25, 2011
3:29 pm

Mauro Gatti
mauro.list
Send Email

This should be a very simple operation but the better part of a day searching has produced no help. All I want to do is return the SOAPAction from the Request...
1 Jul 18, 2011
7:01 pm

Rich T_
rtomasso
Send Email

We use SOAP::Lite to connect to a service on campus. The service is moving from Thawte to InCommon for certificates; InCommon uses Comodo. The new server...
5 Jul 13, 2011
2:41 pm

rahed
raherh
Send Email

I'm running into a wall on generating child elements within SOAP::Fault <detail> response. I can generate one child element just fine, but nothing I try will...
4 Jul 1, 2011
8:36 pm

Mithun Bhattacharya
inzoik
Send Email

Hi all Since an update of Apache, mod_perl and SOAP::Lite (on Debian) a mod_perl module which uses SOAP::Lite doesn't work anymore. It causes an error in the...
1 Jun 30, 2011
3:34 pm

denis.simonet@...
denis.simone...
Send Email

Hi, I've been trying all day to get SOAP::Lite to connect to a server that has a self-signed cert with no luck. Nor can I find any help on the web via Google...
1 Jun 14, 2011
4:07 am

Rob Callahan
robtcallahan
Send Email

Hi. I have a Perl program using SOAP Lite (Version 0.60?) that has been working fine with Perl 5.8.2 but fails with 5.10.1. My test code looks like this: sub...
1 Jun 2, 2011
11:41 pm

jywu0812
Send Email

Greetings, I trying to use SOAPHeader with a document type webservice but I'm not being able to make the server to reply the request. I have the following...
1 May 13, 2011
7:08 pm

Alceu R
glasswalk3r
Send Email

Greetings, I have an doubt about the request being automatically generated by SOAP::Lite. Here is (part) of the WSDL file content. Please note that are two...
1 May 11, 2011
8:54 pm

Alceu R
glasswalk3r
Send Email

Hello there, My name is Alceu and I'm a newbie with SOAP::Lite. I was adding some parameter validation in server side and follow the explanations on...
1 Apr 28, 2011
4:21 am

Alceu R
glasswalk3r
Send Email

I've been asked to "PKI Enable" one of my SOAP client tools and looking for pointers on where to start with this. Normally I call a "login" method with a...
1 Mar 17, 2011
9:37 pm

tnjeditor
Send Email

One of the methods requires that we pass it an array of int. I tried a) my @list = (); push( @list, 367288 ); push( @list, 328375 ); my @results =...
3 Mar 16, 2011
4:14 pm

Joseph Werner
telcodev@...
Send Email

My web method in .NET web service has a parameter attr[] attributes. how to pass this parameter in perl scripts? its xml format is: attributes> <attr> ...
1 Mar 16, 2011
4:13 pm

krishnapriya
krishh_july
Send Email

Hi, thanks to the help Martin gave me in my previous post I am getting much closer to having things working. I am successfully sending calls to the service...
2 Feb 12, 2011
8:25 pm

Martin Busik
mbusik70
Send Email

I am talking to a soap API. This is the desired output $xml = ' <metadata xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns4:kt_metadata_fieldset[1]"...
2 Feb 3, 2011
6:26 am

Joseph Werner
telcodev@...
Send Email

Greetings. We are trying to work around an issue with SOAP::Lite adding stuff to a request that an upstream SOAP library doesn't like. But now we've hit ...
1 Feb 2, 2011
8:15 am

Daniel Kasak
daniel.kasak
Send Email

While testing our asp.net web app service we noticed that the client aborts if the service id down. For example if port 80 is unavailable the client aborts...
2 Jan 27, 2011
8:50 am

Martin Busik
mbusik70
Send Email

Within the Crypt-SSLeay code there is a retry mechanism that gets triggered if there is a connection failure before the SSL handshake completes. By default,...
1 Jan 20, 2011
6:02 am

peterafriend
Send Email

Hi, I'm trying to use SOAP::Lite to contact a web service. However, I can not get the parameters under the request element. Below is my sample code: my $wsdl =...
1 Jan 15, 2011
12:47 am

Blaine Everingham
blaine.w.everingham@...
Send Email

Hi, I have been banging my head against the wall for a few days attempting to get SOAP requests working with this WSDL. I am trying to send a request to a...
3 Jan 14, 2011
3:56 pm

Martin Busik
mbusik70
Send Email

I'm having troubles getting my client to send values to function. I need a perl client to send this structure: POST /VSMapi/VSMapi.asmx HTTP/1.1 Host:...
2 Jan 13, 2011
11:30 am

Martin Busik
mbusik70
Send Email

This is probably an odd request, but I have been asked to update Email::Folder::Exchange to support Exchange 2007. Exchange 2007 no longer does WebDAV by...
1 Jan 13, 2011
7:05 am

warren@...
warren_m_smith
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