hi ! i'm getting following error from axis: <faultstring>org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in...
I have seem the process size grow in perl when multiple soap operations. I thought this was my script, but I tried it with the google API as well. The code I...
Hi Jay, others: This seems like the most frequently asked question, and while it's been answered in pieces, I thought maybe I could try and package up the ...
Hi, I have got a soap server that has a method 'OpenSession39; that should return a boolean, 'return39; and a string 'session id'. The soap envelope of how the...
Hi, I'm currently trying to use a SOAP::Lite based server (mod_perl) with a SOAP::Lite based client. However the server complains about namespace problems: ...
I'm trying to get the SOAP::Lite library working and I'm getting an insanely stupid error. (SOAP-Lite 0.55 on Apache 1.3 on Red Hat Linux 7.0) I set up the...
Umm, kinda, it's *legal* but not what your documentation indicates it is. It's actually calling the function OpenSession with one paramater, an XML, the XML...
Hi, I have an existing soap client and for that client, I have to build a soap server. I'm building the server in SOAP::Lite. The client has already been built...
Hi Folks, My SOAP::Lite server crashes anytime and stops listening. how shud i debug the problem . is there any way to trace on *server* side and log the...
I have a java soap service that takes a user-defined object as request parameter and returns a user-defined object as the soap response. One part of the...
I have a java soap service that takes a user-defined object as request parameter and returns a user-defined object as the soap response. I have a java client...
Hello All, I am return HTML String from SOAP Lite Sever to a client running on Apace SOAP. The problem is that SOAP Lite is converting the HTML String (which...
Hi We are proud to bring you the most comprehensive knowledge resource portal on SAN Technology, http://www.techieindex.com/SAN The ultimate tool for SAN...
Why can't I programatically define the host name and port number? Statically it works, but dynamically I get the error: IO::Socket::INET: Bad hostname ':' ... ...
Hey gang, Ok, I'm trying to figure out how to get started with SOAP::Lite. I installed ActivePerl (newest release) on my Win2000 machine, and I have IIS...
Hi there, I have an array of data which I want to send in a SOAP request and expect it to come out something like this: <skuElements> <product sku="Test"> ...
Hello, is there any way to tell what domain is calling a server. I set up a server and had it send back html with all of the %ENV in them. The only thing I...
I'm trying to get erros to report better, here is what I have print header; my $soap = SOAP::Lite -> uri("http://www.simplemood.com/Uri_$uri_prxy") ->...
Hallo! I'm using a SOAP::lite client to call a GLUE server. In the WSDL, it is pecified to connect to the service at http://127.0.0.1:8080/abc : <soap:address...
is there a way to log the SOAP request (means the xml body)?? I need this feature for some debugging work, but i don't have find it in the doc. thanks for...
In my server when I add: use SOAP::Lite +trace; I get the error: Use of uninitialized value in join or string at /usr/lib/perl5/site_perl/5.6.0/SOAP/Lite.pm...
Hi gang. I'm currently helping write a book on web services. One of the toolkits we're looking to discuss in the book is SOAP::Lite. Unfortunately this is a...
Hello, I decided to take a crack at writing a module to work with Apache-2 and mod_perl-2. Before I loose you, let me say that I made it work; I want to do it...
Hello all, Lots of things in the archives about using SSL through apache, but I was wondering if its possible to get an independent SSL server. I've got a ...
Hello list, I am extremely new to Web Services and Soap. Soap was recommended to me by a couple of perl lists that I frequent. I was checking out the awesome...
this is probably trivial, but i've tried every combination i can find for accomplishing this and nothing works. i need to create something equal or equivalent...
Try a test comparing the strings you get over the network to what you think they should be, something like: sub authenticate { ($this,$dn,$password) = @_; ...
Hi, I haven't used Net::LDAP, so this is just a guess, but: I believe your problem is related to the fact that, when you get an LDAP error, you return...