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
Messages 2329 - 2358 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
2358 Randy J. Ray
rjray_perl Send Email
Feb 11, 2003
4:31 am
(Apologies to Andy for the duplication, I forgot to Cc soaplite) ... Similar to the response I gave a few days ago concerning arrays, the style .Net is...
2357 websocket <websock...
websocket Send Email
Feb 11, 2003
3:34 am
Has anyone done this? I need an example....
2356 msanesh <anesh@......
msanesh Send Email
Feb 10, 2003
10:57 pm
Does anyone know how to set the http timeout in soaplite? Thanks, Anesh....
2355 msanesh <anesh@......
msanesh Send Email
Feb 10, 2003
9:54 pm
I don't have direct relation with what you are trying, but I had a similar problem. I had soaplite client talking to apache axis server. The apache axis server...
2354 Andy Kelk
mopoke_uk Send Email
Feb 10, 2003
5:39 pm
Hi, Does anyone have any ideas on this at all? I've pretty much hit a wall and am about to give up with it. I think I might have to investigate other SOAP...
2353 Randy J. Ray
rjray_perl Send Email
Feb 9, 2003
10:18 pm
... Because of the different ways you can express arrays in XML Schema and WSDL, there is no one answer to this. The fact that you are writing to .Net is more ...
2352 Randy J. Ray
rjray_perl Send Email
Feb 9, 2003
10:06 pm
... Paul and I thank you. :-) ... Do you have the LWP (aka libwww-perl) package installed? I don't remember if SOAP::Lite requires it for installation, or just...
2351 Martin Keller
martin2901de Send Email
Feb 9, 2003
2:47 pm
Hi list, yesterday I bought the O'Reilley Book "Web Services with Perl" from Ray/Kulchenko. I am a newbie and was suprised how easy web services can be when I...
2350 websocket <websock...
websocket Send Email
Feb 8, 2003
2:13 pm
I'm new to SOAP so I thought I would start with SOAP::Lite. What's the syntax for sending back an array of strings. I tried something like the following: my...
2349 Martin Hajduch
somebody8765 Send Email
Feb 7, 2003
10:19 am
... this was the problem, thanks ! however - i'm just wondering, that even as i was mapping B to the wrong namespace, if it was empty, it was not a problem...
2348 msanesh <anesh@......
msanesh Send Email
Feb 7, 2003
5:47 am
I have seem the process size grow in perl when multiple soap operations. I thought this was my script, but I tried it with the google API as well. The code I...
2347 msanesh <anesh@......
msanesh Send Email
Feb 7, 2003
5:40 am
This usually means that something is not being passed with the right type. Make sure that each element of the array is being passed as the right type. It looks...
2346 Dan Grigsby
dcgrigsby Send Email
Feb 6, 2003
12:42 am
Hi Jay, others: This seems like the most frequently asked question, and while it's been answered in pieces, I thought maybe I could try and package up the ...
2345 Andy Kelk
mopoke_uk Send Email
Feb 5, 2003
4:27 pm
As a follow up to my own message, I can get the data to be recognised if I get VB.net to use literal style with "wrapped" ParameterStyle. <soap:Envelope...
2344 somebody8765 <mart...
somebody8765 Send Email
Feb 5, 2003
2:39 pm
hi ! i'm getting following error from axis: <faultstring>org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in...
2343 Andy Kelk
mopoke_uk Send Email
Feb 5, 2003
12:28 pm
Hi, I have searched the list and can't find an exact answer to my question. I have completed a SOAP::Lite server that works fine when I feed it from a...
2342 Duncan Cameron
dcameron@... Send Email
Feb 4, 2003
11:29 pm
... It's to do with namespace prefixes which cannot begin with xX|mM|lL. I can't figure out whether SOAP::Lite is correct in your case, it's a bit too late at...
2341 Sven Paulus
sven_paulus Send Email
Feb 4, 2003
9:31 pm
Hi, I'm currently trying to use a SOAP::Lite based server (mod_perl) with a SOAP::Lite based client. However the server complains about namespace problems: ...
2340 vanvuure <marcel_v...
vanvuure Send Email
Feb 4, 2003
1:48 pm
Hi, I have got a soap server that has a method 'OpenSession&#39; that should return a boolean, 'return&#39; and a string 'session id'. The soap envelope of how the...
2339 Stephen.Rosman@... Send Email Feb 4, 2003
1:32 am
I've had a bit of a rummage in the source code, I've installed it successfully on another server, I've reinstalled libnet, libwww, SOAP::Lite, I've got the...
2338 Keanan Smith
KSmith@... Send Email
Feb 3, 2003
7:51 pm
Umm, kinda, it's *legal* but not what your documentation indicates it is. It's actually calling the function OpenSession with one paramater, an XML, the XML...
2337 vanvuure <marcel_v...
vanvuure Send Email
Feb 3, 2003
2:00 pm
Hi, I have an existing soap client and for that client, I have to build a soap server. I'm building the server in SOAP::Lite. The client has already been built...
2336 Stephen.Rosman@... Send Email Feb 3, 2003
7:13 am
I'm trying to get the SOAP::Lite library working and I'm getting an insanely stupid error. (SOAP-Lite 0.55 on Apache 1.3 on Red Hat Linux 7.0) I set up the...
2335 Rajesh Kumar Mallah &...
mallah_rajesh Send Email
Feb 2, 2003
12:36 pm
Hi Folks, My SOAP::Lite server crashes anytime and stops listening. how shud i debug the problem . is there any way to trace on *server* side and log the...
2334 diane7b <diaben@.....
diane7b Send Email
Feb 1, 2003
6:16 pm
I have a java soap service that takes a user-defined object as request parameter and returns a user-defined object as the soap response. One part of the...
2333 Steve Piercey
vbfan78 Send Email
Jan 31, 2003
6:07 pm
... I'm using Apache Axis 1.0 with a SOAP::Lite client. I've found that the maptype() and blessed object references work together well for Java I have a...
2332 diane7b <diaben@.....
diane7b Send Email
Jan 31, 2003
5:20 pm
I have a java soap service that takes a user-defined object as request parameter and returns a user-defined object as the soap response. I have a java client...
2331 sufimufti <sufimuf...
sufimufti Send Email
Jan 31, 2003
2:56 am
Hello All, I am return HTML String from SOAP Lite Sever to a client running on Apace SOAP. The problem is that SOAP Lite is converting the HTML String (which...
2330 bentechie2000 <ben...
bentechie2000 Send Email
Jan 30, 2003
6:08 pm
Hi We are proud to bring you the most comprehensive knowledge resource portal on SAN Technology, http://www.techieindex.com/SAN The ultimate tool for SAN...
2329 quinn@...
quinn_weaver Send Email
Jan 30, 2003
6:04 pm
... The problem is that autodispatch relies on AUTOLOAD. If a function or method can't be found in your local code, SOAP::Lite&#39;s AUTOLOAD gets invoked and...
Messages 2329 - 2358 of 6629   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