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

I've been fooling around with SOAP using gsoap, SOAP:Lite, and Borland C Builder 6 and have come across the following issue using a gsoap server: 1)I can use...
2 Dec 12, 2003
5:03 pm

Byrne Reese
byrnereese
Send Email

Hi, i have a funktion at the serverside wich adds an element to a database. This funktion has a appropriate errorhandling with die's. (Throwing exceptions with...
4 Dec 9, 2003
2:12 pm

Jens Puruckherr
jpuruckherr@...
Send Email

Hello, I try to use the GlobalWeather service which has been already discussed in the following message: http://groups.yahoo.com/group/soaplite/message/1707 ...
1 Dec 6, 2003
9:09 am

Peter Sykora
peter_sykora...
Send Email

On the downloads page, Soap Lite 6.0 beta is currently available only for linux/unix. When can we expect a windows version of this release ? thanks Chetan...
2 Dec 5, 2003
2:55 pm

Byrne Reese
byrnereese
Send Email

Hi OK I know I can't be the only person having trouble with SOAP::Lite and proxies! My very simple script is trying to access the KEGG API. It looks like...
6 Dec 5, 2003
11:14 am

michael watson (IAH-C)
mw55309
Send Email

We are looking for someone who know SOAP and SOAP::Lite very well and can spend a few hours getting my team up to speed. This is the type of question we are...
1 Dec 4, 2003
7:45 pm

techdude27
Send Email

Perl Programmer with SOAP:Lite Experience (telecommute) We are looking for someone who know SOAP and SOAP::Lite very well and can spend a few hours getting my...
1 Dec 4, 2003
5:58 pm

techdude27
Send Email

Hi, I''ve written an application which processes XML-Files retrieving via SOAP and writes the infos to a database. When my soapserver (only a hand full code)...
3 Dec 3, 2003
11:09 am

Jens Puruckherr
jpuruckherr@...
Send Email

I hv a VB Script Client for a webservice created in perl (3rd party) which does not show any return data. We traces the communication on the server and the...
1 Dec 3, 2003
6:36 am

Jaspal Muker
jmuker
Send Email

Has anyone tried to access a SOAP::Lite service using either the MS SOAP Toolkit v3 or SOAP::Lite (Lite.dll) using ASP / VB? I tried using VB but find the same...
2 Dec 3, 2003
3:51 am

Jaspal Muker
jmuker
Send Email

After much ado - the new SOAP::Lite web site has finally been released. http://www.soaplite.com/ ^byrne :/...
1 Dec 3, 2003
2:24 am

Byrne Reese
byrnereese
Send Email

Hello, I created a SOAP Server with gSOAP that expects named arrays of structs. Now I want to access this server using a soaplite client. So I create a named...
3 Dec 2, 2003
3:34 pm

jpeyser
Send Email

Newbie SOAP:Lite question, so apologies in advance! I have a client initialized with a wsdl file as follows: use SOAP::Lite; my $service =...
1 Dec 2, 2003
9:37 am

robhenley2003
Send Email

Wondering if there is a setting for HTTP timeout and also if you can configure how many retries SOAP::Lite will attempt to connect to a HTTP server. I guess...
1 Dec 1, 2003
5:02 pm

techrg99
Send Email

It seems that a header of type xsd:anyURI will always cause a deserialization error with the exception stating that the type is unknown (IE something like ...
2 Dec 1, 2003
2:41 pm

Byrne Reese
byrnereese
Send Email

Subject: Parameters by name on Server side Date: Sunday 30 November 2003 7:28 pm From: Tod Harter <tharter@...> To:...
2 Dec 1, 2003
2:37 pm

Byrne Reese
byrnereese
Send Email

Hi All, I have a problem here. I have a web service written in Java and soap::lite client. On the client side, before I used a perl moduel "sequence.pm". It...
1 Nov 27, 2003
10:28 pm

pug1119
Send Email

I'd like to be able to add further namespaces into the Envelope. The web service I am connecting my SOAP::Lite client to declares many methods and data types...
3 Nov 27, 2003
3:50 pm

Aaron Trevena
ajt_stc
Send Email

Hi, Can someone tell me why the trace didn't work for me when I turn it on using use SOAP::Lite +trace => 'debug&#39;; I'd like to see the soap messages to/from...
2 Nov 26, 2003
9:48 pm

kgoess
Send Email

I'm a bit of a newbie using SOAP::Lite and trying to maintain/enhance some existing code :) 1. What I really need to do is substitute the c-gensymNN element ...
2 Nov 26, 2003
3:21 pm

Byrne Reese
byrnereese
Send Email

Hello, I'm trying to test my (webMethods/TME GLUE based) webservice and found that WSDL for one method void soapApplicationUpdateBlob(RoSOAPId idApplication,...
2 Nov 26, 2003
3:00 pm

Byrne Reese
byrnereese
Send Email

FW: This is SPOOOOOOOOOKY ... From: Charles Burton [mailto:crburton@...] Sent: Tuesday, November 25, 2003 2:20 PM To: 'Suzanne Cloutier'; 'Randy...
1 Nov 25, 2003
8:18 pm

Edward Elliott
ek3ed
Send Email

Hya, I'm stuck with a bit of a quandary I'm having a difficult time finding my way out of. I've a simple method returning a 'struct&#39; but I need to encode one...
3 Nov 25, 2003
11:00 am

Stephane Bortzmeyer
bortzmeyer@...
Send Email

... You should be getting a warning here "Not an ARRAY reference" You need to navigate down several levels of hash references for $item (@{$t->{BrowseList}}) {...
2 Nov 22, 2003
3:20 pm

Michael J. Flynn
flynnmj
Send Email

Hello- I'm sure I'm missing something, but haven't found the answer in the docs I've looked at. I found some code on soap.env that prints out a book title and...
1 Nov 21, 2003
10:35 pm

Michael J. Flynn
flynnmj
Send Email

How would I generate an xsi:nil="true" value in a SOAP message? This is what I need: <businessAddress2 xsi:type="xsd:string" xsi:nil="true"/> Thanks, Adhamh...
1 Nov 21, 2003
3:27 pm

Adhamh Findlay
adhamhcf
Send Email

I'm using SOAP::Lite as a client to call methods on a gSOAP server. The method I am trying to call thakes 4 input parameters: two strings, a boolean, and a...
4 Nov 21, 2003
2:31 pm

Aaron Trevena
ajt_stc
Send Email

Hi! I'm requesting a base64Binary-file from a soap-server, but I get this errormessage when trying to retrieve it with SOAP::Lite. The xml-code seems valid...
4 Nov 21, 2003
12:46 pm

Paul Harman
seancortan
Send Email

Hi, I've used SOAP::Lite before for some simple types, now I'm investigating if SOAP::Lite can be used for a complex type... I'm especially worried about ...
6 Nov 21, 2003
11:32 am

Alasdair Allan
dr_aallan
Send Email

Is there a built-in mechanism for sending/receiving xsd:dateTime structures? I've tried: SOAP::Data->name("created")->type("xsd:dateTime")->value(time())); ...
1 Nov 20, 2003
11:56 am

Paul Harman
seancortan
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