Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5421 - 5454 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5421
I've found the source of the problem and a workaround. In WebLogic's WSDL they define xmlns:soap="http://schemas.xmlsoap.org/ wsdl/soap/". Lite.pm requires...
Kevin Stone
kevin_patric...
Offline Send Email
Jun 2, 2006
7:55 pm
5424
I posted this on perlmonks, and thought this would also be a good place to ask: I have a Perl SOAP client that insists on sending <ConfirmUnsubscribes...
chrs_mcmhn
Offline Send Email
Jun 8, 2006
8:43 pm
5425
Hi, I'm currently trying to get both .NET and Java (Apache AXIS) clients to work with a SOAP::Lite server. I've done what the documentation says regarding...
Andrew Bayliss
abayliss7906
Offline Send Email
Jun 9, 2006
3:30 pm
5426
On 6/10/06, Chris Dent <cdent@...> wrote: ... It seems that in all my fiddling about, I didn't properly test the most obvious solution, which was...
Andrew Bayliss
abayliss7906
Offline Send Email
Jun 12, 2006
5:25 pm
5427
I notice a xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" If you take your wsdl and do cat my.wsdl | sed -e s/soap:/other:/g | sed -e s/xmlns:soap/ ...
Kevin Stone
kevin_patric...
Offline Send Email
Jun 13, 2006
3:17 am
5428
Kevin, I'm not sure what this achieves, everything seems to work fine regardless of what the soap namespace prefix in the WSDL is. Andrew...
Andrew Bayliss
abayliss7906
Offline Send Email
Jun 13, 2006
10:27 am
5429
Sorry- I misread your email and thought you were using perl as a client, not a server. On Jun 13, 2006, at 6:26 AM, Andrew Bayliss wrote: Kevin, I'm not sure...
Kevin Stone
kevin_patric...
Offline Send Email
Jun 13, 2006
3:02 pm
5430
Where I work, SOAP-Lite is well on its way to becoming a mission critical piece of our new telecom provisioning systems. Overall, it is working like a dream...
Mike C
planetary_mike
Offline Send Email
Jun 13, 2006
7:38 pm
5431
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...
tyndyll
Offline Send Email
Jun 14, 2006
10:59 am
5432
... 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...
Jay A. Kreibich
jaykreibich
Offline Send Email
Jun 14, 2006
3:17 pm
5433
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/') ->...
longliveajay
Offline Send Email
Jun 14, 2006
10:03 pm
5434
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...
tyndyll
Offline Send Email
Jun 15, 2006
11:04 am
5435
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{ ...
Eric Bridger
ebridger2004
Offline Send Email
Jun 15, 2006
12:44 pm
5436
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...
tyndyll
Offline Send Email
Jun 15, 2006
3:18 pm
5437
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...
retoh123
Offline Send Email
Jun 15, 2006
11:32 pm
5438
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...
Byrne Reese
byrnereese
Offline Send Email
Jun 16, 2006
3:29 am
5439
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: ...
Byrne Reese
byrnereese
Offline Send Email
Jun 16, 2006
3:29 am
5440
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: ...
jadedr
Online Now Send Email
Jun 16, 2006
11:19 pm
5441
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: ...
jadedr
Online Now Send Email
Jun 16, 2006
11:19 pm
5442
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 ...
retoh123
Offline Send Email
Jun 18, 2006
6:44 pm
5443
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...
Scott Edwards
supadupa@...
Send Email
Jun 19, 2006
10:27 pm
5444
Try adding something like this to your client sub SOAP::Transport::HTTP::Client::get_basic_credentials { return "username" => "password"; } Issac...
Issac Goldstand
margol_il
Offline Send Email
Jun 19, 2006
11:07 pm
5445
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...
Scott Francis
darkuncle@...
Send Email
Jun 19, 2006
11:37 pm
5447
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...
gapeldoorn
Offline Send Email
Jun 21, 2006
5:55 am
5449
SOAP::Data->name('urn:Foo' => $theValue)->type('');...
Eric Bridger
ebridger2004
Offline Send Email
Jun 21, 2006
3:35 pm
5450
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...
sqlsoapy
Offline Send Email
Jun 22, 2006
3:57 pm
5451
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...
sqlsoapy
Offline Send Email
Jun 22, 2006
5:45 pm
5452
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...
Scott Edwards
supadupa@...
Send Email
Jun 22, 2006
11:20 pm
5453
A beautiful way is you provide required credentials on client side by overriding function get_basic_credentials() in class SOAP::Transport::HTTP::Client: sub...
retoh123
Offline Send Email
Jun 23, 2006
2:57 pm
5454
... 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 #...
Scott Francis
darkuncle@...
Send Email
Jun 23, 2006
7:49 pm
Messages 5421 - 5454 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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