... I take it that bt xpath you mean the S::L method of specifying an xpath using match(), dataof() etc. To get the value of an attribute you need to use the...
4222
laurentf_ml
Dec 1, 2004 9:52 am
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...
4223
Bryce Harrington
bryceharrington
Dec 1, 2004 11:55 pm
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...
4224
Medi Montaseri
montaseri2003
Dec 2, 2004 12:20 am
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....
4225
Bryce Harrington
bryceharrington
Dec 2, 2004 12:41 am
Check this out... http://johnbokma.com/perl/https.html...
4226
Byrne Reese
byrnereese
Dec 2, 2004 1:06 am
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...
4227
laurentf_ml
Dec 2, 2004 8:57 am
... 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 : ...
4228
Hostile
hostile1976
Dec 2, 2004 12:05 pm
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...
4229
Matt Hahnfeld
hahnfeld
Dec 2, 2004 4:35 pm
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...
4230
Bryce Harrington
bryceharrington
Dec 2, 2004 9:23 pm
... 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...
4231
ankurb1
Dec 2, 2004 9:50 pm
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 ...
4232
cderykus
Dec 3, 2004 8:33 pm
Hello, I'm new to SOAP::WSDL and XML and see the following error: ********************************************************************** Error processing WSDL:...
4233
Linda
dtopforme
Dec 3, 2004 9:15 pm
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...
4234
Mark Fuller
amigo_boy2000
Dec 3, 2004 9:52 pm
Hi. Are you blonde? Mark ... __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com...
4235
tyndyll
Dec 6, 2004 11:28 am
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...
4236
grp_member
Dec 8, 2004 4:09 am
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;...
4237
hlgr_d
Dec 9, 2004 10:49 am
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...
4238
Nick Potemkin
nick@...
Dec 9, 2004 12:02 pm
Hello. I just started to use SOAP::Lite and i tried to write my test example based on examples in distributive. ========= test.cgi ============= ...
4239
Bryce Harrington
bryceharrington
Dec 9, 2004 8:59 pm
Try adding 'use My::Test;' in your test.cgi file HTH, Bryce...
4240
rfbreedlov
Dec 9, 2004 11:54 pm
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...
4241
Bryce Harrington
bryceharrington
Dec 10, 2004 12:10 am
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...
4242
yuet_mei2002
Dec 10, 2004 6:47 am
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...
4243
Aaron Trevena
ajt_stc
Dec 10, 2004 6:53 pm
... 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...
4244
rfbreedlov
Dec 11, 2004 12:13 am
Thanks, but I don't have the control at this point in the server. ... the ... output. ... all ... the ... Thank ... ('/data/httpd/html/soap/modules39;, 'Demo',...
4245
Bernd Prager
bprager2000
Dec 13, 2004 1:35 am
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...
4246
Duncan Cameron
duncan_camer...
Dec 13, 2004 12:28 pm
... 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...
4247
IT Jobs
crvjobs
Dec 14, 2004 4:39 am
Title : Developer / Sr. Developer / Team Lead / Project Lead Experience : 2 to 8 Years Location : Madurai ( For a MNC ) Skills : C++ with System Programming is...
4248
Brian Sedgley
sedgeman69
Dec 14, 2004 3:03 pm
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...
4249
Roger
i2mc
Dec 14, 2004 3:36 pm
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...
4250
Byrne Reese
byrnereese
Dec 14, 2004 5:43 pm
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...