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

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

I'm able to send SOAP messages to a .NET WCF service via SOAP Lite successfully, unless the message meets these 2 criteria: - contains a less-than bracket < -...
3 Jul 8, 2010
10:36 pm

kooganani
Send Email

I am issuing a SOAP request and receiving a response but when SOAP::Lite returns the result structure, the structure is all empty. Issuing print(...
1 May 17, 2010
2:15 pm

captcuffs
Send Email

I've been trying to figure this out on my own, e.g. by reading this mail list and sites like: ...
2 May 16, 2010
5:49 pm

rahed
raherh
Send Email

Trying to use SOAP::Lite with .NET based webservice as described here: http://msdn.microsoft.com/en-us/library/ms995764.aspx, getting an error. "Element...
1 May 11, 2010
4:42 pm

IrakliyS
irasha
Send Email

I'm having a bit of trouble where I'm continually having to check if the result is an array or not to deal with it. Is there some way to always get an array,...
1 Apr 30, 2010
4:53 pm

Jo Rhett
jorhett
Send Email

Hi All, I have some code that was working perfectly with SOAP::Lite 0.708, but fails with everything starting from 0.708. The problem happens when an array is...
1 Apr 29, 2010
11:42 pm

jcroall
Send Email

Hi all, I have a problem and can't spot how to solve it. I have Googled and searched the archive here but can't find anything, so my apologies if this has...
3 Apr 23, 2010
2:59 pm

precisionlyte
Send Email

Hello, I have written some (perhaps too clever) code that attempts to enforce a strict API when calling a web service. Users must pass in blessed hashrefs and...
1 Apr 20, 2010
4:37 am

jcroall
Send Email

Very simple question. Where SOAPAUTH is a Header object, this works: my $som = $soap->call( SOAP::Data->name( $method )->attr( $SAMAPI ) => $SOAPAUTH ); ...
4 Apr 6, 2010
8:08 pm

Martin Busik
mbusik70
Send Email

I haven't tried any code on the newest Perl release-candidate, but someone who did sent me the following via Twitter: defined(%hash) is deprecated at ...
1 Apr 6, 2010
6:57 pm

Randy J. Ray
rjray_perl
Send Email

There is a page with two links on it about how to disable the c-gensym elements http://www.soaplite.com/2003/08/how_do_you_turn.html Both of the links there...
4 Mar 30, 2010
7:07 am

Jo Rhett
jorhett
Send Email

I am new to SOAP::Lite within PERL and need this to access a data repository. However, access to this repository is using a function call...
2 Mar 27, 2010
9:27 pm

Martin Busik
mbusik70
Send Email

I try to use a webServices with SOAP::LITE. With only simpleType like String is OK. But if I work with complexType my object in the service is always NULL. I'm...
3 Mar 27, 2010
9:09 pm

Martin Busik
mbusik70
Send Email

I'm dealing with a SOAP API that is returning Faults inside the envelope instead of inside the body. This is clearly against the API documentation, but they...
2 Mar 27, 2010
9:06 pm

Martin Busik
mbusik70
Send Email

I've got singular method calls working fine: my $som = $soap->call( SOAP::Data->name( 'ping' )->attr( $API ) => $AUTH ); or simpler if I didn't need the...
1 Mar 26, 2010
12:42 am

Jo Rhett
jorhett
Send Email

The documentation (pod) for trace options indicates that the follow is possible: # Send output to a function SOAP::Lite->import( +trace => method => transport...
1 Mar 25, 2010
6:02 pm

Jo Rhett
jorhett
Send Email

Dear group, I asked the same to the perlmonks, but maybe here are more Soaplite specialists :-) So here we go : I got a question about SOAP::Lite, which I...
2 Mar 18, 2010
10:36 pm

Martin Kutter
kutterma
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