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 3554 - 3583 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3554
Hey. I'm having some problems using "service" as well as cookies. eg, I can do my requests like SOAP::Lite ->proxy ($url, cookie_jar => $cookie_jar); and that...
nib000
Offline Send Email
May 3, 2004
7:15 am
3555
You might be having an issue with NameSpaces, .NET is very picky about namespaces in XML documents, i have posted a good working example on a SOAP::Lite server...
Nayana Hettiarachchi
nayanah
Offline Send Email
May 3, 2004
3:29 pm
3556
Dear All, I am working with I830M4 chipset intel motherboard having x86 processor.and I am running WindowsCE .Net 4.2 here.The board is acting as my windows...
subrata kolay
subrata_79in
Offline Send Email
May 4, 2004
2:55 pm
3557
am trying to get my Apache server to dispatch SOAP requests per some examples on the SOAP::Lite docs with not much success. I am running on RH9 with Apache...
rcalosso
Offline Send Email
May 5, 2004
1:40 am
3558
Don't see anything wrong in your code. You get 405 in two cases: you send a POST request (as your client does) to a URL with a regular page; or you send a GET...
Paul Kulchenko
paulclinger
Offline Send Email
May 5, 2004
5:27 am
3559
In further reviewing my errorlogs I think I narrowsed it down to the patch I tried to apply to SOAP::Transport::HTTP to work in Apache 2. Can someone point me...
rcalosso
Offline Send Email
May 5, 2004
7:48 am
3560
Check out this post, it should have all the fixins you need: http://groups.yahoo.com/group/soaplite/message/3531...
perlmedian
Offline Send Email
May 6, 2004
7:08 pm
3561
I tried to apply this patch to my SOAP::Lite (60a) and am getting Can't locate object method "send_http_header" via package Apache:RequestRec" with the...
rcalosso
Offline Send Email
May 7, 2004
5:12 am
3562
Dear All, At the time of testing a simple soap message in my test kit(I830M4 chipset intel motherboard having x86 processor), response coming from server is...
subrata kolay
subrata_79in
Offline Send Email
May 7, 2004
3:44 pm
3563
... Check out this post, it should have all the fixins you need: http://groups.yahoo.com/group/soaplite/message/3531 ... You are a life-saver. I don't know how...
Christopher Parker
cparker15
Offline Send Email
May 7, 2004
4:11 pm
3564
Hullo :) Can someone offer assistance because my poor Perl skills are really showing through here? I have a tiny SOAP::Lite client calling a method on a...
gdhgdh
Offline Send Email
May 10, 2004
2:57 pm
3565
... Can someone offer assistance because my poor Perl skills are really showing through here? I have a tiny SOAP::Lite client calling a method on a SOAP::Lite...
Christopher Parker
cparker15
Offline Send Email
May 10, 2004
4:26 pm
3566
Hi, list! I dont think, I'm the first to stumble over that, but where the heck do I find the can() method. Lots of methods are generated on the fly, AFAICS ...
Klaus Guenter
klaus.guenter@...
Send Email
May 11, 2004
2:08 pm
3567
Hi, how about this? man UNIVERSAL man perlobj 'can' is a special method all objects in perl have, it's used to tell if that object has ('can' call) a...
Juan Jose Natera Abreu
naterajj
Offline Send Email
May 11, 2004
4:35 pm
3568
... can() is defined in the class UNIVERSAL, which all classes inherit from automatically. See perldoc perltoot. -- Eric Amick Columbia, MD...
eric-amick@...
eamick
Offline Send Email
May 11, 2004
4:38 pm
3569
Klaus, I may have misunderstood the question, but can() method has nothing to do with SOAP::Lite. can() method (can be called as $obj->can('method') or...
Paul Kulchenko
paulclinger
Offline Send Email
May 11, 2004
6:22 pm
3570
Dear All, I am stuck here..please reply... At the time of testing a simple soap message in my test kit(I830M4 chipset intel motherboard having x86 processor),...
subrata kolay
subrata_79in
Offline Send Email
May 12, 2004
4:23 am
3571
Hi, Paul && list, Thx for all you answers ... On Tuesday 11 May 2004 18:09, Paul Kulchenko wrote: --snip-- ... --/snip-- I misunderstood that as a kind of...
Klaus Guenter
klaus.guenter@...
Send Email
May 12, 2004
7:11 am
3572
Hello!! Do you remember?I´m Borja from Spain(I have your e-mail in hotmail messenger, my e-mail is borjariesgo@...) I see your name in a forum and i...
Borja Riesgo Juan
briesgoj
Offline Send Email
May 12, 2004
7:11 am
3573
Hi: We are relatively new to SOAP::Lite and have a Perl SOAP::Lite CGI server script that works fine on IIS 5 but generates the following error on IIS 6: "CGI...
pwf_cf
Offline Send Email
May 12, 2004
1:15 pm
3574
Just enter the exact error message into a google search and you will get a bunch of possibilities. I ran it and saw that people were suggesting things such as:...
Matt Long
perlmunger
Offline Send Email
May 12, 2004
4:14 pm
3575
You used the wrong discussion group for your post. This is a group to discuss SOAP::Lite and related Perl modules. We won't be able to help you with your JUDDI...
Paul Kulchenko
paulclinger
Offline Send Email
May 12, 2004
7:14 pm
3576
... I don't understand. Are you saying that your server is sending an HTTP header called 'Client-Junk', that contains the SOAP response? Regards Duncan...
duncan_cameron2002@...
duncan_camer...
Offline Send Email
May 12, 2004
8:39 pm
3577
Dear Matt / all: Did the google search before posting the original. Don't believe we are doing any of the things you mention, or that we saw elsewhere. Trivial...
Phil Franklin
pwf_cf
Offline Send Email
May 12, 2004
8:49 pm
3578
Dear Dancan, yes..you are right..below i have given that portion. Client-Junk: <?xml version="1.0" ... How it comes ? and how to rectify it? why my client ...
subrata kolay
subrata_79in
Offline Send Email
May 13, 2004
5:15 am
3579
... I have no knowledge of WinCE but from a brief look it appears that perl for WinCE does not include HTTP support. How have you provided that? Regards Duncan...
Duncan Cameron
duncan_camer...
Offline Send Email
May 13, 2004
12:04 pm
3580
Hej, I'm unsuccessfully trying to use SOAP::Transport::HTTP::Daemon with SSL support (read: HTTPs) on Debian "sid", i686, perl 5.8.3. As far as i can see,...
Daniel Tiefnig
dantie123
Offline Send Email
May 13, 2004
12:06 pm
3581
Dear All, Please see the Dancan reply ..Can anybody tell me why it is happen so....How to solve it..? please help me... Thanks & Regards Subrata kolay ... ...
subrata kolay
subrata_79in
Offline Send Email
May 13, 2004
1:12 pm
3582
... returns the first element of this ... parameters, minus the first ... <slaps forehead> Of course! Now it comes back to me :( I've been writing exclusively...
gdhgdh
Offline Send Email
May 13, 2004
1:19 pm
3583
Folks, I've got a pretty complex xsd/wsdl definition for my web service which is running SOAP::Transport::HTTP::Daemon. The input schema defines several layers...
teden
Offline Send Email
May 13, 2004
7:22 pm
Messages 3554 - 3583 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