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

... die() with a SOAP::Fault object, and pass your object as the faultdetail. see http://cookbook.soaplite.com/#soap faults Regards Duncan...
1 Aug 18, 2003
7:59 pm

Duncan Cameron
duncan_camer...
Send Email

I'm returning a simple string when an error occurs in my server, but I want to return an object with Error message and parameters indicating which parameters...
1 Aug 18, 2003
3:55 pm

joycecho1121
Send Email

My trouble is this: my $encoded_order = SOAP::Data->name('orderLine&#39;)->type('SOAPStruct&#39;)->attr({'xmlns:t&#39; => 'http:/xxx.xxx.xxx&#39;})->value(\@order_array); each...
1 Aug 16, 2003
3:32 am

netaust1n
Send Email

What would be a good way to insert an snippet of existing XML (generated by a non-perl application from a database) into a SOAP created XML?...
2 Aug 16, 2003
12:18 am

Byrne Reese
byrnereese
Send Email

I am trying to parse the soap response that I received and having trouble doing that. I am trying to extract the "code" from the response below. $code =...
2 Aug 15, 2003
7:54 pm

Duncan Cameron
duncan_camer...
Send Email

I wrote a simple soap client in python using SoapPY.py, and I attempt to contact a daemon listening on port 81, and written in Perl using Soap::Lite. The...
1 Aug 15, 2003
7:47 pm

irixphule
Send Email

Hi all,... ...just a short question: Writing a client using SOAP::Lite, I am able to access a server SOAP answer using something like my $soapsrv=SOAP::Lite ...
3 Aug 15, 2003
7:08 am

Kristian Rink
afterimage@...
Send Email

... Just use the following stanza at the begin of your program. use SOAP::Lite; BEGIN { package SOAP::Serializer; sub gen_ns { '' } } This means patching...
1 Aug 14, 2003
7:30 am

Manessinger Andreas
andreas_mane...
Send Email

Hi, Has anyone had any problesm with SOAP::lite transport being excessively slow for large files (>~2M)? I have programmed both a server and a client...
1 Aug 13, 2003
10:57 pm

Eric Just
lonesome_sha...
Send Email

This is what I'm seeing in the soap body and I'm not sure how to turn that off <SOAP-ENV:Body> <namesp2:request...
1 Aug 13, 2003
10:32 pm

bridg_addikt
Send Email
1 Aug 13, 2003
10:26 pm

bridg_addikt
Send Email

Hello, perhaps I'm simply not configuring things properly, but I'm having a hard time using the OO aspect of SOAP::Lite. I'm setting up a mod_perl server, I've...
2 Aug 13, 2003
6:26 pm

Mental Patient
mental@...
Send Email

I'm using a Perl SOAP-Server in conjunction with a Macromedia-Flash SOAP Client. When I switch my environment to mod_perl everything works fine, but when I...
1 Aug 13, 2003
5:14 pm

john42_de
Send Email

Hello I'm just working to add a SOAP server on an existing perl software. That software already have a FastCGI web interface, and that's why I would like to...
1 Aug 13, 2003
2:22 pm

Ortner
ptirup
Send Email

This was posted before and the previous answers did not help. Here is what I am trying to do The webservices are hosted on a weblogic server My perl client...
2 Aug 13, 2003
1:06 pm

eric-amick@...
eamick
Send Email

In UDDI::Lite I am trying to create a simple business entity structre with two bindingTemplate within bindingTemplates structure. Is there a...
1 Aug 12, 2003
10:45 pm

Richard Wainwright
rwainwright33
Send Email

Hi, is there a way to get debugging (like +trace) information on the server side together with SOAP::Transport::HTTP::Daemon? with kind regards, Mit...
1 Aug 12, 2003
10:16 pm

Roland Moriz
roland@...
Send Email

Hi. I am using an inherited class in SOAP::Lite, but having trouble loading the super class. use SOAP::Lite dispatch_to=>'Blah', uri=>$uri, proxy=>$proxy; ...
1 Aug 12, 2003
10:12 pm

joycecho1121
Send Email

All, I fear that this may be a very dumb/obvious problem, but I'm stuck and hope that someone will give me a hand. Here is some background on what I am...
1 Aug 12, 2003
7:05 pm

cmatthewblack
Send Email

Hello Guys, I'm new to soaplite and I'm havin some interoperabities issues. I did a SOAP::Lite server that is working pretty weel with soaplite clients and...
1 Aug 11, 2003
4:08 pm

renato_luiz_araujo
renato_luiz_...
Send Email

for example, the GetTopMovers() function in http://www.xignite.com/xquotes.asmx?WSDL returns an array of complex types. I can't figure out how to decode this....
1 Aug 11, 2003
10:31 am

Orlando Andico
orly_andico
Send Email

Okay. I posted previously with no avail. But after a few days of research I finally have some decent progress. Here is my last problem to my project, and it's...
5 Aug 9, 2003
12:24 am

Byrne Reese
byrnereese
Send Email

Hello all,... ...first of all, being new to here: Hello. I'm Kris. :) Being using perl for quite a lot of years now, I some days ago stepped into SOAP::Lite...
2 Aug 8, 2003
11:20 am

Kristian Rink
afterimage@...
Send Email

Bismillah Rahman Raheem (In the name of Allah, The Merciful, The Gracious) [Home Page] The media classifies Muslims as "terrorists," "highjackers&quot; and...
1 Aug 7, 2003
7:48 am

Gary Miller
miller_2022
Send Email

I'm trying to call a method example: FOO::Name->find() In my server, I call FOO but in my client I can't access any of the methods in FOO::Name. use SOAP::Lite...
2 Aug 7, 2003
5:35 am

Randy J. Ray
rjray_perl
Send Email

Hi, I think I've found a bug in SOAP::Lite that prevents it from working under mod_perl. For this configuration, my mod_perl and apache version is 1.3.27 --...
2 Aug 6, 2003
8:06 pm

Jeremy Scott
supertux1
Send Email

Hi all, I'm using a soap::lite for a simple service returning a single integer parameter. I'm trying to connect to it using Apache Soap. When I look a the...
1 Aug 5, 2003
2:10 pm

BlastingBubbles
Send Email

I am would like to retrieve the names of the methods described in a wdsl document so that I can pipe them to a easysoap++ program that will call them. I can...
2 Aug 4, 2003
10:23 pm

Bruno Mattarollo
brunomattarollo
Send Email

For several days now I'v been trying to make this work, still nothing. I tryed any combination I could think of, of the 3 components that seems to have impact...
2 Aug 2, 2003
12:56 am

Duncan Cameron
duncan_camer...
Send Email

Hello, I have read whatever I could find about this problem. I tried all the suggestions and guidelines. Nothing helps. Below you can find a sample code that...
1 Jul 31, 2003
1:26 pm

pinchuk
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