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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 6564 - 6593 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6564 peterafriend Send Email Jan 20, 2011
6:02 am
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,...
6565 Scott
scott.hall1128 Send Email
Jan 27, 2011
5:11 am
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...
6566 Martin Busik
mbusik70 Send Email
Jan 27, 2011
8:50 am
Hi Scott, using eval { ... } if($@) { ... } is a common try/catch pattern. I do not see anything suspect/wrong with that. cheers, Martin...
6567 Daniel Kasak
daniel.kasak Send Email
Feb 2, 2011
8:15 am
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 ...
6568 stephenc01_01 Send Email Feb 3, 2011
5:23 am
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]"...
6569 Joseph Werner
telcodev@... Send Email
Feb 3, 2011
6:26 am
This should get you started: my $value = 'some notes'; my $name = 'Notes&#39;; my $fieldset = 'General Information&#39;; my $soapdata = SOAP::Data->name( 'metadata&#39; =>...
6570 Martin Busik
mbusik70 Send Email
Feb 12, 2011
8:25 pm
Hi, ... the prefixes (e.g. "soap" is refered to as prefix when defined by "xmlns:soap", wich means you write "soap:Envelope") do not really care, you can name...
6571 josephykwang Send Email Feb 19, 2011
1:58 am
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 =...
6572 Jo Rhett
jorhett Send Email
Feb 25, 2011
12:26 am
The message below is basically "I tried this and it didn't work" You're going to have to include what you send them and what they send back for us to help ;-)...
6573 krishnapriya
krishh_july Send Email
Mar 16, 2011
4:13 pm
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> ...
6574 Joseph Werner
telcodev@... Send Email
Mar 16, 2011
4:14 pm
Gee, I'm not certain this is not just a Perl problem... Have you considered trying a list reference instead of a scalar? Just what do you think the line "my...
6575 tnjeditor Send Email Mar 17, 2011
9:37 pm
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...
6576 Alceu R
glasswalk3r Send Email
Apr 28, 2011
4:21 am
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...
6577 Alceu R
glasswalk3r Send Email
May 11, 2011
8:54 pm
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...
6578 Alceu R
glasswalk3r Send Email
May 13, 2011
7:08 pm
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...
6579 jywu0812 Send Email Jun 2, 2011
11:41 pm
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...
6580 Rob Callahan
robtcallahan Send Email
Jun 14, 2011
4:07 am
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...
6581 denis.simonet@...
denis.simone... Send Email
Jun 30, 2011
3:34 pm
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...
6582 Rich T_
rtomasso Send Email
Jul 1, 2011
4:15 pm
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...
6583 Mithun Bhattacharya
inzoik Send Email
Jul 1, 2011
4:51 pm
... perldoc seems to imply this type of construct should work for you - what error did you get for that ? ->faultdetail(bless {code => 1} => 'BadError&#39;) -...
6584 Rich T_
rtomasso Send Email
Jul 1, 2011
6:54 pm
... That produces something like this: <detail> <BadError> <code>1</code> <BadError> <detail> Which is not what I want. I can get something like <detail> ...
6585 Mithun Bhattacharya
inzoik Send Email
Jul 1, 2011
8:36 pm
... How are you generating the above ? From: Rich T_ <rtomasso@...> Which is not what I want. I can get something like <detail> <code>1</code> <detail>...
6586 Karl Boyken
kboyken Send Email
Jul 11, 2011
3:29 pm
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...
6587 rahed
raherh Send Email
Jul 11, 2011
7:59 pm
... Be sure to supply a correct SOAPAction header (set with on_action method as uri and method). -- Radek...
6588 Karl Boyken
kboyken Send Email
Jul 11, 2011
8:20 pm
Thanks, but, aside from the fqdn of the web server, the header is identical to the one that works on the production server. Karl...
6589 Karl Boyken
kboyken Send Email
Jul 12, 2011
8:08 pm
For completeness, I've attached two files. soap_prod.txt is the SOAP::Lite trace and Crypt::SSLeay debug output for the production server, which works;...
6590 rahed
raherh Send Email
Jul 13, 2011
2:41 pm
... I can't see any attachements with my mail client. -- Radek...
6591 Rich T_
rtomasso Send Email
Jul 18, 2011
7:01 pm
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...
6592 Mauro Gatti
mauro.list Send Email
Jul 25, 2011
3:29 pm
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 ...
6593 nic_soft Send Email Aug 3, 2011
8:02 pm
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...
Messages 6564 - 6593 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help