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
Messages 6408 - 6444 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6408 martin.busik@...
mbusik70 Send Email
Dec 3, 2009
10:38 am
Hi Jared, ... See http://search.cpan.org/~mkutter/SOAP-Lite-0.710.10/lib/SOAP/Lite.pm, documentation of the on_action() method. Cheers, Martin...
6409 fde101 Send Email Dec 8, 2009
3:54 pm
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...
6410 Frank Engel
fde101 Send Email
Dec 8, 2009
4:14 pm
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...
6411 gcpochron Send Email Dec 9, 2009
6:29 pm
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...
6412 helbaby33 Send Email Dec 10, 2009
12:18 am
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....
6413 martin.busik@...
mbusik70 Send Email
Dec 10, 2009
8:07 am
Hi, ... take a look at: http://www.wlp-systems.de/soap-lite-and-ws-security.html There is no timestamp in the example, but with that example it should be ...
6414 martin.busik@...
mbusik70 Send Email
Dec 10, 2009
8:10 am
Hi, ... The reason is: Failed to access class (Demo): Can't locate Demo.pm in @INC (@INC contains: C:/Per l/site/lib C:/Perl/lib .) you might extend your @INC...
6415 gnustavo Send Email Dec 14, 2009
6:38 am
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...
6416 Gustavo Leite de Mend...
gnustavo Send Email
Dec 14, 2009
3:40 pm
While my first message was waiting to be approved I was able to solve the problem and released version 0.23 of JIRA::Client at CPAN. The solution was to...
6417 Eric Wersel
ericwersel Send Email
Jan 4, 2010
7:27 pm
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...
6419 uwe@... Send Email Jan 11, 2010
3:43 pm
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...
6421 Alan Young
alansyoungiii Send Email
Jan 13, 2010
5:26 am
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(...
6423 mythsgreeks Send Email Jan 15, 2010
3:54 pm
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 : ...
6424 Nick Wehr
nick2canz Send Email
Jan 15, 2010
4:14 pm
there's lots of free help - start here: http://learn.perl.org/ wsdl support can be pretty tricky in my experience. you might want to just cherry pick the calls...
6425 manumahendran Send Email Jan 18, 2010
4:16 pm
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...
6427 claude.lecommandeur
claude.lecom... Send Email
Jan 27, 2010
3:07 pm
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...
6428 Joseph Werner
telcodev@... Send Email
Jan 27, 2010
3:51 pm
My understanding is that cookies are used to maintain state on the client end of the http connection between requests of the server. The server has full...
6432 Trevor Phillips
Dortamur Send Email
Feb 8, 2010
3:49 pm
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...
6433 Dave Howorth
dhoworth@... Send Email
Feb 8, 2010
4:04 pm
... Just use a different URL for the SOAP requests, then your problem goes away. Cheers, Dave...
6434 Chris Woodfield
cwoodfieldatl Send Email
Feb 8, 2010
4:20 pm
I'll add that "different URL" can mean simply adding something like "? querytype=soap11&quot; to the end of it... -Chris On Feb 8, 2010, at 11:03, Dave Howorth...
6435 Dave Howorth
dhoworth@... Send Email
Feb 8, 2010
4:39 pm
... It can but that opens a philosophically-RESTless can of worms :) Plus it's shorter to just say: http://www.domain.com/my/url/soap or even ...
6436 patwa_2003 Send Email Feb 9, 2010
5:34 am
Hello, I have a multipart message. I created the attachment with MIME::Entity: my $ent = build MIME::Entity( Type => "application/xop+xml", Encoding...
6437 csebe Send Email Feb 10, 2010
4:50 am
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...
6438 Byrne Reese
byrnereese Send Email
Feb 10, 2010
9:15 pm
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...
6439 Byrne Reese
byrnereese Send Email
Feb 10, 2010
9:16 pm
DIME support was started in SOAP::Lite, by me actually, but never completed. Partially due to a lack of demand. That being said, the attachment layer of...
6440 robertb127 Send Email Feb 10, 2010
9:16 pm
Hi, I am having problems working with a Microsoft-IIS server. The example <soap:Envelope&gt; they give me does not have the following: ...
6441 nulibali Send Email Feb 19, 2010
2:55 pm
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...
6442 olli_perl Send Email Mar 8, 2010
12:58 am
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...
6443 Martin Busik
mbusik70 Send Email
Mar 9, 2010
7:06 pm
Hi, ... Yepp. It is a good idea to find out, what xml-requests do php and perl generate and then to find out how to manage it to create what's needed. I'm a...
6444 rosko.james Send Email Mar 10, 2010
5:03 pm
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....
Messages 6408 - 6444 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help