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

Hello All, is it possible to use client certificates for authenticating users with soap::lite? BR, Malte Hübner...
2 Jun 14, 2004
8:08 pm

Issac Goldstand
margol_il
Send Email

Hello, Some time ago I created a SOAP simulator to be able to easily test the various combinations of our webservices. Currently I am having problems though to...
1 Jun 14, 2004
3:58 pm

spacemanbow
Send Email

Hi all, I'm very new to SOAP::Lite and webservices and XML in general, so please be patient with me ;-) I tried the HelloService example from the soap book. I...
1 Jun 14, 2004
11:19 am

Marc Logghe
marclogghe
Send Email

Hello All, I am a complete newbie to both SOAP::Lite and perl.I haveinstalled Soap::Lite and also managed to write a simple client and server program.Its...
3 Jun 14, 2004
10:40 am

Alasdair Allan
dr_aallan
Send Email

I think I may have uncovered my problem, and it's news I didn't want to read: ...
2 Jun 13, 2004
7:46 am

Duncan Cameron
duncan_camer...
Send Email

This is my first time using SOAP::Lite where it wasn't mostly done by someone else (like in MovableType ;) and I'm still slowly sorting out all the bits and...
1 Jun 12, 2004
6:53 am

Gary Lawrence Murphy
revg
Send Email

Hi, Does SOAP::Lite support sessions with an axis server? if so, how do i turn this on in my SOAP::Lite client? thanks, Marc...
1 Jun 12, 2004
4:55 am

marc_dumontier
Send Email

... The warning is probably caused by one of your hash keys having a character that is not valid in an XML element name. Possibly a space character but it...
2 Jun 11, 2004
1:54 am

Alan O'Keefe
okeefealan
Send Email

Hello, I've installed SOAP::Lite on my Solaris box: perl 5.8.3 SOAP::Lite 0.60 XML::Parser 0.34 I have successfully been able to send SOAP messages, but when I...
1 Jun 10, 2004
7:02 pm

malenfant_v2
Send Email

Hi all I am running a SOAP::Lite service, (SOAP::Transport::HTTP), which returns an array of hashes to a nuSOAP PHP client, it all works fine, except that the...
1 Jun 10, 2004
11:54 am

Alan O'Keefe
okeefealan
Send Email

Hi, I'm trying to get our perl client to handle a very simple Fault message from the server that has the following format: <?xml version="1.0"...
7 Jun 9, 2004
8:26 pm

Chen, Li Ye (Research)
chenlyc7
Send Email

Hi, I'm having little problems with functions having to return data containing strings with (french) accents (éè...). What should I use to get it passed...
4 Jun 9, 2004
6:00 pm

Paul Kulchenko
paulclinger
Send Email

Hi, is it possible to handle more than 1 request with SOAP::Transport::HTTP::Daemon at the same time? Mit freundlichen Grüßen Jens Puruckherr...
2 Jun 9, 2004
10:12 am

OVH - Sylvain Trias
bozo2020
Send Email

Dear all, security is really important for my future Web Services. Which standardization is the best to implement with soap::lite - or better: which one is...
1 Jun 9, 2004
8:12 am

Huebner, Malte
mrcake77
Send Email

I has written a perl soap server, it it sample return an array sub testarray { my @var2; push @var2, '123'; push @var2, 'efg'; push @var2, 'hig'; return @var2;...
2 Jun 8, 2004
7:56 am

Duncan Cameron
duncan_camer...
Send Email

Hi all I have been using soap::lite for some time now, but have never had to change the default way the input xml looks like. I have to call a web service that...
1 Jun 7, 2004
6:36 am

supra, morne
mornesupra
Send Email

Hi, as i can see there are more people having problems with this. I think there should really be a note on the soap-lite site for other developers. Btw: I only...
2 Jun 4, 2004
7:26 am

Huebner, Malte
mrcake77
Send Email

Hello All, I am a complete newbie to both SOAP::Lite and perl.I haveinstalled Soap::Lite and also managed to write a simple client andserver program.Its...
1 Jun 4, 2004
6:29 am

sidd_c8304
Send Email

Hi all, Has anyone here tried to make use of a web service where the function name for calling the service has a hyphen in it? Some languages (e.g., Lisp)...
2 Jun 3, 2004
2:31 pm

eric-amick@...
eamick
Send Email

I have 1gb documents to be passed around using the soap protocol. is it possible to just send the xml as is with out serialization?? The only way i can see to...
2 Jun 2, 2004
7:25 pm

Mitchell, Louise M
d3j051
Send Email

Hi, I have a soap lite client at a customer, which hangs sometimes, the sysread function doesn't come back. I suppose this is caused by a transparent proxy....
1 Jun 2, 2004
2:10 pm

herbert.melcher@...
herbertmelcher
Send Email

Hi, i've had a problem with getting no responses from my SOAP::Lite Server. This "error" was due to the fact that i used "perl -W" in the first line of my...
4 Jun 2, 2004
11:02 am

Duncan Cameron
duncan_camer...
Send Email

Any one got examples of using a Java Servlet Client to use the Perl web service. Thank You....
1 Jun 1, 2004
2:20 am

devil_kazuya99
Send Email

Hi, I've again been looking but haven't been able to find a tutorial for soap::lite that shows how to use digital certificates. I know that the original Soap...
1 Jun 1, 2004
1:42 am

Dianne Van Dulken
dogmac.rm
Send Email

I have a super simple .net (.asmx) web service that exposes one method: int Add (int x, int x) I have downloaded and installed SOAP::Lite and it appeasrs to...
1 May 31, 2004
10:29 pm

estace
Send Email

I'm quite new to your group but I wanted to pass on a helpful hint to help find info online without searching through a million search links. Its a great...
1 May 30, 2004
9:29 am

ahk2811
Send Email

Hello all-- I'm running into an interesting issue... Server is NuSOAP v1.75, client is SOAP::Lite v1.47. When I try to call a server method vi a NuSOAP...
2 May 28, 2004
6:44 pm

iperlscript
Send Email

All, I'm getting an error message: 'Element&#39; is an invalid node type The web service is .NET, calling from SOAP::Lite perl script.... the perl code, .NET soap...
1 May 28, 2004
2:55 pm

Mitchell, Louise M
d3j051
Send Email

Is it possible to change namesp1 to a specified string when the soap message is created? I have typed xml i.e. xsi:type="Namespace::Element" which cries with...
3 May 28, 2004
2:21 pm

Andrew Curry
alcurry22
Send Email

I'm having trouble understanding why I get a '#' in my SOAPACtion in the http header ? I use this code (yes, it's awful..) to call the webservice: #!/bin/perl...
2 May 28, 2004
1:56 pm

Mitchell, Louise M
d3j051
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