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

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

Dear Group, I've been encountering an issue with a particular result being returned empty from a webservice through SOAP::Lite but using the same exact request...
5 Mar 18, 2010
10:36 pm

dbower01
Send Email

An older version of SOAP::Lite (0.60) defaulted to SOAP 1.1 and XMLSchema 1999. However, SOAP::Lite 0.710 still defaults to SOAP 1.1 but use XMLSchema 2001....
1 Mar 10, 2010
5:03 pm

rosko.james
Send Email

Hey folks, there is a good working PHP WSDL call-example which I want to redo in Perl using SOAP::Lite. My other calls built in Perl work very well, but that...
2 Mar 9, 2010
7:06 pm

Martin Busik
mbusik70
Send Email

Hi, I'm new to perl and soap and didn't find any solutions for my problem so maybe you can help me. I have a .net WCF Service, Soap 1.2, with authorization...
1 Feb 19, 2010
2:55 pm

nulibali
Send Email

Hi, I am having problems working with a Microsoft-IIS server. The example <soap:Envelope&gt; they give me does not have the following: ...
1 Feb 10, 2010
9:16 pm

robertb127
Send Email

Hello guys, I need to use DIME attachments with SOAP::Lite and apparently it is not working. DIME-Tools works ok by itself, SOAP::Lite works ok with MIME but...
2 Feb 10, 2010
9:16 pm

Byrne Reese
byrnereese
Send Email

Out of curiosity, how many people out in the soaplite community are available for contract work on the SOAP::Lite toolkit? It might be good to put together a...
1 Feb 10, 2010
9:15 pm

Byrne Reese
byrnereese
Send Email

Hello, I have a multipart message. I created the attachment with MIME::Entity: my $ent = build MIME::Entity( Type => "application/xop+xml", Encoding...
1 Feb 9, 2010
5:34 am

patwa_2003
Send Email

I have an application which is an existing standard CGI app, but I wish to also support SOAP requests for the same application. The submitted headers and POST...
4 Feb 8, 2010
4:39 pm

Dave Howorth
dhoworth@...
Send Email

Hello, I'm trying to set up a SOAP::Lite server that uses cookies to handle sessions. I have found plenty of examples on how to handle cookies on the client...
2 Jan 27, 2010
3:51 pm

Joseph Werner
telcodev@...
Send Email

I have been using your perl module `Soap::lite&#39; for last one month. I have trying to verify few webservices. I came across a strange scenario in which the...
1 Jan 18, 2010
4:16 pm

manumahendran
Send Email

HI ALL!!! I'm new with Perl-Soap and Perl in general, a newbbee!! I want to write a perl client for calling this web service : ...
2 Jan 15, 2010
4:14 pm

Nick Wehr
nick2canz
Send Email

I'm trying to make soap lite work with the Doba wsdl and having problems. I'm able to create the soap lite object with the call to SOAP::Lite->new->service(...
1 Jan 13, 2010
5:26 am

Alan Young
alansyoungiii
Send Email

Hello, I am new to SOAP::Lite and trying to talk to a SAP Webservice. I managed to access it and get a response, but I am stuck with reading the response. My...
1 Jan 11, 2010
3:43 pm

uwe@...
Send Email

Hi all, I'm trying to update an existing project that uses SOAP::Lite version 0.60 to 0.710. There are some existing complex types defined in a .wsdl that the...
1 Jan 4, 2010
7:27 pm

Eric Wersel
ericwersel
Send Email

Hi. I'm having a problem with my module JIRA::Client (http://search.cpan.org/~gnustavo/JIRA-Client/) which uses SOAP::Lite to implement an extended interface...
2 Dec 14, 2009
3:40 pm

Gustavo Leite de Mend...
gnustavo
Send Email

I am having problems getting the generic client/server script to run under IIS with activestate per 5.8.9 I have tested basic perl CGI handling at it works....
2 Dec 10, 2009
8:10 am

martin.busik@...
mbusik70
Send Email

Hello, I've looked low and high and can't find any example code on how to construct a security header that contains both Timestamp and UsernameToken nodes. I...
2 Dec 10, 2009
8:07 am

martin.busik@...
mbusik70
Send Email

All, apologies if I wasted anyone's time here -- we downgraded to XML::Parser 2.34 and SOAP::Lite 0.710.08, and this seems to have resolved the issue. Still of...
1 Dec 8, 2009
4:14 pm

Frank Engel
fde101
Send Email

Hi, New to the group -- I'm trying to configure a SOAP service using SOAP::Lite under mod_perl on Apache on one of our servers. * If I set up a standalone...
1 Dec 8, 2009
3:54 pm

fde101
Send Email

Hi Guys, Im still having problems with my soap request, it seems like its formed well but i've noticed in when tracing it, the request made is different to...
2 Dec 3, 2009
10:38 am

martin.busik@...
mbusik70
Send Email

Hi Kartik, i've fixed an cleaned your code. Now, with the attached code, you will generate semantically the same request, as your reference one. I mean...
2 Dec 1, 2009
5:38 pm

Martin Busik
mbusik70
Send Email

Hi Guys I've been fiddling around with SOAP::Lite and think its great so far, but am really struggling to get a result. I was wondering if anyone could give...
2 Nov 30, 2009
9:12 pm

Martin Busik
mbusik70
Send Email

Hi all, I'm having an issue and it may be a simple thing to resolve it. When a SOAP::Lite server returns a hash array to a Python client, and one of the hash...
2 Nov 26, 2009
9:39 pm

Martin Busik
mbusik70
Send Email

Hi, I'm kinda at wits end so hopefully this will make some sense. I'm trying to get a report from Akamai using their SOAP interface. I downloaded their WSDL...
4 Nov 26, 2009
9:39 pm

Martin Busik
mbusik70
Send Email

Hi, ... $namespace = "urn:myns";; $proxy->serializer->register_ns($namespace); my $prefix = $proxy->serializer->find_prefix($namespace); then you can use the...
1 Nov 26, 2009
9:39 pm

Martin Busik
mbusik70
Send Email

Hello, I'm trying to create a request with SOAP::Lite with the enclosed WSDL. I'd like to obtain something like the attached request (generated by NuSoap in...
5 Nov 16, 2009
6:31 pm

Paolo Asioli
paolo_asioli
Send Email

I'm trying to write a simple SOAP client. After making a request, the response only seems to be parsed into perl data structure a couple levels down. After...
4 Nov 13, 2009
3:46 pm

Martin Busik
mbusik70
Send Email

I am running a local StockQuoteService , http://localhost:8080/axis2/services/StockQuoteService?wsdl $stockprice=SOAP::Lite...
2 Nov 12, 2009
6:57 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