Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
10 Jul 2, 2001
2:18 pm

Dave Viner
dviner@...
Send Email

Here is the code for my webservice: <%@ WebService Language="VB" Class="MyService" %> Imports System Imports System.Web.Services Imports System.Xml ...
1 Jun 30, 2001
2:39 am

Andre Berkowitz
obsessed@...
Send Email

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 =>...
5 Jun 28, 2001
7:02 am

Arun Kumar U
u_arunkumar@...
Send Email

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...
2 Jun 28, 2001
1:26 am

Paul Kulchenko
paulclinger@...
Send Email

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...
6 Jun 26, 2001
6:22 pm

Paul Kulchenko
paulclinger@...
Send Email

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 ...
1 Jun 26, 2001
8:58 am

Andy Marden
amarden@...
Send Email

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...
3 Jun 25, 2001
6:19 pm

Weidong Wang
wwang@...
Send Email

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...
4 Jun 22, 2001
3:16 pm

Paul Kulchenko
paulclinger@...
Send Email

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: ...
6 Jun 22, 2001
2:45 pm

Paul Kulchenko
paulclinger@...
Send Email

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...
4 Jun 22, 2001
2:35 pm

Richard
richardagreen@...
Send Email

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...
2 Jun 22, 2001
6:33 am

Paul Kulchenko
paulclinger@...
Send Email

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 ...
1 Jun 20, 2001
11:32 pm

Timothy A. Gregory
tgregory@...
Send Email

I call get_tModelDetail($key) and get an error back stating "Element 'urn:uddi-org:api:get_tModelDetail&#39; has incomplete content. Expected...
2 Jun 20, 2001
1:46 pm

Paul Kulchenko
paulclinger@...
Send Email

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...
3 Jun 19, 2001
10:46 pm

paulclinger@...
Send Email

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...
1 Jun 19, 2001
7:58 pm

Steve McKay
smckay@...
Send Email

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...
2 Jun 19, 2001
5:39 pm

paulclinger@...
Send Email

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...
2 Jun 18, 2001
6:53 pm

Paul Kulchenko
paulclinger@...
Send Email

How does a simple RPC via SOAP works on the POP3 MAILTO transport? Here's what i tought it was... 1-The Client do an RPC. It sends a message to...
4 Jun 18, 2001
5:36 pm

Paul Kulchenko
paulclinger@...
Send Email

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}; ...
2 Jun 18, 2001
1:48 pm

Paul Kulchenko
paulclinger@...
Send Email

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 ...
1 Jun 18, 2001
8:27 am

Jörg Ziefle
joerg.ziefle@...
Send Email

Hi, All! Here is the Forking server from Michael Brown. Now in my collection (unpublished means not included with SOAP::Lite yet): ForkAfterProcessing...
12 Jun 18, 2001
7:22 am

Michael E Brown
michaelbrown@...
Send Email

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...
2 Jun 15, 2001
4:06 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, All! Here is the Forking server from Michael Brown. Now in my collection (unpublished means not included with SOAP::Lite yet): ForkAfterProcessing...
1 Jun 15, 2001
3:36 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, Michael! ... You may use these addresses to subscribe or unsubscribe. Post message: soaplite@yahoogroups.com Subscribe: soaplite-subscribe@yahoogroups.com...
1 Jun 15, 2001
2:55 pm

Paul Kulchenko
paulclinger@...
Send Email

I get an "Unsupported protocol 'MAILTO&#39;" when i try this code. use SOAP::Lite; print SOAP::Lite -> uri('http://tempuri.org/benkin&#39;) ->...
5 Jun 14, 2001
6:45 pm

Steeve Gilbert
sgilbert@...
Send Email

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...
2 Jun 14, 2001
5:02 pm

Paul Kulchenko
paulclinger@...
Send Email

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...
3 Jun 14, 2001
1:20 pm

Jordan Nelson
jordan@...
Send Email

I just installed SOAP::Lite on a RedHat 6.2 system with Perl 5.005_3 installed. I used the perl -MCPAN method of installation so I'm assuming the...
2 Jun 12, 2001
2:35 pm

Paul Kulchenko
paulclinger@...
Send Email

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...
2 Jun 12, 2001
12:40 am

Paul Kulchenko
paulclinger@...
Send Email

Hi, Can anyone tell me how to use SOAP:LITE when the service you are writing the client for returns multiple values? Thanks, Adrian...
2 Jun 11, 2001
7:28 pm

Paul Kulchenko
paulclinger@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help