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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 5034 - 5063 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5034
Hi All , I have to create a perl client that consume .net webservice.I dont have so much idea of perl ,I start from sample webservice.. I downloaded...
sudhakar_jpr
Offline Send Email
Dec 2, 2005
1:48 pm
5035
Matching MySQL data encoding with SOAP data encoding? If I add authentication data to a MySQL database directly on the server side and then attempt to compare...
Gareth
gsowww
Offline Send Email
Dec 2, 2005
6:08 pm
5036
Hi All, I try to call perl module in @INC from mod_soap perl module (on Apache) but it looks like I'm not able to call outside perl modules (which is Net::DNS...
Young-Jun Oh
nicejuny
Offline Send Email
Dec 2, 2005
6:22 pm
5037
... Looking For Better Jobs/Employee?? ************************* -Apply Online/Call 4 Interview FREE And Win Monthly Gift -Browse Interveiw Calls Free ...
LoveLeen
meet2pkw
Offline Send Email
Dec 4, 2005
2:01 pm
5038
I just installed soap::lite for apache v.0.60. I created a simple hello world script in C# that I need to connect to using perl: ...
jedijay007
Offline Send Email
Dec 8, 2005
12:30 am
5039
Any help? ... Hi, How to send multiple request to the SOAP server from the same client. I tried to invoking two methods using threads.. Here is the sample code...
naga_cit
Offline Send Email
Dec 8, 2005
3:05 am
5040
I am trying to communicate with a .NET web service using soap::lite for apache v0.60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $soap =...
jedijay007
Offline Send Email
Dec 8, 2005
8:40 pm
5041
Hello, I have spent alot of time and effort reading documentation, looking at source code, googling and scanning the list archives but have not been able to...
ssscottmo
Offline Send Email
Dec 8, 2005
11:34 pm
5042
... See the section ACCESSING HEADERS AND ENVELOPE ON SERVER SIDE in the docs for how to get hold of the SOAP envelope. You can then use the SOAP::SOM methods...
Duncan Cameron
duncan_camer...
Offline Send Email
Dec 9, 2005
5:27 pm
5043
... Duncan, Thanks for the reference. In the section you referred me to I discovered that I can get direct access to the envelope by inheriting from ...
Scott Jackson
ssscottmo
Offline Send Email
Dec 9, 2005
9:14 pm
5044
Hi Im trying to upload a file to a XMLRPC::Lite using base64. Im uploading the file from .NET and have got the file as an array of bytes, this is serialised...
parcelstring
Offline Send Email
Dec 10, 2005
12:29 am
5045
HI all, I m new to perl..can any body help me regarding stubmaker.pl, I want to know how i use this stubmaker.pl.. can this is right approch that making a...
sudhakar_jpr
Offline Send Email
Dec 12, 2005
12:00 pm
5046
Hello :-) , I'm using SOAP::Lite/Perl/0.65_6, and have a problem with cookies. I want to first call a login service which returns a key, and then call a...
CristiAn Fuenzalida
cfuenzal_perl
Offline Send Email
Dec 12, 2005
4:16 pm
5047
Hi ... How to enable multiple request handling in the SOAP::HTTP::Daemon. I have seen some of the modules in the CPAN, SOAP::HTTP::Daemon::ForkAfterProcessing,...
Nagarajan M
naga_cit
Offline Send Email
Dec 13, 2005
3:03 am
5048
Hi, I'm trying to write a SOAP:lite client for an Axis service which needs authenticating with a UsernameToken containing a username, password digest, nonce...
Richard Gregory
richard_n_gr...
Offline Send Email
Dec 13, 2005
5:08 pm
5049
... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/soapscenarios.asp seems to have some examples that may be of use. -- Our...
Peter Sinnott
psinno
Offline Send Email
Dec 13, 2005
5:27 pm
5050
Thanks for the link, Peter. I've pretty much got it solved, I think, but I just have one small problem, that is I can't figure out how to add the "wsse" prefix...
Richard Gregory
richard_n_gr...
Offline Send Email
Dec 14, 2005
3:29 pm
5051
Thanks for the link, Peter. I've pretty much got it solved, I think, but I just have one small problem, that is I can't figure out how to add the "wsse" prefix...
Richard Gregory
richard_n_gr...
Offline Send Email
Dec 14, 2005
3:29 pm
5052
I am trying to implement a simple SOAP client/server and stumble on parameter passing - in my case how do I read an array. I am using Apache2::Soap via...
Andreas
andreasschif...
Offline Send Email
Dec 14, 2005
9:53 pm
5053
Hi, I have modified SOAP::Transport::HTTP::Daemon to be used with SSL as directed in previous group mails. I have added new patch to HTTP.pm so that it can...
vipin gupta
vipgup
Offline Send Email
Dec 16, 2005
8:05 am
5054
Hello, Recently we move our project from RedHat 9.0 to Fedora Core 4. I installed the newest SOAP-Lite tarball SOAP-Lite-0.65_6.tar.gz and found that ...
jing han
jing_han_66
Offline Send Email
Dec 16, 2005
7:16 pm
5055
Hello, I meet a problem with SOAP::Transport::HTTP and Apache2 in Fedora Core 4 environment. I installed httpd-2.0.54-10.i386.rpm and ...
jing han
jing_han_66
Offline Send Email
Dec 19, 2005
4:02 pm
5056
I've written a simple/test SOAP server which looks like this: package wrapper; use strict; use SOAP::Lite; use core; sub test { shift @_; return...
Charlie Hills
mug1134
Offline Send Email
Dec 19, 2005
8:20 pm
5057
This call... $client->call('check_login' => SOAP::Data->name('auth' => \SOAP::Data->name('email',=>'testemail'), \SOAP::Data->name('pword',=>'testpassword') ) ...
Jesse Brown
jbpostini
Offline Send Email
Dec 20, 2005
7:17 pm
5058
Jesse, I may be naive here, but at first glance it looks unusual for you to have both a comma "," and a pair operator "=>" in a hash element such as: ...
Scott Jackson
ssscottmo
Offline Send Email
Dec 20, 2005
7:37 pm
5059
It looks weird (was a typo), but removing it makes zero difference. (I tried!) The data generated is identical. ... This message may contain confidential...
Jesse Brown
jbpostini
Offline Send Email
Dec 20, 2005
7:54 pm
5060
I am using soap::lite to call .NET methods, all of a sudden .NET will not pickup any of the variables I pass to it. If I call a method with no variables it...
jedijay007
Offline Send Email
Dec 20, 2005
9:56 pm
5061
Hi all, I have written a SOAP server using SOAP::Lite. It has a wsdl file at http://dpg.dialogue.net/WAP_Soap.wsdl I have tested the service with both perl and...
robin_keech1
Offline Send Email
Dec 21, 2005
12:46 pm
5062
Thanks for your reply Brad, I have used the SOAP data object to override the prefix and now get a soap response of: <SOAP-ENV:Body> ...
Robin Keech
robin_keech1
Offline Send Email
Dec 21, 2005
3:02 pm
5063
I am a newbie to SOAPLite. Below is my code and I am getting "Can't call method "value" on an undefined value at (eval 10) line 38.". Please help. ... use...
smurthy1857
Offline Send Email
Dec 21, 2005
10:36 pm
Messages 5034 - 5063 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