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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

Hi, Is it possible to create AutoDispatch soap objects?!! like $obj1 = $soap1->newobject(); # for server 1 calls $obj1->method1(); $obj2 = $soap2->newobject();...
1 Feb 10, 2005
2:01 am

naga_cit
Send Email

Is DIME support actually working in the lastest 0.65 beta 2 release? Steve...
2 Feb 10, 2005
12:11 am

Byrne Reese
byrnereese
Send Email

Hello, I am new in using SOAP::Lite, but it works fine for me! When I Want to use on Java side a Hashtable type I found that this can easily mapped to a...
1 Feb 9, 2005
10:34 pm

achim_grolms
Send Email

Greetings! I have need for some of the new features / fixes that have been released in SOAP::Lite 0.65-beta2 - but I have need for this in Windows...
3 Feb 9, 2005
8:49 pm

h2ofaull
Send Email

I have the XML format of a soap call that I need to include in a perl script. But reverse engineering doesn't seem to lead me to the same format message. Are...
2 Feb 9, 2005
3:40 pm

Duncan Cameron
duncan_camer...
Send Email

Hi, how are you? I hope to not disturb. I have another question. I have a problem with a method that returns an array. The module exposed as a WS has the...
1 Feb 9, 2005
10:36 am

Diego Andres Asenjo G.
ojnesad
Send Email

I'm trying to deploy a simple service using SOAP::Lite that will be recognized by the MS Office apps as a Research service (Research Pane), sounds easy, but...
1 Feb 8, 2005
10:22 am

vnehess
Send Email

Hello, I am a newbie to the SOAP::Lite. I wrote a simple "hello world" service code using perl. But I am a bit lost how to get a WSDL file out of this perl...
2 Feb 7, 2005
3:38 pm

Byrne Reese
byrnereese
Send Email

Hi all, I have working clients that talk to my intranet webservices. However, I have a need to contact a webservice that is outside the company firewall. The...
7 Feb 5, 2005
1:07 pm

Duncan Cameron
duncan_camer...
Send Email

Hi All, Is there a way I can switch between two servers in autodispatch with in a same script. Thanks, Nagarajan...
3 Feb 3, 2005
12:36 am

naga_cit
Send Email

Hi list, sorry if this is a naive question. I'm new to SOAP::Lite. I have an app with an array of classes that hold/display enterprise data and I'm providing...
1 Feb 2, 2005
10:25 pm

Theo Petersen
theopetersen
Send Email

The style attribute can be specified in 2 places in the WSDL file. In the soap::binding element, the style attribute indicates the overall style of the SOAP...
1 Feb 2, 2005
3:13 pm

jpeyser
Send Email

How do I create SOAP Headers in the client side if my WS API requires certain SOAP Headers to be present in the SOAP Envolope ? Thanks A...
4 Feb 2, 2005
9:12 am

Duncan Cameron
duncan_camer...
Send Email

Hello everyone: I've noticed there has been an update to SOAP::Lite recently on CPAN. Can anyone tell me if this latest version is compatible with mod_perl 2?...
1 Feb 1, 2005
6:09 pm

Andrew Hicox
ahicox
Send Email

Hi list, could someone please explain why SOAP::Transport:HTTP::Client chooses to C<die> whenever it receives a Content-Encoding header (not using compression)...
1 Feb 1, 2005
8:58 am

mihai_razvan
Send Email

... The '@arguments&#39; in the syntax indicates that everything after the method name is a list of arguments. If your constructor treats that list as a set of...
1 Jan 31, 2005
8:07 pm

eric-amick@...
eamick
Send Email

Hi All, I have problem with 'new' constructor. I tried to create a constructor with the name 'new' my $obj= $sta1->new(setuppath=>'C:/SWAT&#39;)->result; it never...
3 Jan 31, 2005
7:27 am

naga_cit
Send Email

Hi, I am using SOAP::Lite module with Apache webserver on a windows machine. In my CGI script on the server side, I provided a sub- routine called...
4 Jan 30, 2005
8:43 am

naga_cit
Send Email

Hello, all ... I've an Apache CGI SOAP server that ran before, but after an OS reinstall, no longer will. This is the message returned: ...
3 Jan 28, 2005
1:46 pm

John Michael Zorko
jmzorko
Send Email

Hi to all !! Im new in the list and new to soaplite. Im trying to expose a module as a web service and im having problems to make execute the code in the...
3 Jan 27, 2005
8:59 pm

Bryce Harrington
bryceharrington
Send Email

Hi All I am an absolute newbie to Perl and SOAPLite. We have a running Java Axis Web Service. Requirement has come up to script certain Perl clients to this...
1 Jan 27, 2005
5:47 pm

ghostwhoowalks
Send Email

Hi all, Heres my scenario Solaris server running a very basic SOAP::Transport::HTTP daemon basically serving up data based on 3 input params. I'm watching the...
1 Jan 27, 2005
11:25 am

cornmek1
Send Email

I'm having a bit of trouble getting SSL to work properly using the SOAP::Lite Perl module. Here's the setup. A SAP business connector machine is making an...
2 Jan 26, 2005
9:26 pm

h2ofaull
Send Email

Hi! I've seen some postings from you in a yahoo-group where you'are trying so solve the same problems wich are similar to mine. I'm writing a diploma-thesis...
2 Jan 25, 2005
7:51 am

Mikel Salaberria
xala1022
Send Email

Hi. I tried archives, sorry, may not have selected the right keywords. ... #! /usr/local/bin/perl -w use SOAP::Lite; my $service = SOAP::Lite ->...
2 Jan 24, 2005
11:18 pm

Bryce Harrington
bryceharrington
Send Email

hi, I am trying to access an item in a hash and I get the follwoing error: Bad index while coercing array into hash at Modulename.pm:35 when i run Data::Dumper...
1 Jan 24, 2005
10:26 pm

Brad Miele
opiate_mu
Send Email

Hello, all ... I'm experiencing weird things ... i've some simple DBI code that talks to a local PostgreSQL database via DBD::Pg that does a basic query and ...
1 Jan 24, 2005
7:34 pm

John Michael Zorko
jmzorko
Send Email

Hi everybody, I figured out another problem concerning the SSL-Daemon mode. When I use the ForkOnAccept module from the examples directory, I get errors only....
1 Jan 24, 2005
9:40 am

Nils Sowen
nsowen
Send Email

I'm feeling very dim ( I would have felt much dimmer if it weren't for the help of the people who responded to my previous post - thanks): I'm consuming a...
2 Jan 23, 2005
10:04 pm

Duncan Cameron
duncan_camer...
Send Email

I'm trying to consume a .net service, in the Komodo debugger I see the soap wrapper and xml I should be receiving so I'm sure the call is correctly formatted...
3 Jan 21, 2005
9:12 pm

Bryce Harrington
bryceharrington
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