Hi to all !! Im new in the list and new to soaplite. Im trying to expose a module as a web service and im having problems to make execute the code in the...
Hi All I am an absolute newbie to Perl and SOAPLite. We have a running Java Axis Web Service. Requirement has come up to script certain Perl clients to this...
Hi all, Heres my scenario Solaris server running a very basic SOAP::Transport::HTTP daemon basically serving up data based on 3 input params. I'm watching the...
I'm having a bit of trouble getting SSL to work properly using the SOAP::Lite Perl module. Here's the setup. A SAP business connector machine is making an...
Hi! I've seen some postings from you in a yahoo-group where you'are trying so solve the same problems wich are similar to mine. I'm writing a diploma-thesis...
hi, I am trying to access an item in a hash and I get the follwoing error: Bad index while coercing array into hash at Modulename.pm:35 when i run Data::Dumper...
Hello, all ... I'm experiencing weird things ... i've some simple DBI code that talks to a local PostgreSQL database via DBD::Pg that does a basic query and ...
Hi everybody, I figured out another problem concerning the SSL-Daemon mode. When I use the ForkOnAccept module from the examples directory, I get errors only....
I'm feeling very dim ( I would have felt much dimmer if it weren't for the help of the people who responded to my previous post - thanks): I'm consuming a...
I'm trying to consume a .net service, in the Komodo debugger I see the soap wrapper and xml I should be receiving so I'm sure the call is correctly formatted...
I have a webservice that is implemented in C# on IIS/XP I managed to make a SOAP::Lite client to talk to it, but now I wonder how I can make it nicer... $soap...
Hi I have made my mod_perl/SOAP to work. I have the following server code package Apache::Modules::QueryServer; use strict; sub new { my($self) = shift; my...
Hello, newbie here. I've been able to implement 2 out of 3 functions for a client using SOAP::Lite. In all cases $endpoint is a full URL pointing to a WSDL...
Hello, all ... I've built a couple of SOAP components that act as clients and servers for each other, using the HTTP::Daemon transport (specifically, a ...
Hi Bryce! Thank you very much, your Perl program is great, it will be very helpful. I have read in the documentation of the WSDL Editor I am using that it is...
Hello, all ... OK, i've managed to get SOAP::Lite installed on: 1. my 1.33GHz PowerBook, running Mac OSX 10.3.7 2. my old G4 Cube at home 3. one Cygwin (Win2K)...
Hi!!! I achieved to develop my web services successlly with SOAP::Lite. Now I want to search if it is possible to send files in a SOAP message as an ...
Someone please preserve my sanity! I'm attempting to consume a .net web service via a perl client using SOAP::LITE. Within the SOAP BODY I'm sending an element...
Has anyone created (or could someone provide) a sample PHP PEAR based client that is accessing a SOAP::Lite Perl based server... a sample PHP PEAR client for...
Need to work with the SOAP + WSDL + PERL webservices in UNIX. I need to get the proper installation guide with proper steps as well as some example. If anybody...
Hi all, I got this error in the execution of my Perl SOAP::Lite client. I don't know its meaning: Can't call method "namespace" on an undefined value at ...
I cant manage to pass a parameter to a C# web service served by mono xsp. The service has a method "Prim" that takes an integer as argument. I have tried with...
Hi All, I need your help. I have a problem. If I execute this code, it works, it returns the correct strings: #!/usr/bin/perl use strict; use SOAP::Lite; my...
I tried to use the latest beta together with mod_perl2 but no luck, I got the following for every access: [Thu Jan 13 14:29:21 2005] [error] [client...
Hello, all ... How do I tell if a SOAP call failed due to a timeout or some other reason i.e. server not running? Consider: while ( $listener->handle ) { my...
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...
Thanks Byrne, I took note about your advice. At first, I used the Perl module WSDL::Generator for generate the WSDL document but I didn't achieve to access to...