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 5504 - 5547 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5504 aleanna76 Send Email Jul 19, 2006
8:24 pm
Hey all, I am fairly new to SOAP so please forgive me if I am missing something obviously. I can connect to a service running on Apache AXIS fine. What I have...
5505 Mike South
msouth@... Send Email
Jul 20, 2006
2:11 pm
Hi, Thank you for a great product! One of our clients is asking for the latest SOAP::Lite to be installed in production. We have not upgraded past 0.60...
5506 tporschb Send Email Jul 20, 2006
3:42 pm
Hi, I want to write a webservice client script with SOAP::Lite. The webservice at server side expects first some primitive data types (a head of a customer...
5508 Frank Bulk
frankbulk Send Email
Jul 21, 2006
10:31 pm
I searched google and scoured the newsgroup, but couldn't find a way to parse a nested response. Here's my code: ======== #!perl -w use strict; use SOAP::Lite ...
5509 Chris McMahon
chrs_mcmhn Send Email
Jul 21, 2006
11:51 pm
Byron, any news on a revamped 0.68? -Chris...
5510 guyadihome Send Email Jul 25, 2006
9:03 am
Hi there, I am new to SOAP::Lite, and was wondering if SOAP::WSDL has any advantages over SOAP::Lite, and which module might be better to use. Thanks, Guy...
5511 guyadihome Send Email Jul 25, 2006
9:05 am
Hi there, I have been playing around lately with SOAP::WSDL, and would like to know if it has any advantages over SOAP::Lite. Also, which module is the better...
5512 ximon_18 Send Email Jul 30, 2006
1:25 pm
Hi, I need to talk to this service: https://storm5.login.skylist.net/services/SoapRequestProcessor?wsdl The getVersion() method does not require authentication...
5513 techrg99 Send Email Jul 31, 2006
11:02 pm
Hi all, I have the following server configuration: Apache 2.2.2 (w/ mod_perl), SOAP::Lite 0.68, and Expat 2.0.0 I am trying to send a MIME::Entity attachment...
5514 Ger Apeldoorn
gapeldoorn Send Email
Aug 1, 2006
6:21 am
Hi Steve, Have you seen this one? http://www.majordojo.com/SOAP-MIME/samples/ I'm currently trying to do something like you described, but I'm still at the...
5516 techrg99 Send Email Aug 1, 2006
2:49 pm
Hey Ger, Yes. I am using the sample code. Try changning your client-side SOAP code so that you see the SOAP debugging stuff... use SOAP::Lite +trace =>...
5518 Ger Apeldoorn
gapeldoorn Send Email
Aug 2, 2006
12:03 pm
Hi, I'm trying to get the server to respond with an attachment. The example @majordojo simply does not work (for me). ... SOAP::Serializer::envelope: Server...
5519 Ger Apeldoorn
gapeldoorn Send Email
Aug 2, 2006
12:07 pm
Hi, I'm trying to get the server to respond with an attachment. The example @majordojo simply does not work (for me). ... SOAP::Serializer::envelope: Server...
5520 techrg99 Send Email Aug 2, 2006
3:27 pm
Hey Ger, Well, I figured out a work-around. I am just sending all the stuff I need as arguments to the SOAP call. I've given up on MIME-attachments with...
5521 Chris Kacoroski
ski98033 Send Email
Aug 3, 2006
6:25 am
Hi, I have it installed and the examples work great. I have a high level module that uses Net::LDAP for account management that I want to turn into a soap...
5523 Jay A. Kreibich
jaykreibich Send Email
Aug 3, 2006
3:54 pm
... When using "dispatch_to( <path> )" the @INC path is cleared for security/sandboxing reasons. This means the "use Net::..." calls inside your module will...
5524 Ski Kacoroski
ski98033 Send Email
Aug 3, 2006
6:39 pm
Jay, Thanks for your reply. ... Ok, This makes sense. ... Yes. So now I have changed the server to be: #!/usr/bin/perl -w use SOAP::Transport::HTTP; use...
5527 barfield_caroline
barfield_car... Send Email
Aug 7, 2006
3:22 pm
I am trying to access a message that returns xml as the data type. I want to display the xml but all I get is a 1 returned. Here is the WSDL: POST...
5528 jvrobert Send Email Aug 7, 2006
9:47 pm
I've hacked (horribly, embarassingly) a wrapper to SOAP::Lite that seems to work and allows a SOAP::Lite Perl client to connect to a WSE- Security enabled .NET...
5529 Andrew Bayliss
abayliss7906 Send Email
Aug 8, 2006
10:49 am
I have a SOAP call that returns an array of a complex type. I had some trouble getting this work with .NET clients as the soapenc:arrayType was always being...
5534 Cédric BOUFFLERS
pikonbiere Send Email
Aug 10, 2006
9:15 am
Hello, There is an implementation of WS Resource Framework (including WS-Security) in progress: http://www.sve.man.ac.uk/Research/AtoZ/ILCT Although I am not...
5535 Reuven M. Lerner
reuvenmlerner Send Email
Aug 11, 2006
6:40 pm
Hi, everyone. I've been using SOAP::Lite for a number of years, for a bunch of SOAP client applications. It has worked flawlessly during that time, and I...
5537 Achim Grolms
achim_grolms Send Email
Aug 12, 2006
2:47 pm
... If there are Kerberos (and GSSAPI) questions maybe I can help. I am not experienced in WSE 3.0 (I only used Kerberos Authentication on HTTP-Layer against...
5538 Achim Grolms
achim_grolms Send Email
Aug 12, 2006
11:54 pm
... I have not found a reference to GSSAPI or Kerberos. Website http://www.sve.man.ac.uk/Research/AtoZ/ILCT says "SRF::Lite from version 0.4 provides beta...
5540 Vince Veselosky
invincebull Send Email
Aug 13, 2006
7:22 pm
I'm pulling my hair out here. I have a service, created from a WSDL, with a call signature (int, int, String[]). But when I pass it two integers and a...
5542 Scott Seely
scott@... Send Email
Aug 14, 2006
1:53 pm
IIRC, you need to take the WSDL and edit it to be AnyType. Your code should continue to work. I know that this means that you need to have a local copy of the...
5543 izbic1 Send Email Aug 14, 2006
4:05 pm
Is there any way that we can help with this release? --Matthew mruno@... ... 'SOAP::Serializer' ... version is ... WSDL less ... (specifically ... can...
5544 Chris McMahon
chrs_mcmhn Send Email
Aug 14, 2006
4:56 pm
... From: Chris McMahon <christopher.mcmahon@...> Date: Aug 14, 2006 8:24 AM Subject: Re: [soaplite] Serializing 'ArrayOf_xsd_string&#39; To: Vince Veselosky...
5545 izbic1 Send Email Aug 14, 2006
6:11 pm
I get the same sort of errors when trying to work with campaigns. [Mon Aug 14 11:20:54 2006] [error] Type 'Campaign&#39; can't be found in a schema class...
5547 Ger Apeldoorn
gapeldoorn Send Email
Aug 16, 2006
4:48 am
Hi, I've got some problems with sending attachments with SOAP::Lite. I'm trying to make a soap server respond with an attachments which I want to collect on...
Messages 5504 - 5547 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