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

http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/37623 In this interesting article people talks about a SOAP interface to Google's search engine. Is...
1 Apr 10, 2002
4:27 pm

steffen.roller@...
scooter_de
Send Email

Hi all, I hope someone could help me with this problem. It's been bugging me for a few days. On the server side, how do I generate a response similar to the...
1 Apr 10, 2002
4:11 pm

Shin Neng Wong
shinnengw
Send Email

Hi, all. Is it possible to handle large parameters in SOAP, without storing them in memory all at once? Is there a way of streaming the request or response so...
2 Apr 9, 2002
2:59 pm

Ricardo Scachetti Per...
scachett
Send Email

Hi everybody! Perhaps a simple question, but I've tried and can't find any clues really.. I'm running a SOAP::Lite client from within an perl-based application...
2 Apr 8, 2002
2:15 pm

Sean.Meisner@...
Send Email

When trying to call a WSDL service method, that excepts numerous parameters, I get the following error (dump of the fault data). This is traced back to the...
3 Apr 4, 2002
6:38 pm

Sterin, Ilya
isterin
Send Email

I'm trying to implement a soaplite server/client that accept the international char ñ(Ñ). I've been succesful in the response: with ...
2 Apr 4, 2002
4:50 pm

Paul Kulchenko
paulclinger
Send Email

I have tried but failed in my attempts to send arrays of any type (an array of strings or an array of doubles) using a Perl soap:lite Client to a C++ gsoap...
1 Apr 3, 2002
2:23 am

diafree2001
Send Email

My resuls structure has increased in complexity and I am having difficulty processing it. I have something like the following: <jobs> <job> <jobID> 1 </jobID>...
4 Apr 2, 2002
6:52 pm

Paul Kulchenko
paulclinger
Send Email

Dear Friends, The best of Opportunities exists now for the best People in IT. We are Recruitment consultants servicing one of the India's top 10 IT companies. ...
1 Apr 2, 2002
8:12 am

fortefellows
Send Email

Hello All, With Duncan's suggestion I was able to send a hash from SOAP::Lite and turn it into a Java HashMap. I am now trying to go the other way. Here is...
2 Apr 1, 2002
7:09 pm

Paul Kulchenko
paulclinger
Send Email

I am trying to construct the following as part of my request: <pages> <page> <url>blah</url> <hits>88</hits></page> <page> <url>deeblah&lt;/url>...
2 Mar 29, 2002
6:27 pm

dwfulton
Send Email

Hello All, I am new to SOAP and I am developing a perl client to communicate to a Java (AXIS) SOAP server using SOAP::Lite. The immediate problem is how to get...
1 Mar 29, 2002
4:56 pm

loundry2000
Send Email

getting the following error using the SOAP::Lite ASP/Lite.dll server there seems to be a problem loading Lite.dll i can get this server code to work on some...
5 Mar 29, 2002
2:05 pm

Paul Kulchenko
paulclinger
Send Email

Hi all, My problem involves trying to run perl Hello_client.pl James with the following 2 files: #!perl -w #Hello_client.pl use SOAP::Lite; use SOAP::Lite...
2 Mar 29, 2002
10:26 am

Paul Kulchenko
paulclinger
Send Email

test...
1 Mar 29, 2002
10:05 am

jchin1000us
Send Email

I've got a perl SOAP server (using SOAP::Lite, of course). Works fine with SOAP::Lite clients, but now I want a java client (using GLUE) to talk to it. As I...
2 Mar 29, 2002
7:24 am

Sarinder Virk
sarinder_virk
Send Email

I need to process results looking like: <jobs> <job> <jobID>1</jobID> <jobDetail>a</jobDetail > </job> <job> <jobID>2</jobID> < jobDetail >b</jobDetail > ...
3 Mar 28, 2002
12:32 am

Paul Kulchenko
paulclinger
Send Email

Hi everyone, I just installed SOAP::Lite on Linux. Up until now I've only been using it on Windows2000. When I try to run a small sample logged in as root, it...
1 Mar 27, 2002
7:33 pm

John Powell
johnp3d
Send Email

hello everyone. i am still pretty new to SOAP and SOAP::lite, so apologies if this is has already been covered, or if this is not the appropriate forum. i have...
3 Mar 27, 2002
4:12 pm

Daryl Williams
daryl@...
Send Email

Server #1 (incorrectly) returns: numGroupIds = 0 groupIds = While Server #2 (correctly) returns: numGroupIds = 3 groupIds = 123 Shouldn't these be the same? I...
4 Mar 27, 2002
3:58 pm

Paul Kulchenko
paulclinger
Send Email

I have been handed a sample of what my results should look like, and have been trying to use SOAP::Lite to do this. The problem I have having has to do with...
1 Mar 26, 2002
12:30 pm

dstotte
Send Email

I need to establish cookies authentication mechanism using SoapLite server and a Visual C++ client. In the example given in SoapLite guide a perl client is...
1 Mar 26, 2002
8:36 am

Rizwan Majeed
afarizwan
Send Email

I am trying to construct the following as part of my request: <pages> <page> <url>blah</url> <hits>88</hits></page> <page> <url>deeblah&lt;/url>...
5 Mar 26, 2002
4:18 am

Doug Fulton
dwfulton
Send Email

I just spent 3 days beating my head against a wall trying to figure out how to successfully call a stateful session bean using SOAP::Lite and Apache SOAP. The...
5 Mar 25, 2002
10:27 pm

Paul Kulchenko
paulclinger
Send Email

I've successfully been able to make a client request to a stateless session bean from SOAP::Lite (using Apache SOAP as the proxy for the EJB container)....
2 Mar 22, 2002
7:36 pm

Paul Kulchenko
paulclinger
Send Email

The SOAP::Lite cookbook is correct on this one! :) You are correct - just replace the http:// with https:// for the proxy() method. At least this works for me....
4 Mar 22, 2002
7:29 pm

Paul Kulchenko
paulclinger
Send Email

I have the following code: use SOAP::Lite; $file = 'data.xml&#39; ; open(INFO, "<$file&quot; ) ; @lines = <INFO> ; close(INFO) ; $long_line = join("&#92;n", @lines); my...
10 Mar 21, 2002
8:09 pm

davidthewatson
Send Email

Hello, I have a soaplite server which returns an array of complex types. My Client is written in VB. Also I wrote a custom type mapper for VB. When I return...
1 Mar 20, 2002
4:32 pm

anmue2002
Send Email

Hi, I am testing a service on SAL Central, but seem to be stuck: According to them this is a sample SOAP post: ...
5 Mar 19, 2002
1:04 am

Paul Kulchenko
paulclinger
Send Email

Hi, I'm just started doing some work with XMLRPC::Lite and run across a small problem where it returns faults with a faultCode that is a string containing...
2 Mar 18, 2002
11:56 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