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

When I try to call a method with an enumeration as one of the parameters, nothing is sent. How do explicitly define the type? I assumed that since the WSTL...
1 Dec 6, 2010
10:40 pm

cresswell.alex
Send Email

Hello everybody. I've tried to use SOAP::Lite to access the API of SevOne (a monitoring solution), however it seems to have very poor performance. For example...
5 Nov 29, 2010
4:41 pm

Attila-Mihaly Balazs
x_at_y_or_z
Send Email

I'm seeing a problem where a certain type of error produces a die() inside the Transport module. That should be fine -- I have the entire soap-lite call...
1 Nov 15, 2010
11:55 pm

Jo Rhett
jorhett
Send Email

Hai i am developing an application with some thing like this in mind. SERVER ... CLIENT CLIENT CLIENT a server is connected to three client machines. when...
1 Nov 12, 2010
4:39 pm

Chaitanya Yanamadala
y_chaitu...
Send Email

Does anybody on the board do hourly or project based consulting work. Need help updating several web service calls to the vendors latest version. Thanks Rob...
1 Nov 11, 2010
10:51 pm

rknaak07
Send Email

Hi all My Perl WebClient calls over soap::lite a webservice on a server and gets following error from the server: Problem #' 08.11.2010 15:20:59.549 [INFO ]...
1 Nov 8, 2010
3:50 pm

as.aellen
Send Email

When I try to run this I get a 500 error. Can anyone shed some light on what might be causing this. I have tryed comparing my output to the anticipated xml...
1 Nov 5, 2010
9:27 pm

tekman2001
Send Email

Hi all When my Perl client calls a WebService over soap it gets following error from the server: Error soapenv:Envelope ...
2 Nov 5, 2010
3:26 pm

Martin Busik
mbusik70
Send Email

Hi Andres, ... $webService->call("doc:getCustomerAccessState",SOAP::Data->name("doc:request ") ... I see there two problems: 1. you need either to add: ...
1 Nov 3, 2010
6:38 pm

Martin Busik
mbusik70
Send Email

Hi all, I have a nice running Soap-Server, which can be started in HTTP or HTTPS mode. When I start this in HTTPS mode, and I telnet on the listening Port, the...
1 Nov 3, 2010
3:56 pm

chfoerst@...
chfoerst...
Send Email

Hello, I have written a soap server in perl & client in PHP but when calling method I get follwoing error ... PHP Fatal error: Uncaught SoapFault exception:...
2 Nov 3, 2010
8:39 am

Martin Busik
mbusik70
Send Email

Hi all My perl soap client sends a Soap reques to the Server. Basically this works and the server finds the operation getCustomerAccessState. when it ...
2 Nov 2, 2010
3:40 pm

Martin Busik
mbusik70
Send Email

I have a soap server running using the standard examples found on the web ... like the hibye example shown here ... Client ====== #!perl -w use SOAP::Lite; ...
2 Oct 27, 2010
8:53 am

Dave Howorth
dhoworth@...
Send Email

Dear All, I am using Perl SOAP server with code ===========Code============= use SOAP::Transport::HTTP; use Data::Serializer; use SOAP::Lite +trace => 'debug&#39;;...
1 Oct 21, 2010
6:22 am

bycv3
Send Email

I sent message to the server, and I got following trace: SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0x2f1b15c)...
1 Oct 16, 2010
3:58 am

Milan
bmilan...
Send Email

I am developing Internet oriented application to communicate with SOAP...
2 Oct 13, 2010
7:27 pm

Martin Busik
mbusik70
Send Email

Hello, I am writing a web service to return contents of a file At server side I can open a file & read contents but when client calls same method, I get...
8 Oct 7, 2010
6:44 am

prami_22
Send Email

Hi All, I am new to SOAP. I have set up 2 machines, 1 client(Ubuntu), 1 server(centos). and a wsld: <?xml version="1.0" encoding="UTF-8"?> <definitions...
2 Oct 5, 2010
3:48 pm

Dave Howorth
dhoworth@...
Send Email

I am a beginner to using SOAP::Lite with perl Below is a code snippet I am using. I managed to induce a fault by providing an incorrect proxy. use SOAP::Lite; ...
3 Oct 4, 2010
4:17 am

Eric Comeau
captcuffs
Send Email

Hello, I use soap lite and I wonder how can I simply print the soap body of a response or request for debugging purposes. Is it somehow possible ? Thanks, Jan...
2 Oct 2, 2010
1:38 pm

Martin Busik
mbusik70
Send Email

My search did not turn up any existing threads on this subject. I'm trying to use the SOAP::Transport::HTTP::Daemon class to establish a standalone server. My...
2 Aug 27, 2010
8:39 am

Dave Howorth
dhoworth@...
Send Email

SOAP Hello people,   I need urgent help on topics below 2:   1 ) how to retrieve the SOAP request in XML format ? 2 ) Is there a way to make the more...
2 Aug 25, 2010
9:44 pm

Joseph Werner
telcodev@...
Send Email

Hi, I'm trying to access a web service using SOAP::Lite and Axis2. There is no problem with the access but returned data seems incomplete. An array with number...
1 Aug 12, 2010
4:35 pm

fdegirmenci
Send Email

Hi, I am new to SOAP::Lite and I seem to have a weird behaviour which I can't find my way around. Any pointers would be highly appreciated. I am trying to...
1 Aug 12, 2010
4:46 am

Mithun Bhattacharya
inzoik
Send Email

SOAP::Lite&#39;s first output is the XML declaration. Is there a way to tell SOAP::Lite not to output the XML declaration and start with the SOAP envelope? I'm...
2 Jul 29, 2010
7:47 am

Martin Busik
mbusik70
Send Email

I there a way to tell SOAP::Lite not to send the XML declaration? I'm access a web service that throws an http 500 error when it see: <?xml version="1.0"...
1 Jul 27, 2010
8:50 pm

jcmcdevitt
Send Email

To all SOAP::Lite users, Hope you guys can help me with my situation below. We plan to generate a SOAP client using SOAP::Lite.  In the "soap address location...
1 Jul 15, 2010
6:30 pm

Leilani Tubu
leilani.tubu@...
Send Email

Hello, I am still trying to find debug my earlier issues and I ran into another problem. This is in SOAP::Lite version 0.712 Here is the warning/error: Use of...
5 Jul 14, 2010
11:32 pm

Thomas Boyda
tjzboyda
Send Email

Hello, Is there a way to tell SOAP::Lite server daemon *not* to parse the SOAP body, but just return the body in a variable? SOAP::Lite does not need to...
2 Jul 13, 2010
7:11 pm

Jo Rhett
jorhett
Send Email

Hello, I am having an issue with SOAP::Lite - I have a SOAP:Lite HTTP daemon which is to catch an XML document from a hospital system but when receiving the...
1 Jul 9, 2010
8:53 pm

Thomas Boyda
tjzboyda
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