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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

Hi Folks, $s = SOAP::Schema -> schema("https://host/my.wsdl")-> parse($service) Looking over all the examples, tests, etc... I can use : sub...
1 Aug 12, 2004
7:36 pm

macleajb
Send Email

Here's an interesting solution to a performance problem I'm having when sending an xml string through SOAP. My example xml string is about 500k When I use the...
1 Aug 12, 2004
2:08 am

Jeremy Lublin
jlublin
Send Email

Hi, Have seen a few problems on the archive but no resolution to a problem I'm having where I'm trying to log on to a web service using SOAP::Lite and the...
1 Aug 11, 2004
9:55 pm

Colin Magee
colin@...
Send Email

hi, when i run my client i get the length required error.. my server: #!c:/Perl/bin/Perl.exe -w use SOAP::Transport::HTTP; use LWP::Simple; # to the download...
1 Aug 10, 2004
1:20 pm

SHAFRAZ
Send Email

Hi all! I am trying to set upp my own SOAP server. The server should use SSL/HTTPs for client communication. I have only found one example that does not work. ...
2 Aug 10, 2004
10:49 am

Alasdair Allan
dr_aallan
Send Email

Hello, I've fumbling ineffectually with SOAP and mod_perl for the last couple weeks. The best I can get with SOAP::Transport::HTTP::Apache is "Can't call...
1 Aug 10, 2004
1:36 am

kooganani
Send Email

Hi all. Please excuess the silly questions, but I'm having lots of problems binding to an apache soap service (uri:10021/soap_vas), and am kind of lost. I'm...
1 Aug 8, 2004
4:24 pm

bright_g2001
Send Email

I am trying to create the following complexType weatherParametersType and my code (see below) isn't capturing the array of booleans correctly (see SOAP...
1 Aug 6, 2004
9:26 pm

john.schattel
john_schattel
Send Email

We use SOAP::Lite to make requests to a HTTPS based WebServices that uses HTTP Basic Authentication. I've been overriding the get_basic_credentials as...
1 Aug 6, 2004
8:49 pm

Abhijit Dixit
abhijit_dixit
Send Email

Hi, ... use SOAP::Lite +trace => [qw(transport debug)]; use SOAP::Lite service => 'file:/home/mover/thirdparty.wsdl'; my %domains = ( 'yahoo.com&#39; => 2000, ...
1 Aug 6, 2004
6:52 pm

mullangi.rm
Send Email

Hi all, Anyone have experience using this method for SOAP::Lite. The following generates : Can't locate object method "call" via package...
2 Aug 6, 2004
1:01 pm

Duncan Cameron
duncan_camer...
Send Email

I'm new to both SOAP::Lite and Perl I have a webservice with two methods. The first method is passed a String and returns a String The seond method is passed a...
2 Aug 6, 2004
8:09 am

Duncan Cameron
duncan_camer...
Send Email

Hello, I'm working with a wsdl service that expects one of the parameters to be an array. Here's what their sample looks like: <circles...
1 Aug 5, 2004
7:51 pm

eldoclimber
Send Email

Hi All, I am trying to access a soap service using SOAP::Lite in a Perl script (see code below) and I get an error message back saying that it has received an...
1 Aug 4, 2004
8:10 pm

john.schattel
john_schattel
Send Email

Howdy - I have a simple CGI script I am running on a Win32 Apache (1.3.29) web server using mod_perl - specifically the Apache::Registry. It tries to make a...
1 Aug 3, 2004
11:31 am

techrg99
Send Email

I have an application developed using Visual Basic 6. This application can connect to the server (linux) to upload and download a file (this file is an XML...
1 Aug 2, 2004
3:47 am

avenuestreet
Send Email

I have a simple perl web service that works via https on a Stronghold server. I then moved the service to Oracle's 10G application server. If I access the...
1 Jul 31, 2004
2:13 pm

suzannesmith98
Send Email

Until earlier today, my perl client to .NET server worked. After doing some (seemingly) routine code work today, it now gives an error on execution. Hopefully...
1 Jul 30, 2004
9:05 pm

Matthew
obc_spike
Send Email

Is the "stubmaker.pl" supposed to come with the SOAP::Lite package? I did not get it in the package. Any idea? Thanks, Donald...
3 Jul 30, 2004
1:55 pm

Xi.Yue Chen.Wu
wxyc
Send Email

I tried to do something like the following: 1 use SOAP::Lite ; 2 my $soap = SOAP::Lite 3...
1 Jul 29, 2004
7:28 pm

wxyc
Send Email

Hi, I am accessing a service using its wsdl. My code looks like this: $soap = SOAP::Lite( http://...wsdl) my $result = $soap->getResult($id); Now my server...
2 Jul 29, 2004
11:39 am

jigsaw9876
Send Email

This is probably a problem on my end, but I am at wits end. According to the soaplite documentation (on cpan and elsewhere) "WHERE TO FIND EXAMPLES See t/*.t,...
3 Jul 28, 2004
10:15 pm

Paul Kulchenko
paulclinger
Send Email

Hello, I'm using Excel with lite.dll (5/11/01 19:52 2633728 Lite.dll) and some macros inspired from the COM/examples under my NT4 environment with great...
1 Jul 28, 2004
2:00 pm

roidelaplage
Send Email

Hi, I'm trying to deal with nested array structures in my SOAP responses. What I'd like to know is whether there's any way to retrieve a SOM object for an...
2 Jul 28, 2004
12:54 am

Thomas Eden
teden
Send Email

My SOAP::Lite server is returning <namesp1:sayHelloResponse xmlns:namesp1="urn:Hello"> How can I get access to this element and set the namespace to something...
1 Jul 27, 2004
8:39 pm

Mark Fuller
amigo_boy2000
Send Email

Hi, I need to connect to a SOAP server that wants variables in the header in a set order. The header must look like : .... <SOAP-ENV:Header> <extraHeader xmlns...
1 Jul 26, 2004
5:05 pm

leoclog
Send Email

I have small problem in case of hashTest see below code # Userdefine Structure struct( mymap => { param => '$' # user time used }); # create an object: my...
2 Jul 26, 2004
1:32 pm

Rushikesh Joshi
rushi_asi
Send Email

I am having problem to work with soaplite with hash & vector type Below is input parameter of my Web Services method vectorTest - <wsdl:message...
2 Jul 26, 2004
1:30 pm

Rushikesh Joshi
rushi_asi
Send Email

Hi, There. I am quite new to Soap::Lite, and I was following the info on www.soaplite.com to find out the way to set up ws server and clients. At this moment,...
1 Jul 23, 2004
3:58 pm

wxyc
Send Email

Hi all I am using Apache and CGI as the SOAP transport and just yesterday I started getting the odd SOAP connection fail and print to STDERR: "Unexpected...
2 Jul 22, 2004
11:31 pm

Bob
bob991960
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