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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5313 - 5347 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5313 Steve Pitchford
lilst3v3y Send Email
Mar 30, 2006
10:47 am
Hi, I'm having some difficulty using soap::lite as a server for document-literal messaging using an axis java client. My question is - is there a simple way to...
5314 John Brahy
brahy Send Email
Mar 30, 2006
4:45 pm
I do not get any header information when I run this, could anyone verify that it works on other operating systems? use SOAP::Lite +trace => [qw/ debug method...
5315 paulb
pbizannes Send Email
Mar 31, 2006
5:39 am
Richard, I only just saw your email. I noticed the Perl program method and arguments were different from the Java program. The Java program should have...
5316 andre_debruin Send Email Mar 31, 2006
6:24 am
Newbie question, sorry about that. I am trying to make a perl client connect to the "example5"; service as distributed with Apache axis. My naive implementation...
5317 Eric Bridger
ebridger2004 Send Email
Mar 31, 2006
2:06 pm
After a couple of months I still consider myself a newbie and I'm not running Apache Axis, so take my advice with a grain of salt. If you take the wsdl...
5318 yf72 Send Email Mar 31, 2006
6:23 pm
either $client->call($method => @params) or $client->method(@params) will produce NESTED xml like: <method customizedAttrs> <multiRef>..</muliRef&gt; ...
5319 andre_debruin Send Email Mar 31, 2006
7:25 pm
Thank you so much for the reply, that was most excellent, man I wish I could E-mail you a beer ! (hm, well there is an idea). I have copied the working code...
5320 Jeff Lavallee
theonlyduckyd Send Email
Mar 31, 2006
7:50 pm
John - As I suggested in a private email, the problem is likely due to the version of SOAP::Lite you're using. default_ns is not a valid method in versions...
5323 Richard N. Fogle
rumblesnort70 Send Email
Apr 3, 2006
2:38 am
Thank you very much! Just as I was debugging my first WSDL. That worked perfectly, I can return to the back-end programming now! It's amusing sometimes, we...
5324 fdpgp Send Email Apr 4, 2006
1:45 pm
I am using SOAP::Lite 0.67 for the first time (as well as Perl). I am trying to call a web service which doesn't like SOAPAction header, but works ok without...
5325 Eric Bridger
ebridger2004 Send Email
Apr 4, 2006
2:35 pm
See the on_action() method. http://www.majordojo.com/soaplite/docs/SOAP/Lite.html#OVERVIEW_OF_CLASSES_AND_PACKAGES E.g. $client = SOAP::Lite ...
5326 fdpgp Send Email Apr 4, 2006
3:13 pm
Thanks for your response. It was the first thing I tried, but the result is an empty value for the SOAPAction header which still appears in the request. ... ...
5327 Eric Bridger
ebridger2004 Send Email
Apr 4, 2006
3:28 pm
O.K. Try: on_action( sub {return undef;}) This worked for me. Eric...
5328 fdpgp Send Email Apr 4, 2006
4:31 pm
Bingo! That worked here too. Thank you. ... 1.1 ... xsi="http:/ ... schemas. ... the...
5329 aisipos Send Email Apr 5, 2006
6:12 pm
I'm trying to use SOAP::Lite to write a client to a .NET Web Service in document/literal style. I've got everything working except for methods that take no...
5331 david_ster Send Email Apr 6, 2006
7:37 am
Hi all! I would like to build a gsoap client communicating with a SOAP::Lite server. I managed to pass the parameter from the client to the server, but I'm not...
5332 yetinother Send Email Apr 6, 2006
12:18 pm
I am writing a SOAP client, and I've been having difficulties using SOAP::Lite to work properly with the supplied service. I have a sample SOAP request, which...
5333 Eric Bridger
ebridger2004 Send Email
Apr 6, 2006
12:52 pm
See below. ... I'm not sure why you are using two arrays: @searchterms and @item. my $searchterms = S::D->name(searchTerms => \S::D->name(item => \S::D->value(...
5334 John Brahy
brahy Send Email
Apr 6, 2006
9:07 pm
I agree with you that the os version is the last thing that should matter but the reason that I included it with my post is because my version of SOAP::Lite is...
5336 david_ster Send Email Apr 9, 2006
9:58 am
I have a gsoap client and a perl server. I would like to have more than one parameter in output with the soap message. I used a complex type in the header...
5337 khuram shahzad
bcss03a106 Send Email
Apr 10, 2006
7:36 am
Women pilots for PAF fighters RISALPUR, March 30: Pakistan Air Force on Thursday welcomed the first four women pilots into its cadre with ceremonial pomp and...
5339 poulkornmod Send Email Apr 10, 2006
6:21 pm
Dear all, I'm using a soap client against a simple soap server setup. My main issue is that I'm not able to change the clients namespace. The client namespace...
5340 dcsjrice Send Email Apr 10, 2006
6:40 pm
Does anyone have experience with using a Hummingbird proxy client with SOAP::Lite? The case I am dealing with is using Hummingbird proxy client with active...
5341 Kate Yoak
pandayoak Send Email
Apr 11, 2006
6:07 am
I apologize for the newbie question. This is my first attempt at implementing a soap client. After looking through much here and elsewhere, I am still stuck...
5342 pfconrey Send Email Apr 11, 2006
2:02 pm
I've just completed an article on building interoperable web services in SOAP::Lite. Hopefully, this will answer many of the questions presented here on this...
5343 Eric Bridger
ebridger2004 Send Email
Apr 11, 2006
2:53 pm
I would not worry about using a type of IntegerArray. Just use the name of 'IntegerArray&#39; which in the xml below is simply an array of int. ...
5344 harlanadams Send Email Apr 11, 2006
4:59 pm
I am a newbie to Perl and to Soap Lite. I am trying to create a Soap server to test the CPE WAN Management Protocol (CWMP) for DSL modems/routers. I have the...
5345 Ted Zeng
tzeng88 Send Email
Apr 12, 2006
6:48 am
Hi, I have a web service using SOAP::Lite on a Mac OS X machine. When the SOAP server receives a call, it should delete some files and Do an application...
5346 Aaron Couts
kooganani Send Email
Apr 12, 2006
4:01 pm
Ted, This is most likely a permissions issue. Apache generally runs as the apache user, and it doesn't have write access to most of the files on the...
5347 Ted Zeng
tzeng88 Send Email
Apr 12, 2006
6:14 pm
-rw-r--r-- 1 www zeng 1699 Apr 11 23:37 psut.log The user is Œwww¹. You are right. I just changed the directory and could remove the file. Now, to make...
Messages 5313 - 5347 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