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 3461 - 3490 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3461 jpeyser Send Email Apr 1, 2004
8:57 pm
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...
3462 Stephane Bortzmeyer
bortzmeyer@... Send Email
Apr 2, 2004
10:58 am
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...
3463 Stephane Bortzmeyer
bortzmeyer@... Send Email
Apr 2, 2004
1:55 pm
On Fri, Apr 02, 2004 at 12:58:52PM +0200, Stephane Bortzmeyer <bortzmeyer@...> wrote ... Using the above module to format the date and ...
3464 Jeff Nokes
jeff_nokes Send Email
Apr 2, 2004
5:52 pm
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 ...
3465 Duncan Cameron
duncan_camer... Send Email
Apr 2, 2004
9:16 pm
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...
3466 Byrne Reese
byrnereese Send Email
Apr 2, 2004
9:38 pm
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...
3467 Steven N. Hirsch
hirschs@... Send Email
Apr 3, 2004
1:40 am
... Byrne, Will the upcoming release properly handle literalxml encoding? I recently posted a workaround to enable the current version to handle this, but it ...
3468 Stephane Bortzmeyer
bortzmeyer@... Send Email
Apr 3, 2004
12:23 pm
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 ...
3469 Duncan Cameron
duncan_camer... Send Email
Apr 3, 2004
1:13 pm
... From memory, on the server side something like my $daemon = SOAP::Transport::HTTP::Daemon # etc $daemon->serializer->xmlschema('2001&#39;); or ...
3470 Duncan Cameron
duncan_camer... Send Email
Apr 3, 2004
1:30 pm
... 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&#39;); ...
3471 amigo_boy2000 Send Email Apr 4, 2004
4:18 am
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...
3472 amigo_boy2000 Send Email Apr 5, 2004
5:03 am
I am having trouble accessing the complex output from a web service. If I do it this way: ======================================================= my $s =...
3473 amigo_boy2000 Send Email Apr 5, 2004
7:22 am
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...
3474 Stephane Bortzmeyer
bortzmeyer@... Send Email
Apr 5, 2004
8:20 am
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...
3475 regwillingham Send Email Apr 5, 2004
4:03 pm
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"...
3476 Byrne Reese
byrnereese Send Email
Apr 6, 2004
7:44 pm
This is the proper way to return a SOAP::Fault from SOAP::Lite: die SOAP::Fault->faultcode("Client&quot;) ->faultstring(...) ->faultactor(...); Is that you are...
3477 Byrne Reese
byrnereese Send Email
Apr 6, 2004
7:51 pm
Fair enough... here is a little bit on datetimes with SOAP::Lite... A recent module to CPAN seems to help address the problem: ...
3478 Byrne Reese
byrnereese Send Email
Apr 7, 2004
12:07 am
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...
3479 Stephane Bortzmeyer
bortzmeyer@... Send Email
Apr 7, 2004
7:08 am
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 ...
3480 Stephane Bortzmeyer
bortzmeyer@... Send Email
Apr 7, 2004
7:19 am
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 ...
3481 Byrne Reese
byrnereese Send Email
Apr 7, 2004
9:30 am
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...
3482 Manessinger Andreas
andreas_mane... Send Email
Apr 7, 2004
11:19 am
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...
3483 sjwaud Send Email Apr 7, 2004
2:16 pm
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...
3484 Byrne Reese
byrnereese Send Email
Apr 7, 2004
2:18 pm
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...
3485 hillmw2000 Send Email Apr 7, 2004
3:02 pm
If I have a Perl web service like: **************************************************** #!/usr/bin/perl -w use SOAP::Transport::HTTP; ...
3486 Byrne Reese
byrnereese Send Email
Apr 7, 2004
3:44 pm
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 ...
3487 krishnan_anantheswara...
krishnan_ana... Send Email
Apr 7, 2004
7:28 pm
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...
3488 krishnan_anantheswara...
krishnan_ana... Send Email
Apr 7, 2004
8:45 pm
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...
3489 krishnan_anantheswara...
krishnan_ana... Send Email
Apr 7, 2004
8:54 pm
Hi, I'm trying to create an attribute of type xsd:dateTime using: my $x = SOAP::Data->value($date)->type('dateTime&#39;)); The error I get is: Schema/namespace for...
3490 Aaron Trevena
ajt_stc Send Email
Apr 8, 2004
2:09 pm
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...
Messages 3461 - 3490 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