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...
Show off your group to the world. Share a photo of your group with us.

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 5578 - 5609 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5578
Hello, I need the request object on the client. It is apparently necessary to get rid of the following error:- Can't call method "send_cgi_header" on an...
Himanshu Garg
pathrachar
Offline Send Email
Sep 5, 2006
6:04 am
5579
Hi, I am facing a very-very basic problem while creating a WebService. I have a package VenkyHello that contains a subprog 'getNote' - i want to expose this as...
Venkatraman S
blizzard_venkat
Offline Send Email
Sep 5, 2006
1:39 pm
5580
Apologies for messing up the Subject : its SOAP::Lite Venkatraman S <blizzard_venkat@...> wrote: Hi, I am facing a...
Venkatraman S
blizzard_venkat
Offline Send Email
Sep 5, 2006
2:14 pm
5581
... 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's support for WSDL is limited to...
Thomas J Pinkl
tpinkl
Offline Send Email
Sep 5, 2006
6:28 pm
5582
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...
Byrne Reese
byrnereese
Offline Send Email
Sep 5, 2006
6:50 pm
5583
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...
Patrick Chanezon
chanezon
Offline Send Email
Sep 5, 2006
8:59 pm
5584
... past traffic on this list it seems that SOAP::Lite's support for WSDL is limited to basic data types. And what are the data types that arent supported...
Venkatraman S
blizzard_venkat
Offline Send Email
Sep 6, 2006
7:20 am
5585
In the XML Schema whatever is defined as complexType. ... From: soaplite@yahoogroups.com [mailto:soaplite@yahoogroups.com] On Behalf Of Venkatraman S Sent:...
Sherzod Ruzmetov
sherzodr
Offline Send Email
Sep 6, 2006
7:37 am
5586
... .. 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 ...
Dave Howorth
dhoworth@...
Send Email
Sep 6, 2006
10:45 am
5587
And in this case, that complexType just has to be accessed directly instead of through SOAP::Lite's simpler mechanisms. All the data is available, but you go...
Scott Seely
scott@...
Send Email
Sep 6, 2006
1:58 pm
5588
Any inputs ?? Kindly do provide your valuable suggestions please. --vEnkAt Venkatraman S <blizzard_venkat@...> wrote:...
Venkatraman S
blizzard_venkat
Offline Send Email
Sep 6, 2006
3:43 pm
5589
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...
Gunter Sammet
guntersammet
Online Now Send Email
Sep 6, 2006
7:02 pm
5590
Here is a tip for you Venkatraman. Don't rely on SOAP::Lite's WSLD support for reasons some of which you already discovered. Another main reason is, WSLD's...
Sherzod Ruzmetov
sherzodr
Offline Send Email
Sep 7, 2006
5:03 am
5591
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...
Patrick Chanezon
chanezon
Offline Send Email
Sep 7, 2006
3:38 pm
5592
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...
welkin_inc
Offline Send Email
Sep 7, 2006
3:52 pm
5594
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...
Mike B
mikebigg
Offline Send Email
Sep 11, 2006
8:06 am
5595
Hi, Sr. Software Engineer for a leading US MNC at Bangalore Education: Engineering Graduates Experience: 4+ Yrs Responsibilities: Design new customer-oriented...
SpinLife Jobs
spinlifejobs
Offline Send Email
Sep 12, 2006
7:20 am
5596
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...
Venkatraman S
blizzard_venkat
Offline Send Email
Sep 12, 2006
1:29 pm
5597
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...
Mike B
mikebigg
Offline Send Email
Sep 12, 2006
3:57 pm
5598
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...
Jesse Brown
jbpostini
Offline Send Email
Sep 12, 2006
4:45 pm
5599
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...
Mike B
mikebigg
Offline Send Email
Sep 12, 2006
6:01 pm
5600
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...
Jesse Brown
jbpostini
Offline Send Email
Sep 12, 2006
11:31 pm
5601
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...
trracz
Offline Send Email
Sep 13, 2006
6:30 pm
5602
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...
Eric Bridger
ebridger2004
Offline Send Email
Sep 13, 2006
9:31 pm
5603
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...
Mike B
mikebigg
Offline Send Email
Sep 13, 2006
11:17 pm
5604
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...
Peter
petermcmilla...
Offline Send Email
Sep 14, 2006
6:10 pm
5606
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...
Andrew Bayliss
abayliss7906
Offline Send Email
Sep 15, 2006
2:14 pm
5607
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...
Bala
balaa_uk
Offline Send Email
Sep 17, 2006
7:28 pm
5608
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:...
Bala
balaa_uk
Offline Send Email
Sep 18, 2006
1:16 am
5609
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...
suvidhacampaign
Offline Send Email
Sep 18, 2006
6:13 am
Messages 5578 - 5609 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