Hello. I've read through the threads I can find about SOAP::Lite server/.NET client interop and almost have everything just about functional. The only thing...
Just a short question regarding interaction with a SOAP::Lite TCP daemon, The problem is I've tried to write a TCP transport for php 'pears39; SOAP classes so...
Hi ! In a EAI project a BizTalk server is available. One option might be to use SOAP::Lite for receiving and probably sending BizTalk framework messages. ...
Hi All, I am new to soap lite, I want to send a Document style message based request (not RPC, no method to call at the servlet end, just doPost) through...
Hello, I've been trying to build the XML below, but am having problems. I've read the manual and searched the web and can not find/figure out my answer. Can...
Currently, SOAP::MIME overloads SOAP::Lite subroutines and functionality... which admittedly is not the most elegant thing to do. In the next release,...
Announcement: SOAP::MIME was written to provide full support for SOAP w/Attachments using MIME. Until recently it only supported client-side attachments, or...
All: Is there any other alternative to the WSDL::Generator module?? I found the WSDL::Generator module pretty inefficient. I did manage to generate a WSDL, but...
Hi there, I have a SOAP::Lite client using a WSDL service to a MS SOAP server. Everything works OK. for short messages. However, if I upload a larger chunck of...
I am writing a soap client using soaplite . The test program hi works fine. But when i change the proxy as https instead of http it is giving the following...
Hi, I have a web service developed with MS Soap Toolkit 2SP2 The returned complex type in the wsdl use the schema: http://www.w3.org/2000/10/XMLSchema My...
First, congratulation on Geoff Ellis for sending message 1000 to this group :) The problem: I have a SOAP::Lite client sending xml documents to a SOAP::Lite...
Hi all! I have some problem parsing a soap response generated by a java web services. The response is a big tangle of item organized in Hash-map, Vector and...
Hello, I've been at this for quite some time and cannot get it to work, nor can I find a solution in any docs or in this list. I have a complex type called...
I am hoping someone can help point out where I am going so wrong. I have just started trying to use SOAP with SOAP::Lite and I was trying something hopefully...
The code below is my client. All i want to do is pass the variable to the server then have the server write the variable to a table in a mysql database. FOR...
Hi. Does anybody know how to access all incoming and outgoing xml(!) with a soap http daemon? I want to use this to log and debug my server. Many thanks for...
Hello, I try to send a simple object (using a hash) to send it to a SOAP service. My code works fine with Activestat Perl v5.6.1 on Win32 and SOAP-Lite v0.46: ...
I have written a SOAP client using soaplite and I am having a probelm accessing part of the xml data. I use the following code to access employees: #======== ...
I managed to fix this error (hopefully). I added a on_action(sub {}) statement on the server side, which disbaled the validation of SOAPAction 'uri#method39; etc...
all: I am having problems connecting to a wsdl service from VB using MS Soapclient 2.0/3.0. The wsdl was created using the WSDL::Generator perl module and the ...
I'm trying to add some redundancy to an application and want my server-side application to accept http, ftp, and smtp requests. Can I do this in one...
I have a soap server (daemon based) where I need to manipulate the response ... I need to remove namesp1:, replace s-gensym3, and remove xsi:type="xsd:string"...
Hi all, I have to develop an application composed by a server, written in perl + soap lite, and a client, written in c++ + easysoap. I want to use the...
I've just installed Perl 5.8.0 on a Linux system, used "perl -MCPAN -e shell' to upgrade CPAN.pm to the latest version (1.70) and then used "perl -MCPAN -e...
I'm using the SOAP::Transport::HTTP::Daemon module for creating a web server to accept SOAP calls. I wanted to the make the web server faster by making it...