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

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

Hi, ... I had a similiar problem. The XML-Schema definition contained the following attribute: elementFormDefault="qualified&quot; this causes some implementations...
1 Oct 30, 2009
2:11 pm

Martin Busik
mbusik70
Send Email

We have an issue trying to add an attribute to the soap:Envelope tag. The issue is that we need to add an xmlns attribute to the soap:Envelope tag that is...
2 Oct 29, 2009
11:21 pm

Martin Busik
mbusik70
Send Email

Wow, It has been a while since I wrote to this group. Hi everyone! I just wrote a new Perl module which I thought might be useful to people on this list as it...
1 Oct 29, 2009
6:49 pm

Byrne Reese
byrnereese
Send Email

<<job assignment solicitation>> Sorry for the quasi-spam, hoping to get a hand from one of you. My startup has a Soap API our partners use to insert orders...
1 Oct 23, 2009
6:20 am

joff
Send Email

I am attempting to port this code to a new server install, but for some reason it's not working with a current version of SOAP::Lite. When I switch the new...
1 Oct 15, 2009
10:14 pm

Wersel, Eric
ericwersel
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