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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4222 - 4251 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4222
Hello, I would like to write a little stand-alone soap server, which is very easy with SOAP::Transport::HTTP::Daemon, but, for security reasons, I would like...
laurentf_ml
Offline Send Email
Dec 1, 2004
9:52 am
4223
For my project, we've got a similar need, but it appears that because Perl lacks decent certificate management, ssl can't be used in daemon mode. We'd be...
Bryce Harrington
bryceharrington
Offline Send Email
Dec 1, 2004
11:55 pm
4224
Hi, New to SOAP::Lite...I have read the manpage and a few other links. I am interested in reaching a SOAP standalone server via SOAP::Lite on my client....
Medi Montaseri
montaseri2003
Offline Send Email
Dec 2, 2004
12:20 am
4225
Check this out... http://johnbokma.com/perl/https.html...
Bryce Harrington
bryceharrington
Offline Send Email
Dec 2, 2004
12:41 am
4226
This is a feature that exists in the next version of SOAP::Lite. The sources have been checked into CVS so you could technically check them out of soaplite's...
Byrne Reese
byrnereese
Offline Send Email
Dec 2, 2004
1:06 am
4227
... because ... daemon ... issue ... Hello Bryce, I'm happy to learn that I'm not alone :-) here are the results of my searchs done before posting here : ...
laurentf_ml
Offline Send Email
Dec 2, 2004
8:57 am
4228
I think it should be possible in theory to do a https server with certificates. I did some reading into it a few months back. I soon decided I would rather...
Hostile
hostile1976
Offline Send Email
Dec 2, 2004
12:05 pm
4229
We're using Apache::SOAP to serve up our SOAP services. Our methods all respond using Document/Literal and need to communicate with C#/.NET clients. Because...
Matt Hahnfeld
hahnfeld
Offline Send Email
Dec 2, 2004
4:35 pm
4230
... Yeah I had scanned through the entire archives of this list looking for an answer, and I was surprised to see the question asked a number of times...
Bryce Harrington
bryceharrington
Offline Send Email
Dec 2, 2004
9:23 pm
4231
Hi, I need some help on passing structures to the server using soap::Lite. ... #! /perl -w use Class::Struct; use SOAP::Lite +trace; my $ser = SOAP::Lite ...
ankurb1
Offline Send Email
Dec 2, 2004
9:50 pm
4232
Hello, I'm new to SOAP::WSDL and XML and see the following error: ********************************************************************** Error processing WSDL:...
cderykus
Offline Send Email
Dec 3, 2004
8:33 pm
4233
Hello, I am new to this group and I am hoping to learn a great deal since this is an area I am interested in exploring. I am doing research and intend...
Linda
dtopforme
Offline Send Email
Dec 3, 2004
9:15 pm
4234
Hi. Are you blonde? Mark ... __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com...
Mark Fuller
amigo_boy2000
Offline Send Email
Dec 3, 2004
9:52 pm
4235
Hi all, I am not 100% sure of the terminology but please bear with me. I am currently trying to write a SOAP client to access an existing SOAP server. The...
tyndyll
Offline Send Email
Dec 6, 2004
11:28 am
4236
Hi, I am getting the following error at my client when I try to use Apache::Registry mod_perl in my service: Unexpected Content-Type 'text/plain;...
grp_member
Offline Send Email
Dec 8, 2004
4:09 am
4237
Hi, I have explictly specified a namespace in the definitions/binding/operation/input/soap:body element. When calling the service via Python's SOAPpy or...
hlgr_d
Offline Send Email
Dec 9, 2004
10:49 am
4238
Hello. I just started to use SOAP::Lite and i tried to write my test example based on examples in distributive. ========= test.cgi ============= ...
Nick Potemkin
nick@...
Send Email
Dec 9, 2004
12:02 pm
4239
Try adding 'use My::Test;' in your test.cgi file HTH, Bryce...
Bryce Harrington
bryceharrington
Offline Send Email
Dec 9, 2004
8:59 pm
4240
In a server set up with SOAP::Lite, is there a simple way to dump the request message as text? (Please provide a relatively complete message, not just a...
rfbreedlov
Offline Send Email
Dec 9, 2004
11:54 pm
4241
I've used Data::Dumper for doing this on the client side. use Data::Dumper; use SOAP::Lite; #etc. etc. my $result = $soap->get_foo($bar); print...
Bryce Harrington
bryceharrington
Offline Send Email
Dec 10, 2004
12:10 am
4242
Dear all I have make to return message of soap lite as below by using push @result, SOAP::Data->type('string')->name("_4091")->value("A"); and I return...
yuet_mei2002
Offline Send Email
Dec 10, 2004
6:47 am
4243
... I found the following two websites helpful.. http://www.gettingit.com/article/317 http://www.blacktable.com/bacon030515.htm Note that Lye is dangerous and...
Aaron Trevena
ajt_stc
Offline Send Email
Dec 10, 2004
6:53 pm
4244
Thanks, but I don't have the control at this point in the server. ... the ... output. ... all ... the ... Thank ... ('/data/httpd/html/soap/modules', 'Demo',...
rfbreedlov
Offline Send Email
Dec 11, 2004
12:13 am
4245
I'm trying to send a string to a Flash client. Unfortunateely Flash seems limited in understanding SOAP messages and my counterpart has difficulties to detect...
Bernd Prager
bprager2000
Offline Send Email
Dec 13, 2004
1:35 am
4246
... Hi Bernd I am not sure that the length of a string causes it to be encoded as base64. More likely is that there are some non-ASCII characters in the value...
Duncan Cameron
duncan_camer...
Offline Send Email
Dec 13, 2004
12:28 pm
4247
Title : Developer / Sr. Developer / Team Lead / Project Lead Experience : 2 to 8 Years Location : Madurai ( For a MNC ) Skills : C++ with System Programming is...
IT Jobs
crvjobs
Offline Send Email
Dec 14, 2004
4:39 am
4248
I have went searched the mailer for the solution for this problem I have seen other people ask this question but have not seen the answer. The request I am...
Brian Sedgley
sedgeman69
Offline Send Email
Dec 14, 2004
3:03 pm
4249
Hi Group - boy am I glad I've found you guys! I'm interfacing to a third party web service using SOAP::Lite and have run into a problem with my method calls...
Roger
i2mc
Offline Send Email
Dec 14, 2004
3:36 pm
4250
Not currently. I am surprised that your SOAP client is complaining, as it is a perfectly legitimate attribute to have in a SOAP message. What client are you...
Byrne Reese
byrnereese
Offline Send Email
Dec 14, 2004
5:43 pm
4251
No it is complaining about the fact that the Message is being sent. I do not have control of the soap server and i think it is running sax2 . I would agree...
Brian Sedgley
sedgeman69
Offline Send Email
Dec 14, 2004
6:51 pm
Messages 4222 - 4251 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