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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I am trying to make a SOAP::Lite client that accesses a service described by WSDL. Here is the simplest possible version: #!/usr/bin/perl -w use strict; use...
1 Dec 5, 2007
4:58 pm

mike@...
michaelptaylor
Send Email

Hi. First-time SOAP::Lite user here. So I have to make a Perl program that acts as a SOAP client; and as far as I can see, the only realistic option for doing...
2 Dec 4, 2007
5:33 am

Edward Kawas
kawas7
Send Email

I have a simple service for uploading a file to a server with authentication. If the authentication fails, I generate a fault. If I invoke the operation using...
1 Nov 26, 2007
8:55 pm

Ivor Durham
ivordurham
Send Email

Hello - I have a client sending data to a server and the XML is blowing up during parsing. I need to view the envelope before SOAP::Lite parses it. I tried...
1 Nov 23, 2007
8:05 am

mark_elrod
Send Email

Hi, I test a little script currently that talks to a SOAP server (Deplhi I think). I have used stubgenerator to get a perl module. Although the server should...
2 Nov 22, 2007
6:25 pm

Oeschey, Lars (I/EK-1...
lars.oeschey
Send Email

Hello guys, I'm just starting out with visual studio 2005 and I'm trying to use c++ to send messages to a Perl based web service at my ISP internet website. I...
1 Nov 22, 2007
9:42 am

Sarah Carter
sarah1878carter
Send Email

Hi all I'm using the following: SOAP::Lite->uri($uri) -> proxy($svr) -> outputxml(&#39;TRUE&#39;) -> uri( 'http://gsk.com/cix/' ) -> autotype(0) -> call( $method =>...
2 Nov 20, 2007
8:46 pm

rahed
raherh
Send Email

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...
6 Nov 20, 2007
5:54 pm

Ragnar Hakonarson
lormidorido
Send Email

Hi list, I'm having problems with serializing complex data types. SOAP::Lite seems to be able to serialize a rather small set of standard types, even such...
1 Nov 20, 2007
5:42 pm

Gregor Goldbach
goldbach@...
Send Email

Hey all, ReachLocal has an opening on our development team for a talented Perl Software Engineer. Optimally the developer would have experience working with...
1 Nov 20, 2007
5:42 pm

rl_jcb
Send Email

Question for the community - as the mailing list moderator I am curious if the community wants me to approve SOAP::Lite job postings to this mailing list. I...
3 Nov 20, 2007
5:42 pm

rl_jcb
Send Email

Hi, I'm very new to SOAP in general, and I need to work with a SOAP interface of another application. I tried to generate a stub file and use it, but get an...
2 Nov 20, 2007
4:14 pm

Oeschey, Lars (I/EK-1...
lars.oeschey
Send Email

Hi All, I am trying to connect to a .Net SOAP Service using Perl SOAP::Lite. I have been able to retrieve a correct result from a method that does not require...
1 Nov 20, 2007
1:47 am

just4phun11
Send Email

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...
1 Nov 16, 2007
11:47 pm

viperformance
Send Email

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 ...
1 Nov 8, 2007
8:10 am

parimal_b2000
Send Email

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...
3 Nov 2, 2007
10:34 am

Dave Howorth
dhoworth@...
Send Email

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...
1 Nov 1, 2007
4:14 pm

t_elia
Send Email

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...
3 Oct 31, 2007
4:24 pm

Nicholas Tang
ntang_work
Send Email

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...
1 Oct 26, 2007
1:06 am

Jimmy Zhang
jzhang_ximpl...
Send Email

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...
1 Oct 24, 2007
5:59 pm

sarah1878carter
Send Email

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...
1 Oct 19, 2007
11:47 pm

khurrumi2002
Send Email

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/" ...
5 Oct 18, 2007
1:01 am

Paul Gallagher
paulpg_sg
Send Email

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...
4 Oct 15, 2007
10:18 pm

Graham Irvine
graham23sk
Send Email

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...
1 Oct 2, 2007
10:10 am

Michael Ablassmeier
blssmr
Send Email

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...
1 Oct 2, 2007
5:59 am

Chintana Wilamuna
cwilamuna
Send Email

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...
1 Oct 1, 2007
9:53 pm

axis_2_user
Send Email

I have a very simple test web service. I can call it successfully without using the WSDL. When I try to use the WSDL it throws an error. I'm guessing there is...
2 Sep 23, 2007
2:54 pm

Paul Gallagher
paulpg_sg
Send Email

Just starting out with SOAP::Lite, and I have a few basic questions. I'm using SOAP::Transport::HTTP with Apache/2.2.3 mod_perl/2.0.2 and I have a few classes...
2 Sep 20, 2007
8:14 pm

rahed
raherh
Send Email

I'm having a few problems getting to grips with some software I've inherited that uses SOAP::Lite. A line reads $_ = SOAP::Data->name('smiles' => $val ); and...
2 Sep 19, 2007
10:29 pm

Eric Bridger
ebridger2004
Send Email

I posted a problem earlier which turns out to boil down to complex types. The code below works but outputs an element named 'c-gensym4&#39; and I can't find a way...
1 Sep 19, 2007
7:47 pm

leegee23
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