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 5323 - 5361 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5323
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...
Richard N. Fogle
rumblesnort70
Offline Send Email
Apr 3, 2006
2:38 am
5324
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...
fdpgp
Offline Send Email
Apr 4, 2006
1:45 pm
5325
See the on_action() method. http://www.majordojo.com/soaplite/docs/SOAP/Lite.html#OVERVIEW_OF_CLASSES_AND_PACKAGES E.g. $client = SOAP::Lite ...
Eric Bridger
ebridger2004
Offline Send Email
Apr 4, 2006
2:35 pm
5326
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. ... ...
fdpgp
Offline Send Email
Apr 4, 2006
3:13 pm
5327
O.K. Try: on_action( sub {return undef;}) This worked for me. Eric...
Eric Bridger
ebridger2004
Offline Send Email
Apr 4, 2006
3:28 pm
5328
Bingo! That worked here too. Thank you. ... 1.1 ... xsi="http:/ ... schemas. ... the...
fdpgp
Offline Send Email
Apr 4, 2006
4:31 pm
5329
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...
aisipos
Offline Send Email
Apr 5, 2006
6:12 pm
5331
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...
david_ster
Offline Send Email
Apr 6, 2006
7:37 am
5332
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...
yetinother
Offline Send Email
Apr 6, 2006
12:18 pm
5333
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(...
Eric Bridger
ebridger2004
Offline Send Email
Apr 6, 2006
12:52 pm
5334
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...
John Brahy
brahy
Offline Send Email
Apr 6, 2006
9:07 pm
5336
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...
david_ster
Offline Send Email
Apr 9, 2006
9:58 am
5337
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...
khuram shahzad
bcss03a106
Offline Send Email
Apr 10, 2006
7:36 am
5339
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...
poulkornmod
Offline Send Email
Apr 10, 2006
6:21 pm
5340
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...
dcsjrice
Offline Send Email
Apr 10, 2006
6:40 pm
5341
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...
Kate Yoak
pandayoak
Offline Send Email
Apr 11, 2006
6:07 am
5342
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...
pfconrey
Offline Send Email
Apr 11, 2006
2:02 pm
5343
I would not worry about using a type of IntegerArray. Just use the name of 'IntegerArray' which in the xml below is simply an array of int. ...
Eric Bridger
ebridger2004
Offline Send Email
Apr 11, 2006
2:53 pm
5344
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...
harlanadams
Offline Send Email
Apr 11, 2006
4:59 pm
5345
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...
Ted Zeng
tzeng88
Offline Send Email
Apr 12, 2006
6:48 am
5346
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...
Aaron Couts
kooganani
Offline Send Email
Apr 12, 2006
4:01 pm
5347
-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...
Ted Zeng
tzeng88
Offline Send Email
Apr 12, 2006
6:14 pm
5348
I found the answer to my question. There is a ³groups² command. I changed the User and Group on apache and everything works so far. Thanks!!! I used to do...
Ted Zeng
tzeng88
Offline Send Email
Apr 12, 2006
6:23 pm
5349
Hi Is there any way I can view the raw XML of a client request before it sent? (I'm on the client side and need it for debugging) Is there also a way to view...
karjala
Offline Send Email
Apr 13, 2006
1:14 am
5350
I just found this: $client->transport->http_request->as_string $client->transport->http_response->as_string in ...
karjala
Offline Send Email
Apr 13, 2006
3:00 am
5351
Has anyone managed to do a simple authenticated request on Amazon S3 web service with SOAP::Lite? I've had no luck, I keep getting "The provided security...
karjala
Offline Send Email
Apr 13, 2006
3:04 am
5352
Yes. Well you cannot do this before it is sent but ... print $client->transport->http_request->content() . "\n"; print...
Eric Bridger
ebridger2004
Offline Send Email
Apr 13, 2006
3:06 am
5359
Does anyone have any experience getting SOAP::Lite (in specific, SOAP::Transport::HTTP::Apache and Apache::SOAP) working under Apache 2.x? I would assume...
Jay A. Kreibich
jaykreibich
Offline Send Email
Apr 14, 2006
3:42 pm
5360
I was wondering if anyone had experience accessing a WSDL on a Microsoft IIS server(for example, I am accessing one on a Microsoft Project server). I can't...
ashgromnies
Offline Send Email
Apr 14, 2006
6:33 pm
5361
Does anyone know how I can get this annoying message to not display whenever I run my SOAP::Lite script? (without editing the SOAP::Lite source code) ...
karjala
Offline Send Email
Apr 14, 2006
9:56 pm
Messages 5323 - 5361 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