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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3461 - 3490 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3461
SOAP::Lite parses the WSDL and creates the stub in memory which is time consuming. If you have the WSDL, you can use stubmaker.pl to create the stub and then...
jpeyser
Offline Send Email
Apr 1, 2004
8:57 pm
3462
I have a SOAP method which returns a date (currently as a string). Reading SOAP::Lite documentation <URL:http://guide.soaplite.com/#types%20and%20names>, I do...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Apr 2, 2004
10:58 am
3463
On Fri, Apr 02, 2004 at 12:58:52PM +0200, Stephane Bortzmeyer <bortzmeyer@...> wrote ... Using the above module to format the date and ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Apr 2, 2004
1:55 pm
3464
Hi, I'm trying to use SOAP::Lite as a client to interface with an internal SOAP based API at my company. My client platform is Linux/mod_perl and the server ...
Jeff Nokes
jeff_nokes
Offline Send Email
Apr 2, 2004
5:52 pm
3465
At 13:52:48 on 02-04-2004 Stephane Bortzmeyer <bortzmeyer@...> ... The type is dateTime not datetime and your server needs to specify the 2001 namespace not...
Duncan Cameron
duncan_camer...
Offline Send Email
Apr 2, 2004
9:16 pm
3466
I have been lagging in packaging the latest set of updates for SOAP::Lite because they are all tied into WSDL2Perl, but in the next release, the 2001 schema...
Byrne Reese
byrnereese
Offline Send Email
Apr 2, 2004
9:38 pm
3467
... Byrne, Will the upcoming release properly handle literalxml encoding? I recently posted a workaround to enable the current version to handle this, but it ...
Steven N. Hirsch
hirschs@...
Send Email
Apr 3, 2004
1:40 am
3468
On Fri, Apr 02, 2004 at 10:19:16PM +0000, Duncan Cameron <dcameron@...> wrote ... Yes, sorry for the stupid bug. Although it is not enough to solve the ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Apr 3, 2004
12:23 pm
3469
... From memory, on the server side something like my $daemon = SOAP::Transport::HTTP::Daemon # etc $daemon->serializer->xmlschema('2001'); or ...
Duncan Cameron
duncan_camer...
Offline Send Email
Apr 3, 2004
1:13 pm
3470
... Sorry to reply to my own posting but the soapversion() call doesn't work on a server in the same way as a client. Try SOAP::Lite->soapversion('1.2'); ...
Duncan Cameron
duncan_camer...
Offline Send Email
Apr 3, 2004
1:30 pm
3471
Which UDDI specification does UDDI::Lite support? I read in the O'Reilly book that it only supports version 1. I don't see anything in the POD indicating which...
amigo_boy2000
Offline Send Email
Apr 4, 2004
4:18 am
3472
I am having trouble accessing the complex output from a web service. If I do it this way: ======================================================= my $s =...
amigo_boy2000
Offline Send Email
Apr 5, 2004
5:03 am
3473
After poking around I'm able to make this work enough for my purposes (or learn more). One thing I was doing wrong was using ")->result" on the end of the...
amigo_boy2000
Offline Send Email
Apr 5, 2004
7:22 am
3474
On Sat, Apr 03, 2004 at 02:30:54PM +0100, Duncan Cameron <duncan_cameron2002@...> wrote ... It seems completely ignored, I get the same namespace. My...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Apr 5, 2004
8:20 am
3475
I'm trying to return a fault object from a soap::lite server to a java client, however tcptunnel tells me this: <?xml version="1.0"...
regwillingham
Offline Send Email
Apr 5, 2004
4:03 pm
3476
This is the proper way to return a SOAP::Fault from SOAP::Lite: die SOAP::Fault->faultcode("Client") ->faultstring(...) ->faultactor(...); Is that you are...
Byrne Reese
byrnereese
Offline Send Email
Apr 6, 2004
7:44 pm
3477
Fair enough... here is a little bit on datetimes with SOAP::Lite... A recent module to CPAN seems to help address the problem: ...
Byrne Reese
byrnereese
Offline Send Email
Apr 6, 2004
7:51 pm
3478
Ok folks - I am in need of a little help. Before I bang my head against the keyboard one last time, I thought I might consult my follow perl hackers for some...
Byrne Reese
byrnereese
Offline Send Email
Apr 7, 2004
12:07 am
3479
On Tue, Apr 06, 2004 at 12:49:05PM -0700, Byrne Reese <byrne@...> wrote ... I know it and mentioned it in my first message. It only handles ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Apr 7, 2004
7:08 am
3480
On Tue, Apr 06, 2004 at 10:19:38PM -0000, Byrne Reese <byrne@...> wrote ... RedHat, like FreeBSD, does not really support upgrades. It is probably ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Apr 7, 2004
7:19 am
3481
Ok folks - I am in need of a little help. Before I bang my head against the keyboard one last time, I thought I might consult my follow perl hackers for some...
Byrne Reese
byrnereese
Offline Send Email
Apr 7, 2004
9:30 am
3482
A majordomo installed as RPM will necessarily use the Perl installed as RPM, that would be 5.8.0. I guess you have installed 5.8.3 under /usr/local, but 5.8.0...
Manessinger Andreas
andreas_mane...
Offline Send Email
Apr 7, 2004
11:19 am
3483
Hi all.. Trying to get a perl client working correctly with a WebMethods Glue server. The problem I'm running into is that I need to send back an array of...
sjwaud
Offline Send Email
Apr 7, 2004
2:16 pm
3484
SOAP::Lite can do the same... or as you point out: should do that same. Again, I see no impedement to getting a result from a server, and then fetching a...
Byrne Reese
byrnereese
Offline Send Email
Apr 7, 2004
2:18 pm
3485
If I have a Perl web service like: **************************************************** #!/usr/bin/perl -w use SOAP::Transport::HTTP; ...
hillmw2000
Offline Send Email
Apr 7, 2004
3:02 pm
3486
Stephane, You saved me. The strace did the trick - I should've known that trick. ... Anyway - strace told me exactly where the permission problem was - there ...
Byrne Reese
byrnereese
Offline Send Email
Apr 7, 2004
3:44 pm
3487
Hi, I'm trying to send a multipart/related SOAP message with an attachment to a webservice (implemented in Java using Apache Axis). (I know that this is not...
krishnan_anantheswara...
krishnan_ana...
Online Now Send Email
Apr 7, 2004
7:28 pm
3488
I generated a custom SOAP::Lite client using stubmaker.pl and an appropriate WSDL file. What I want to do is to override the endpoint at runtime. I tried: my...
krishnan_anantheswara...
krishnan_ana...
Online Now Send Email
Apr 7, 2004
8:45 pm
3489
Hi, I'm trying to create an attribute of type xsd:dateTime using: my $x = SOAP::Data->value($date)->type('dateTime')); The error I get is: Schema/namespace for...
krishnan_anantheswara...
krishnan_ana...
Online Now Send Email
Apr 7, 2004
8:54 pm
3490
hi all, I have released some ebXML perl modules (using XML::Xerces and/or SOAP::Lite) as a proof of concept -- with a little hand-holding they can ping a...
Aaron Trevena
ajt_stc
Offline Send Email
Apr 8, 2004
2:09 pm
Messages 3461 - 3490 of 6385   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