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...
Show off your group to the world. Share a photo of your group with us.

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 6044 - 6073 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
6055
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...
Byrne Reese
byrnereese
Offline Send Email
Nov 20, 2007
1:47 am
6056
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...
just4phun11
Offline Send Email
Nov 20, 2007
1:47 am
6057
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...
Oeschey, Lars (I/EK-1...
lars.oeschey
Offline Send Email
Nov 20, 2007
2:15 am
6058
My personal experience with this is that it doesn't turn out to be a lot of volume, and so doesn't detract from the conversation. They approve them on the...
Mike South
msouth@...
Send Email
Nov 20, 2007
11:37 am
6059
... I found the reason. The stubmaker left out the uri, so it couldn't work. Everythings ok now so far. Lars...
Oeschey, Lars (I/EK-1...
lars.oeschey
Offline Send Email
Nov 20, 2007
4:14 pm
6060
I don't know how much my opinion is worth, given I am new to the list and I am the person who sent a job posting that wasn't approved, but I agree. :) I've...
rl_jcb
Online Now Send Email
Nov 20, 2007
5:42 pm
6061
Hey all, ReachLocal has an opening on our development team for a talented Perl Software Engineer. Optimally the developer would have experience working with...
rl_jcb
Online Now Send Email
Nov 20, 2007
5:42 pm
6062
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...
Gregor Goldbach
goldbach@...
Send Email
Nov 20, 2007
5:42 pm
6063
Hi Radek, I must have been somewhat tired when I wrote the email below; what it is is that I am not getting the envelope as the last parameter. The last...
Ragnar Hakonarson
lormidorido
Offline Send Email
Nov 20, 2007
5:54 pm
6064
... You can always construct a message with raw xml: $xml = "<foo><bar>abc</bar></foo>"; $soap_data_element = SOAP::Data->type('xml' => $xml); -- Radek...
rahed
raherh
Offline Send Email
Nov 20, 2007
8:46 pm
6065
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...
Oeschey, Lars (I/EK-1...
lars.oeschey
Offline Send Email
Nov 22, 2007
7:43 am
6066
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...
Sarah Carter
sarah1878carter
Offline Send Email
Nov 22, 2007
9:42 am
6067
... my fault, I solved it. The SOAP server checks the values, so the returned "1" was indeed correct, since my values were illegal ;) Lars...
Oeschey, Lars (I/EK-1...
lars.oeschey
Offline Send Email
Nov 22, 2007
6:25 pm
6068
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...
mark_elrod
Online Now Send Email
Nov 23, 2007
8:05 am
6069
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...
Ivor Durham
ivordurham
Offline Send Email
Nov 26, 2007
8:55 pm
6070
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...
mike@...
michaelptaylor
Offline Send Email
Dec 3, 2007
5:22 pm
6071
I believe that the latest version is 0.69 http://search.cpan.org/~byrne/SOAP-Lite-0.69/ Eddie _____ From: soaplite@yahoogroups.com...
Edward Kawas
kawas7
Offline Send Email
Dec 4, 2007
5:33 am
6072
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...
mike@...
michaelptaylor
Offline Send Email
Dec 5, 2007
4:58 pm
6073
Okay i'm trying to talk to this api that returns data structurs as results. Here's my code to talk to it. $result =...
Chuck
chuck_cochems
Online Now Send Email
Dec 8, 2007
8:20 pm
Messages 6044 - 6073 of 6387   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