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
Messages 5431 - 5464 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5431 tyndyll Send Email Jun 14, 2006
10:59 am
Hi All, after much frustration I come to the source in hope of enlightenment. Is it possible to run mod_soap on Apache 2.2.2? The mod_perl site seems to...
5432 Jay A. Kreibich
jaykreibich Send Email
Jun 14, 2006
3:17 pm
... There was an unofficial patch floating around the list not long ago. You might want to check the archives. -j -- Jay A. Kreibich | CommTech, Emrg Net Tech...
5433 longliveajay Send Email Jun 14, 2006
10:03 pm
Folks, A simple question on my side I am currenlty using the following call to connect to a webservice: my $soap = SOAP::Lite -> uri('https://www.abc.com/') ->...
5434 tyndyll Send Email Jun 15, 2006
11:04 am
Hi all, Seeking some information with regard to accessing the contents of a SOAP element while using mod_soap. I've seen the article at majordomo with regard...
5435 Eric Bridger
ebridger2004 Send Email
Jun 15, 2006
12:44 pm
I've used omething like: my $service; for (1..$n){ $service = SOAP::Lite->proxy($proxy)->on_fault( sub { } ); if ( !$service->is_success ) { sleep 10; }else{ ...
5436 tyndyll Send Email Jun 15, 2006
3:18 pm
Thanks Jay, Found the patch and made the changes. For my own reference and for searching later a quick guide is 1) Download SOAP::Lite from CPAN (0.67 at time...
5437 retoh123 Send Email Jun 15, 2006
11:32 pm
An item is being generated by SOAP::Lite as <Item xsi:type="namesp1:StructureOf_Item"> ^^^ I have to remove the |xsi:type="namesp1:StructureOf_Item"| stuff and...
5438 Byrne Reese
byrnereese Send Email
Jun 16, 2006
3:29 am
The recent flurry of emails about Apache/mod_perl caught me in a rare moment of free time. I have made a few patches to address these issues. Here is the URL...
5439 Byrne Reese
byrnereese Send Email
Jun 16, 2006
3:29 am
I just released a "private" update to this problem (0.68) at the following URL. I would love the community's assistance in testing it: ...
5440 jadedr Send Email Jun 16, 2006
11:19 pm
Hello, I have perl client using the stub(pm file) generated by soap::Lite 0.60. It is working with soap::Lite 0.67. In the client, I have a line: ...
5441 jadedr Send Email Jun 16, 2006
11:19 pm
Hello, I have perl client using the stub(pm file) generated by soap::Lite 0.60. It is working with soap::Lite 0.67. In the client, I have a line: ...
5442 retoh123 Send Email Jun 18, 2006
6:44 pm
Hi, I have to send attributes as <urn:Foo> ... </urn:Foo> and *not* <Foo xsi:type="..."> ... </Foo> The argument «xsi:type...» is beeing added by SOAP::Lite ...
5443 Scott Edwards
supadupa@... Send Email
Jun 19, 2006
10:27 pm
I've reviewed the source for lwp-request to see how it overrides get_basic_credentials. As of yet, i'm undecided on how I can approach this. Would a patch to...
5444 Issac Goldstand
margol_il Send Email
Jun 19, 2006
11:07 pm
Try adding something like this to your client sub SOAP::Transport::HTTP::Client::get_basic_credentials { return "username"; => "password";; } Issac...
5445 Scott Francis
darkuncle@... Send Email
Jun 19, 2006
11:37 pm
So I'm using SOAP::Lite to build a Perl interface to a NetScaler load balancer (end goal is to have servers added and removed from a pool in an automated...
5447 gapeldoorn Send Email Jun 21, 2006
5:55 am
Hi, I've got some problems with sending attachments with SOAP::Lite. I'm trying to make a soap server respond with an attachments which I want to collect on...
5449 Eric Bridger
ebridger2004 Send Email
Jun 21, 2006
3:35 pm
SOAP::Data->name('urn:Foo&#39; => $theValue)->type('');...
5450 sqlsoapy Send Email Jun 22, 2006
3:57 pm
Hello, I'm trying to use a SOAP::Lite client V0.67 with the native web services in SQL Server 2005. I am getting the following error when I try to get the...
5451 sqlsoapy Send Email Jun 22, 2006
5:45 pm
Is it possible to use SOAP::Lite (0.67) using a service description with a WSDL that requires basic authentication? I can get to work just fine using...
5452 Scott Edwards
supadupa@... Send Email
Jun 22, 2006
11:20 pm
SugarCRM has a set_entry method via SOAP I'm attempting to use. I've made a working xml post by hand, but I'm unsure how to get my SOAP::Lite object to post...
5453 retoh123 Send Email Jun 23, 2006
2:57 pm
A beautiful way is you provide required credentials on client side by overriding function get_basic_credentials() in class SOAP::Transport::HTTP::Client: sub...
5454 Scott Francis
darkuncle@... Send Email
Jun 23, 2006
7:49 pm
... Following up with code inline, in hopes of soliciting some comments: #!/usr/bin/perl -w # # use Perl and NetScaler's SOAP API service - primarily useful #...
5455 Scott Edwards
supadupa@... Send Email
Jun 23, 2006
8:55 pm
http://www.majordojo.com/soaplite/docs/SOAP/Data.html#COMPLEX_TYPES solved all of my questions. I was able to troubleshoot faster by using a tcp endpoint off...
5457 Roger
i2mc Send Email
Jun 26, 2006
10:32 am
Hi Is there any documentation on how to create a custom type for use with SOAP::Lite? I'm writing clients and servers with the module and all is fine, but my...
5458 kris
krisg_mcd Send Email
Jun 27, 2006
6:54 pm
Hi, I am wondering if HTTP 1.1 is supported? if not, what are the alternatives? Thanks, -Kris...
5459 Christopher Heschong
heschong Send Email
Jun 27, 2006
9:30 pm
... ... Just as an FYI, I have reproduced this myself. Although I don't have any suggestions to help, I thought it might help to note that the problem seems...
5460 Scott Francis
darkuncle@... Send Email
Jun 27, 2006
10:31 pm
... define "supported&quot; - are you under the impression that only HTTP/1.0 is supported? I've been using HTTP/1.1 connections in my SOAP::Lite code (to the best...
5462 madhan1m Send Email Jun 29, 2006
8:45 pm
Hi All, I has been trying to access CA unicenter webservices using SOAP::Lite to connect axis webserver and calling 'getObjectValues' but it looks like it...
5463 Craig Dunigan
craigdunigan62 Send Email
Jun 30, 2006
2:46 pm
Hi, I'm writing a SOAP::Lite v0.60 client for a GeoTrust SOAP v1.1 doc/lit service that requires a complex request doc. I'm using v0.60 because I would rather...
5464 Eric Bridger
ebridger2004 Send Email
Jun 30, 2006
3:16 pm
SOAP::Lite does not ordinarily try to autotype complex object nodes only the leaves of your document tree. So remove the ->type(&#39;') from <Top> and <Level1>...
Messages 5431 - 5464 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