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

Greetings, I trying to use SOAPHeader with a document type webservice but I'm not being able to make the server to reply the request. I have the following...
1 May 13, 2011
7:08 pm

Alceu R
glasswalk3r
Send Email

Greetings, I have an doubt about the request being automatically generated by SOAP::Lite. Here is (part) of the WSDL file content. Please note that are two...
1 May 11, 2011
8:54 pm

Alceu R
glasswalk3r
Send Email

Hello there, My name is Alceu and I'm a newbie with SOAP::Lite. I was adding some parameter validation in server side and follow the explanations on...
1 Apr 28, 2011
4:21 am

Alceu R
glasswalk3r
Send Email

I've been asked to "PKI Enable" one of my SOAP client tools and looking for pointers on where to start with this. Normally I call a "login" method with a...
1 Mar 17, 2011
9:37 pm

tnjeditor
Send Email

One of the methods requires that we pass it an array of int. I tried a) my @list = (); push( @list, 367288 ); push( @list, 328375 ); my @results =...
3 Mar 16, 2011
4:14 pm

Joseph Werner
telcodev@...
Send Email

My web method in .NET web service has a parameter attr[] attributes. how to pass this parameter in perl scripts? its xml format is: attributes> <attr> ...
1 Mar 16, 2011
4:13 pm

krishnapriya
krishh_july
Send Email

Hi, thanks to the help Martin gave me in my previous post I am getting much closer to having things working. I am successfully sending calls to the service...
2 Feb 12, 2011
8:25 pm

Martin Busik
mbusik70
Send Email

I am talking to a soap API. This is the desired output $xml = ' <metadata xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns4:kt_metadata_fieldset[1]"...
2 Feb 3, 2011
6:26 am

Joseph Werner
telcodev@...
Send Email

Greetings. We are trying to work around an issue with SOAP::Lite adding stuff to a request that an upstream SOAP library doesn't like. But now we've hit ...
1 Feb 2, 2011
8:15 am

Daniel Kasak
daniel.kasak
Send Email

While testing our asp.net web app service we noticed that the client aborts if the service id down. For example if port 80 is unavailable the client aborts...
2 Jan 27, 2011
8:50 am

Martin Busik
mbusik70
Send Email

Within the Crypt-SSLeay code there is a retry mechanism that gets triggered if there is a connection failure before the SSL handshake completes. By default,...
1 Jan 20, 2011
6:02 am

peterafriend
Send Email

Hi, I'm trying to use SOAP::Lite to contact a web service. However, I can not get the parameters under the request element. Below is my sample code: my $wsdl =...
1 Jan 15, 2011
12:47 am

Blaine Everingham
blaine.w.everingham@...
Send Email

Hi, I have been banging my head against the wall for a few days attempting to get SOAP requests working with this WSDL. I am trying to send a request to a...
3 Jan 14, 2011
3:56 pm

Martin Busik
mbusik70
Send Email

I'm having troubles getting my client to send values to function. I need a perl client to send this structure: POST /VSMapi/VSMapi.asmx HTTP/1.1 Host:...
2 Jan 13, 2011
11:30 am

Martin Busik
mbusik70
Send Email

This is probably an odd request, but I have been asked to update Email::Folder::Exchange to support Exchange 2007. Exchange 2007 no longer does WebDAV by...
1 Jan 13, 2011
7:05 am

warren@...
warren_m_smith
Send Email

Hi Andres, well, SOAP is an acronym for "is not simple, is not object, is not application, is not protocol" :-) ... In the early days of webservices, the xml...
1 Jan 4, 2011
2:10 pm

Martin Busik
mbusik70
Send Email

Hi all I'm writing a soap::lite client. When this client calls the operation from a WebService the first time, it is successfull. The call works and also the...
1 Dec 20, 2010
5:35 pm

as.aellen
Send Email

I'm developing a SOAP::Lite client that talks to a .Net WCF service. There was a bug in one of the service methods that generated a 500 Internal Server Error...
1 Dec 13, 2010
8:10 pm

shanebouslough
Send Email

Hi, I have to generate requests to an Internal Server that does not ahve a signed certificate. I keep getting the error ...
1 Dec 10, 2010
6:31 pm

shanky1171
Send Email

I need to retrieve the targetNamespace value from a service's wsdl. Is there any way to do this via SOAP::Lite? I can see the value sitting in the schema...
2 Dec 9, 2010
5:50 pm

Martin Busik
mbusik70
Send Email

Hi all My soap::lie script calls a webservice on a server. Unfortunately the server finds only some attributes/elements from the request, but not all. Perlcode...
6 Dec 8, 2010
2:02 pm

rahed
raherh
Send Email

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
  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