Hi all, I'm brand new to Perl and SOAP::Lite. I've created a webservice using Microsoft .NET and I'm trying to find out how I can use SOAP::Lite to consume...
Here is the code for my webservice: <%@ WebService Language="VB" Class="MyService" %> Imports System Imports System.Web.Services Imports System.Xml ...
I need to make the client to wait much longer for the result to come back. With SOAP on HTTP, I can do either my $soap = SOAP::Lite -> proxy($proxy, timeout =>...
After using SOAP::Lite with Perl 5.6.1, I discovered a bug in the software. the problem seems to be with the regex engine and the lines: $_[0] =~ /^(\w+):/ or...
Hi all, I know that for security reasons SOAP::Lite ignores @INC, and modules should instead be in a directory mentioned in a call to dispatch_to(). My...
I do the same in my code - use Win32::Process for win32 platforms and fork for Unix. By testing the OS at runtime and then using the appropriate method, the ...
Has anyone had good experience getting the forking daemon to work on win32 perl? I have been trying to get fork() to work reliably on win32 (win2k box), but it...
Hi, I am trying to use a local perl module that inherits methods from a remote Perl SOAP class. I think SOAP::Lite gets confused however as with trace enabled...
I am having problems using the win standalone dll (SOAP-Lite-COM-standalone-0.50) with a vbs client. When I try to connect to some servers, I get the error: ...
Help !! I have two clients - one running via soaplite / perl / unix, the other using the easysoap windows library and a modified interopclient.cpp. Using the...
Hi,all I'm beginner programmer on Perl. There is question Publishing API(UDDI::Lite). I try to publish WebService to UDDI(IBM WSTK). When the sample code to do...
Hey all, I'm using SOAP::Lite on both sides of this, client systems will exist in private networks and talk to a server in a DMZ (across a firewall)... The ...
Version 0.50 supports a TCP SOAP server. SOAP::Transport::TCP gives an example of how to get a server to run, but it does not give an example. I was able to...
I'm are trying to write a java soap client (using apache soap) to connect to a perl soap::lite server. Perl works no problem. Java gives an error. Following...
I apologize for two stupid questions in a row, but... Why in the UDDI examples is there no call to uri() but instead just a call to proxy()? I thought both...
IBM has a chart on its DeveloperWorks site that compares the features of Apache SOAP, SOAP::Lite and MS SOAP Toolkit. It states that SOAP::Lite has no support...
I am returning a data structure (which is part of a blessed hash) like the following (more than two hierarchy levels) from a module: return $self->{data}; ...
What's the best way to use subrefs and regexes in the data structures of remote objects? At the moment, I am having the subroutines in strings and dynamically ...
Hi, All! Here is the Forking server from Michael Brown. Now in my collection (unpublished means not included with SOAP::Lite yet): ForkAfterProcessing...
Hi! I've been able to send my mail SOAP request. Now i have some questions about the POP3 server polling. I'm here because i can't find tutorial or exemples...
Hi, All! Here is the Forking server from Michael Brown. Now in my collection (unpublished means not included with SOAP::Lite yet): ForkAfterProcessing...
Hi, Michael! ... You may use these addresses to subscribe or unsubscribe. Post message: soaplite@yahoogroups.com Subscribe: soaplite-subscribe@yahoogroups.com...
In SOAP::Lite is there a way to control the charset in the header? I am still trying to get my Perl script to talk to a Microsoft soap server. The MicroSoft...
I've been having a problem with checking for faults while connecting using a WSDL service. In the first part of my example below, the contents of $response1...
Hi, I am wondering if anyone has faced a similar problem. I am writing a client in apache soap and soap:lite for a .NET beta 2 service, and the service keeps...