Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6025 - 6054 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6025
Hi All, I am trying to connect to a web-service, implemented in Perl (uses SOAP::Lite) and get back a text file as attachment; when i call the service...
axis_2_user
Offline Send Email
Oct 1, 2007
9:53 pm
6026
Hi, An initial release of the bindings to WSF/C [1] is in CPAN [2]. This initial release has the client side support only with WS-Addressing and REST. The...
Chintana Wilamuna
cwilamuna
Offline Send Email
Oct 2, 2007
5:59 am
6027
hi guys, im currently working on accessing a service with SOAP::Lite. This service uses cookie based authentification, so i need to pass a cookie_jar using the...
Michael Ablassmeier
blssmr
Offline Send Email
Oct 2, 2007
10:10 am
6028
Hi all, I've started to use SOAP::Lite, and I have a bunch of questions: 1 - The default style used by SOAP::Lite is RPC encoded. Is this the only style...
bolasnenhumda
Offline Send Email
Oct 2, 2007
5:37 pm
6029
How do get soaplite to add the xmlns:intf ns to get the soap envelope to look as below? <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
oldfic4
Offline Send Email
Oct 15, 2007
6:41 pm
6030
Hi all, I'm starting now to use SOAP::Lite, and I have a bunch of questions: 1 - From what I read, the default encoding and style used in SOAP::Lite are RPC...
bolasnenhumda
Offline Send Email
Oct 15, 2007
6:41 pm
6031
Hi Mario, ... I use soap lite for my project. as far as i know, soap-lite does not create wsdls for you. Sorry, but i dont know the answers to the other...
Edward Kawas
kawas7
Offline Send Email
Oct 15, 2007
6:49 pm
6032
Hi, I think that you need to create your own serializer to gain access to the envelope. you might want to refer to ...
Edward Kawas
kawas7
Offline Send Email
Oct 15, 2007
6:57 pm
6033
... something like this will do it. my $soap = SOAP::Lite->proxy($proxy); $soap->serializer->soapversion("1.2"); $soap->serializer->namespaces({ ...
Graham Irvine
graham23sk
Offline Send Email
Oct 15, 2007
10:16 pm
6034
... using the default methods unaltered with generate RPC encoded envelopes. However this is Perl so you can manipulate those pretty easily to get it to do...
Graham Irvine
graham23sk
Offline Send Email
Oct 15, 2007
10:18 pm
6035
Thank you Graham - that worked perfectly. From: soaplite@yahoogroups.com [mailto:soaplite@yahoogroups.com] On Behalf Of Graham Irvine Sent: 15 October 2007...
chris
oldfic4
Offline Send Email
Oct 17, 2007
7:10 pm
6036
Hi Chris. Yes, overridding the serializer is the trick. Example: #!/usr/bin/perl -w use strict; #NB: SOAP::serializer->register_ns requires 0.65 use SOAP::Lite...
Paul Gallagher
paulpg_sg
Offline Send Email
Oct 18, 2007
1:01 am
6037
Hi i am just exploring the SOAP Lite package and have been trying to get a simple example to work but have been unsuccessful. I am trying to get a simple WCF...
khurrumi2002
Offline Send Email
Oct 19, 2007
11:47 pm
6038
I have tried just about everything I can think of to get this simple soap service to work. I just can't make it work. It's my first time trying this. It's my...
sarah1878carter
Offline Send Email
Oct 24, 2007
5:59 pm
6039
I've written a quick test soap script and it seems to work but parsing the WSDL takes forever (and by that I mean over 1 minute per run, the WSDL file is 14000...
ntang_work
Offline Send Email
Oct 24, 2007
5:59 pm
6040
ARGH. I apologize. Figures - after wrestling with it for 2 hours, I figure it out 10 minutes after emailing the list. my $cookies =...
Nicholas Tang
ntang_work
Offline Send Email
Oct 24, 2007
6:17 pm
6041
Is there any way to split up the http request created by the SOAP::Lite package so that instead of an http header like this: POST...
Lev Lvovsky
levl289
Offline Send Email
Oct 25, 2007
11:37 pm
6042
I am proud to announce the the release of version 2.2 of VTD-XML, the next generation open source XML parsers/indexer/slicer/editor. This release significantly...
Jimmy Zhang
jzhang_ximpl...
Offline Send Email
Oct 26, 2007
1:06 am
6043
Here's what I ended up doing, which is working beautifully and is a lot more "clever"... #!/usr/bin/perl -w use HTTP::Cookies; use Getopt::Long; use lib...
Nicholas Tang
ntang_work
Offline Send Email
Oct 31, 2007
4:24 pm
6044
I have created successfully my first simple wsdl from perl code using pod::wsdl. However i am having a difficult time to figure out how to include complex...
t_elia
Offline Send Email
Nov 1, 2007
4:14 pm
6045
Replying to my own post here, perhaps this is a developer question (not sure if the developer of SOAP::Lite is on this list): It seems that according to this...
Lev Lvovsky
levl289
Offline Send Email
Nov 1, 2007
5:59 pm
6046
... I'm not an expert on HTTP but nobody else has answered so here's my 2p worth ... FWIW, my reading of the spec agrees with you and your server ...
Dave Howorth
dhoworth@...
Send Email
Nov 2, 2007
10:34 am
6047
Hi All, I want to pass an array argument to the java webservice from perl client using SOAP::LITE package. The web method declaration in java is like this ...
parimal_b2000
Offline Send Email
Nov 8, 2007
8:10 am
6048
Hi All, I have been trying to access headers and envelope in my soap handler without success. For some reason I do not seem to get the SOAP::SOM object. Maybe...
lormidorido
Offline Send Email
Nov 15, 2007
9:42 am
6049
... The first parameter is SOAP::SOM object and the last one is envelope. -- Radek...
rahed
raherh
Offline Send Email
Nov 15, 2007
10:49 am
6050
... What I said may hold true when a dispatch_to method requests a module. Is it ok when you omit the methods and dispatch only to the IDES package? -- Radek...
rahed
raherh
Offline Send Email
Nov 15, 2007
6:47 pm
6051
Hi Radek, I would like to start by thanking you for taking time and looking at this! I have tried to omit the methods and dispatched only to the IDES packages...
Ragnar Hakonarson
lormidorido
Offline Send Email
Nov 16, 2007
11:47 pm
6052
I wonder if anyone could help me with a few details of the internals of SOAP::Lite. Here is the situation. I have a SOAP::Lite server (server.pl) that is...
viperformance
Offline Send Email
Nov 16, 2007
11:47 pm
6053
Hi all I'm using the following: SOAP::Lite->uri($uri) -> proxy($svr) -> outputxml('TRUE') -> uri( 'http://gsk.com/cix/' ) -> autotype(0) -> call( $method =>...
leegee23
Offline Send Email
Nov 16, 2007
11:48 pm
6054
Hi Radek, If I enclose the complete content of the IDES packages within the BEGIN statement it works! File IDES.pm: ___________________________ BEGIN { package...
Ragnar Hakonarson
lormidorido
Offline Send Email
Nov 18, 2007
7:21 pm
Messages 6025 - 6054 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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