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...
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...
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....
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...
... 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 : ...
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...
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...
... 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...
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 ...
Hello, I'm new to SOAP::WSDL and XML and see the following error: ********************************************************************** Error processing WSDL:...
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...
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...
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...
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...
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...
... 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...
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',...
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...
... 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...
Title : Developer / Sr. Developer / Team Lead / Project Lead Experience : 2 to 8 Years Location : Madurai ( For a MNC ) Skills : C++ with System Programming is...
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...
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...
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...
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...