Wow, It has been a while since I wrote to this group. Hi everyone! I just wrote a new Perl module which I thought might be useful to people on this list as it...
<<job assignment solicitation>> Sorry for the quasi-spam, hoping to get a hand from one of you. My startup has a Soap API our partners use to insert orders...
I am attempting to port this code to a new server install, but for some reason it's not working with a current version of SOAP::Lite. When I switch the new...
Hello All, We have a requirement to integrate our vendor provided B2B platform with a trading partner who uses SOAP Perl Lite client as the web service client....
Hello, I'm new to SOAP and am confused about array encodings. The Java-based service that I am trying to interact with expects the following format: ...
I have 710 on linux, and 55 on windows. I am connecting to the same service, with exactly the same code, windows works, linux doesn't (the +traces are...
I am pretty new to SOAP::Lite and SOAP in general so please excuse any terminology faux pas. I am trying to access a web services interface in a product called...
I have a query that returns data,but sometimes that data is an error message (a warning really). To find out whether it really worked I must access the status...
Hi, Can Soap::Lite handle DIME response? When i make this call to get a DIME Document, then the debug print the whole Xml out, but the program dies at this...
I have a SOAP server functioning quite well (preforking and serving) but when the system was upgraded (Debian from etch to lenny, i.e. from perl 5.8 to 5.10)...
Hello Folks, I am new to the user group and very new using soap lite I am trying to set element attributes, and a sub-set of attributes to an element. I...
Hi, We're trying to consume a SOAP service provided by .Net. We've got a reference SOAP request that works. Then we've re-engineered the same request via...
Greetings. I'm looking for some working examples using SOAP under mod_perl. I'd like to set up some simple web services, but I don't have any experience with...
Hi, To quickly present myself, I'm the founder of the ]po[ open-source ERP/PSA system: www.project-open.com and www.project-open.org/documentation. We...
Can anyone tell me how to get around this failure as a SOAP client? Error: Unspecified namespace for type 'agent39; when I try to use Soap::lite to parse the...
I have: SOAP::Lite 0.710.08 ...running on: This is perl, v5.10.0 built for i486-linux-gnu-thread-multi ...against this WSDL (which I've also copied and pasted...
Hi, I'm currently trying to train myself in using SOAP::Lite and having problems with the most basic use. Unfortunately I must confess that I don't know much...
Hi Folks, I am pretty new using soap lite and setting element attribute, I have had some success but have been wrestling with setting / adding addind a...
Hi all, I have the following server configuration: *. Apache/2.2.11 (Ubuntu) *. mod_perl/2.0.4 *. Perl/v5.10.0 *. SOAP Lite 0.710.08 I am trying to send a...
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Hi all, Wondering if someone might be able to point me in the right direction on this. I've written some SOAP::Lite server code which is being called from ...
I have created a very basic soap service that returns a hash of hashes. When I call my soap service, I see this in the apache error logs for every request I...
Hi. I'd like to be able to use SOAP::Lite to generate soap request messages from a perl simple perl data structure and parse them again to check that I get the...
Hi there, does anybody know how to change http protocol in soaplite? i've been searching for the guide, but still found nothing. what I want to do is...
Hello list, I was googling on SOAP::Lite and WS-Security / userToken, but haven't found an appropriate solution. There is a package WSRF::Lite, but this does...
Hi, I have a little problem with my SOAP Client program. I'm using SOAP::Lite with perl 5.8 on debian lenny. The WebServices server is a Windows 2003 - IIS 6.0...
I have a old Perl script that uses SOAP::Lite. I am trying to reuse it but when I try to run the web client I get the following error. "Tk::Error: Can't locate...
Hello, I am trying to make sure, when the invoke() method in the subclass(package B) is called that the get_basic_credentials from the super class(package A)...