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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
... 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...
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@...
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...
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...
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),...
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@...
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...
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...
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:...
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...
... 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...
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...
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 ...
... 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...
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,...
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 ... ...
... 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...
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...