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 5579 - 5610 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5579 Venkatraman S
blizzard_venkat Send Email
Sep 5, 2006
1:39 pm
Hi, I am facing a very-very basic problem while creating a WebService. I have a package VenkyHello that contains a subprog 'getNote&#39; - i want to expose this as...
5580 Venkatraman S
blizzard_venkat Send Email
Sep 5, 2006
2:14 pm
Apologies for messing up the Subject : its SOAP::Lite Venkatraman S <blizzard_venkat@...> wrote: Hi, I am facing a...
5581 Thomas J Pinkl
tpinkl Send Email
Sep 5, 2006
6:28 pm
... I haven't used WSDL files as input to a SOAP::Lite client, but from past traffic on this list it seems that SOAP::Lite&#39;s support for WSDL is limited to...
5582 Byrne Reese
byrnereese Send Email
Sep 5, 2006
6:50 pm
My sincerest apologies - I am waaaay behind in work and personal stuff and have not had time to get the latest version totally fixed. Everytime I think I have...
5583 Patrick Chanezon
chanezon Send Email
Sep 5, 2006
8:59 pm
No worries Byrne, I know the feeling:-) Thanks for the module, and just let us know when it's updated so that i can test it. P@ ... -- Patrick Chanezon, Google...
5584 Venkatraman S
blizzard_venkat Send Email
Sep 6, 2006
7:20 am
... past traffic on this list it seems that SOAP::Lite&#39;s support for WSDL is limited to basic data types. And what are the data types that arent supported...
5585 Sherzod Ruzmetov
sherzodr Send Email
Sep 6, 2006
7:37 am
In the XML Schema whatever is defined as complexType. ... From: soaplite@yahoogroups.com [mailto:soaplite@yahoogroups.com] On Behalf Of Venkatraman S Sent:...
5586 Dave Howorth
dhoworth@... Send Email
Sep 6, 2006
10:45 am
... .. snip .. ... This does, I think: my $request = SOAP::Lite->transport->http_request(); See the description of self() in the SOAP::Lite POD for a minimal ...
5587 Scott Seely
scott@... Send Email
Sep 6, 2006
1:58 pm
And in this case, that complexType just has to be accessed directly instead of through SOAP::Lite&#39;s simpler mechanisms. All the data is available, but you go...
5588 Venkatraman S
blizzard_venkat Send Email
Sep 6, 2006
3:43 pm
Any inputs ?? Kindly do provide your valuable suggestions please. --vEnkAt Venkatraman S <blizzard_venkat@...> wrote:...
5589 Gunter Sammet
guntersammet Send Email
Sep 6, 2006
7:02 pm
Hello all: Having some trouble with Soap lite talking to a .net service. Don't know enough about Soap to pinpoint the issue and didn't find anything on the net...
5590 Sherzod Ruzmetov
sherzodr Send Email
Sep 7, 2006
5:03 am
Here is a tip for you Venkatraman. Don't rely on SOAP::Lite&#39;s WSLD support for reasons some of which you already discovered. Another main reason is, WSLD's...
5591 Patrick Chanezon
chanezon Send Email
Sep 7, 2006
3:38 pm
Thanks for the tips Sherzod. Is you eBay's SDK's custom stubmaker public? I'd be interested in repurposing it for the Google AdWords API. Also do you think it...
5592 welkin_inc Send Email Sep 7, 2006
3:52 pm
I am trying to expose ApTest Manager modules via a soap interface. I get an HTTP 500 returned from Apache. My clue meter isn't picking up anything. Thanks in...
5594 Mike B
mikebigg Send Email
Sep 11, 2006
8:06 am
Greetings. I have been using SOAP::Lite as a client in Perl for most of a year now and found it pretty nice. I do have some questions that, regretfully, I...
5595 SpinLife Jobs
spinlifejobs Send Email
Sep 12, 2006
7:20 am
Hi, Sr. Software Engineer for a leading US MNC at Bangalore Education: Engineering Graduates Experience: 4+ Yrs Responsibilities: Design new customer-oriented...
5596 Venkatraman S
blizzard_venkat Send Email
Sep 12, 2006
1:29 pm
Hi, I am running into a wierd error and am unable to debug it for quite sometime now. Am not sure whether this is a bug or not : Apparently , am running into...
5597 Mike B
mikebigg Send Email
Sep 12, 2006
3:57 pm
All, Using SOAP::Lite, how can I process the client-side incoming SOAP response AS it arrives, instead of AFTER arrives? I have a large XML data transfer (more...
5598 Jesse Brown
jbpostini Send Email
Sep 12, 2006
4:45 pm
To my knowledge, the abstraction model of SOAP::Lite makes this impossible. (your code is not even called until after the request has been completely...
5599 Mike B
mikebigg Send Email
Sep 12, 2006
6:01 pm
Jesse / all, Good afternoon. Thanks for the response - I was afraid that would be the case. I was looked into the SOAP::Deserializer to see if sub classing...
5600 Jesse Brown
jbpostini Send Email
Sep 12, 2006
11:31 pm
Depending on what you need. You could use that to get ahold of the XML data during parsing, but you will then need to store that information somewhere, and...
5601 trracz Send Email Sep 13, 2006
6:30 pm
I'm trying to write a perl client to access to a web service written in java and using JAX-RPC. My perl client is connecting to the web service, but I can't...
5602 Eric Bridger
ebridger2004 Send Email
Sep 13, 2006
9:31 pm
You need to get familiar with the SOAP::Data object http://search.cpan.org/~byrne/SOAP-Lite/lib/SOAP/Data.pm#COMPLEX_TYPES which can be used to create an XML...
5603 Mike B
mikebigg Send Email
Sep 13, 2006
11:17 pm
Jesse / all, Actually, yes. My content is delivered as XML but I immediately convert it to SQL statements for a local database operation. So, I don't need the...
5604 Peter
petermcmilla... Send Email
Sep 14, 2006
6:10 pm
I've been spending ages struggling to get a C# .Net client to talk to my SOAP::Lite server. Visual Studio doesn't seem to give any errors, it just always...
5606 Andrew Bayliss
abayliss7906 Send Email
Sep 15, 2006
2:14 pm
You have to inherit from SOAP::Server::Parameters, e.g our @ISA = qw(SOAP::Server::Parameters); then you can pop the SOM, and get at the params by name: sub...
5607 Bala
balaa_uk Send Email
Sep 17, 2006
7:28 pm
Friends I used the examples found in http://www.developer.com/tech/article.php/3566631 to build the database. Its brilliant and working great. Now I would like...
5608 Bala
balaa_uk Send Email
Sep 18, 2006
1:16 am
I am getting (NOT FOUND) error with this code. Please could some one help. REQUEST & RESPONSE REQUEST -->POST /cgi-bin/temper.cgi HTTP/1.0 Host:...
5609 suvidhacampaign Send Email Sep 18, 2006
6:13 am
Dear Candidates Greetings from Sreeji.M.P , Suvidha Jobs. We are a reputed HR company based at Bangalore, INDIA engaged in Manpower solutions. We are...
5610 Rosa Fontana
rosazfontana Send Email
Sep 18, 2006
4:38 pm
When the stock market is going up and all your stocks and mutual funds are making money you feel like a genius. It is too bad that some folks don’t remember...
Messages 5579 - 5610 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