Hi all, I'm looking for a way to access the header information on server side before actualy executing the request. My header includes session information that...
I have bad credit, I am self employed and I was able to re-finance at a really low rate. I am saving hundreds a month Just fill out this simple FREE form ...
Dear all, I want to use Digest authentication method accessing the server class. The solutions I found mentioned together with Basic authentication (overriding...
Hi, Can anyone help me with this problem? I have a java web service written using JAX-RPC. I have a test function which accepts a file and return the same...
Hello - I'm working with an (apparently rather ancient) IBM redback server and a SOAP::Lite client. The server consistantly responds with "SOAP Version...
I tried to use SOAPLite 0.55 and 0.60, but both were failed with the use of mod_soap. My OS is NetBSD-current. My apache server is 2.0.52. mod_perl is 1.99.16....
Hi all, I am calling a J2ee web service with SOAP::LIte. If I call the webservice with incorrect datatypes I get no debug info. Is there a tool that I can get...
Hi all, I have a J2EE webservice that takes a String[] as a parameter. I wish to use SOAP::Lite to pass an array, e.g. @MYARRAY. Currently I send strings in...
So I have a complex type thus my $params = SOAP::Data->type('SysHashMap39;)->name("arg0" => \SOAP::Data->value( @keys, @values)); @keys are strings and values...
I am writing a SOAP::Lite CGI server that is intended to receive lots of xml data from a client in the form of an XML document that has been imbedded in a SOAP...
Please do not change the subject line and reply to terrafirmapune @yahoo.com Greetings! We need Perl, J2EE and oracle PL/SQL Programmers for our client in...
Greetings, I am attempting to connect to a WSDL (for an Ultraseek search engine) and call a basic method. My SOAP::Lite client consistanly fails. I am,...
Note: forwarded message attached. ... Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now. Just override SOAP::Trace::debug method and add...
Hello, Please bear with me, as I'm new to using the SOAP::Lite module. I have to write a client app that makes a request to a .NET service and according to the...
Hello, How does one maintain the data type of a returned complex structure? Part of the response from a request returns: <multiRef id="id0" soapenc:root="0"...
All, I am new to writing web services, but not to Perl. Is there a how-to on what to do? I have the "Web Services with Perl" book from O'Reilly, but I'm...
I'm trying to configure a SOAP server using MIME::Lite. I'm using this code on the client side: my $sl = SOAP::Lite -> proxy( 'http://localhost:7070/soaptest39;...
Hello, I have a Daemon: use SOAP::Transport::HTTP; use strict; my $daemon = SOAP::Transport::HTTP::Daemon -> new ( LocalAddr => 'localhost39;, LocalPort =>...
Dear all, This question might be a FAQ question, but I have searched and found no answers to my question. When defining the WSDL - I understand that the...
Hello - I have installed the latest SOAP::Lite on a HPUX machine (HPUX 11.11, apache 1.3.31, mod_ssl 2.8.19, mod_ssl 1.29, perl 5.8.3). SOAP::Lite is running...
I am the lead author for an upcoming book entitled: Enterprise SOA. I am looking for ten individuals to review a portion of the manuscript and provide timely...
I've written a SOAP HTTP server daemon using SOAP::Lite. It works great. I can connect to it fine across the network when running it at the command line. I've...
See, the problem with doing something new is that you become the "resident expert", which I really shouldn't be as I didn't succeed from deep understanding of...