I have an application developed using Visual Basic 6. This application can connect to the server (linux) to upload and download a file (this file is an XML...
Howdy - I have a simple CGI script I am running on a Win32 Apache (1.3.29) web server using mod_perl - specifically the Apache::Registry. It tries to make a...
Hi All, I am trying to access a soap service using SOAP::Lite in a Perl script (see code below) and I get an error message back saying that it has received an...
I'm new to both SOAP::Lite and Perl I have a webservice with two methods. The first method is passed a String and returns a String The seond method is passed a...
... When you use a WSDL the call returns the actual data from the server not a som object. SO your first call is correct, but why does your second call expect...
... What are you trying to achieve by calling transport() at this point? You should probably call it after the soap lite object has been created. my $service =...
We use SOAP::Lite to make requests to a HTTPS based WebServices that uses HTTP Basic Authentication. I've been overriding the get_basic_credentials as...
I am trying to create the following complexType weatherParametersType and my code (see below) isn't capturing the array of booleans correctly (see SOAP...
Hi all. Please excuess the silly questions, but I'm having lots of problems binding to an apache soap service (uri:10021/soap_vas), and am kind of lost. I'm...
Hello, I've fumbling ineffectually with SOAP and mod_perl for the last couple weeks. The best I can get with SOAP::Transport::HTTP::Apache is "Can't call...
Hi all! I am trying to set upp my own SOAP server. The server should use SSL/HTTPs for client communication. I have only found one example that does not work. ...
... While the documentation doesn't really make this clear, my understanding from talking to Paul and Bryne at last years OSCON was that the Daemon code didn't...
hi, when i run my client i get the length required error.. my server: #!c:/Perl/bin/Perl.exe -w use SOAP::Transport::HTTP; use LWP::Simple; # to the download...
Error Summary: Getting 500 Internal Server Error - encountered child element which is NOT expected, in something it was trying to deserialize ... Hi All, I am...
Hi, Have seen a few problems on the archive but no resolution to a problem I'm having where I'm trying to log on to a web service using SOAP::Lite and the...
Colin Magee
colin@...
Aug 11, 2004 9:55 pm
3831
Here's an interesting solution to a performance problem I'm having when sending an xml string through SOAP. My example xml string is about 500k When I use the...
Hi Verry thanks to reply my anser but i have resolved this problem now as im passing a hashtable to my webservices methods. But now I have really no any idea...
Issac - I am having a similar problem on making a client(in Axis/Java 1.1) call a SOAP::Lite server, and your post is helpful. However, by following your...
... I'm hardly qualified to speak on this, but I don't think you write a WSDL server. You write a web service using SOAP::Lite's server capabilities. You write...
First of all, as Mark already mentioned, you don't write a WSDL "server". WSDL is a document which describes the web service, much like DTDs were used for XML...
Issac, Thanks for the WSDL explanation. I was not quite clear about WSDL stuff. It turns out that after a bit tweaks on the way to invoke the service on the...
Hi, No-one answered my question but I found the extraordinarily simple answer by browsing some documentation from 2002 - seems "xmlschema" is a method of...
Colin Magee
colin@...
Aug 13, 2004 9:22 pm
3839
Dear Professionals, We Career Soft Solutions, a Leading Consultancy Group, have some of the Top IT Companies across India as our Client base. We are taking ...
RE: [soaplite] Urgent Java Unix Scripting (3 - 5 Yrs) openings @ MNC Chennai I really don't appreciate Offshore Outsourcers ( or any other company ) cluttering...
Hi, I am trying to parse a SOAP request with SOAP::Lite which contain an associative array with multiple entries with the same key. Unfortunately SOAP::Lite...