Hi All, Problem: Whenever i have called your stringArray method with argument of Array for different style. It work like below... #Pass XML without XML...
Hi experts, I'm writing a SOAP::Lite service using Apache and SOAP::Lite::Transport::FCGI. I'm calling a method which takes a file as a MIME attachment....
Dear all, As Perl is a very loosely-typed language, what use is WSDL for services based on SOAP::Lite, /apart/ from enabling them to interact with other...
... You need to use a technique similar to the one shown in this earlier post to the list. http://groups.yahoo.com/group/soaplite/message/1521 You can get the...
Hi list, Has anyone had any success feeding WSDL to a BizTalk 2004 server? I've generated WSDL which works fine with .NET 1 & the new 2, but BizTalk 2004 sees...
RE: [soaplite] Urgent Java Unix Scripting (3 - 5 Yrs) openings @ MNC ChennaiI don't even mind the job ad so much, but... why post a JAVA job ad on a Perl...
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...
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 ...
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...
MessageThanks for all the suggestions. I will attempt to include lots of details in this response for the sake of the archives. My original suspicion was that...
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, 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...
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...
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. ...
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. 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...
I am trying to create the following complexType weatherParametersType and my code (see below) isn't capturing the array of booleans correctly (see SOAP...
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'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...
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...
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...
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...
I have a simple perl web service that works via https on a Stronghold server. I then moved the service to Oracle's 10G application server. If I access the...
Until earlier today, my perl client to .NET server worked. After doing some (seemingly) routine code work today, it now gives an error on execution. Hopefully...