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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3229 - 3258 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3229 Byrne Reese
byrnereese Send Email
Dec 12, 2003
5:09 pm
Such a common problem. I really must post something about this on the SOAP::Lite web site. In fact I will, but for now: SOAP::Lite wants to (be default) use...
3230 Scott Ellsworth
scottalodar Send Email
Dec 12, 2003
7:32 pm
Byrne, Thanks much for the reply. I have two followup questions, that I hope are easy to answer. ... Ok - I have read the articles again, and they make more...
3231 Craig (of course)
craighoo Send Email
Dec 13, 2003
11:24 pm
Using the SOAP::Deserializer I can see that the incoming XML looks like the following, but am unable to extract the value of the base64 item (shiffy). Should I...
3232 Bruno Grossmann
samnrv Send Email
Dec 15, 2003
3:08 pm
Hello, I am presently trying to use SOAP::Lite in conjunction with Sun (jndi- based) DSML client. However, as can be expected, I am running in to some issues....
3233 Bruno Grossmann
samnrv Send Email
Dec 15, 2003
8:31 pm
Using -> on_action(sub{return}) does not solve my problem, although I get a different error: javax.naming.CommunicationException: [SOAP: fault code...
3234 Tim Wood
timwood0@... Send Email
Dec 15, 2003
10:58 pm
I have a J2EE-based server that has an interface to be used by a Perl component via SOAP::Lite. The Java interface is defined thus: public FrammisID ...
3235 leanstasi@...
leanstasi Send Email
Dec 16, 2003
5:41 pm
Hello I have a HTTP::Daemon with $daemon = SOAP::Transport::HTTP::Daemon -> new (LocalPort => $portNumber)-> dispatch_to('ClusterGroupControlService&#39;); and ...
3236 Jim Hebert
jhebertocx Send Email
Dec 16, 2003
9:40 pm
... I've read the links posted, and now I have my own twist on the question: Seems like many people have the problem where, they make a relatively simple...
3237 victorio_bentivogli@...
victorio_ben... Send Email
Dec 17, 2003
1:18 pm
Hello, I am trying to use SOAP::Lite to send attachments over SMTP/POP3. I modified the example code provided: ... use SOAP::Lite +trace => 'all'; use...
3238 domingo_alcazar@...
domingo_alcazar Send Email
Dec 17, 2003
5:03 pm
Hello. I'm trying to use SOAP::Lite with PerlScript using lite.dll. ¿Is this dll still supported? I haven't found it in soaplite.com. ¿Which differences...
3239 jigsaw9876 Send Email Dec 18, 2003
12:29 pm
Hi, I am trying to send a multipart message as per the example in MIME::Entity documentation from a soap server At my client, I get the following error: Can't...
3240 Byrne Reese
byrnereese Send Email
Dec 19, 2003
7:01 am
Actually, MIME support was never enabled for anything but HTTP. SOAP::MIME was originally just a patch. Properly supporting MIME requires a large rewrite. But...
3241 jpeyser Send Email Dec 19, 2003
6:46 pm
Scott, Your Perl Server should be returning something similar to this. return SOAP::Data->value( SOAP::Data->name('admin' => 1), SOAP::Data->name('guest' =>...
3242 Byrne Reese
byrnereese Send Email
Dec 20, 2003
6:03 pm
Check out the following article on majordojo... http://www.majordojo.com/archives/000013.html ... ^byrne :/...
3243 Byrne Reese
byrnereese Send Email
Dec 20, 2003
6:09 pm
I would suggest you create some handy constructor methods for each complex type. This is a temporary solution until wsdl2perl is released - at which point this...
3244 Byrne Reese
byrnereese Send Email
Dec 20, 2003
6:14 pm
I would use the MIME::Base64 package to decode and encode base 64 values. You may also need to override the encoding namespace in SOAP::Lite. There was a very...
3245 Steve
moosetunes Send Email
Dec 21, 2003
7:01 pm
All: I've configured a Linux box with Perl, Apache and SOAP::Lite (full install from CPAN). I'm running one of the popular "Hello World" arrangements with a...
3246 jigsaw9876 Send Email Dec 22, 2003
12:51 pm
Hi again, I have been sitting with this problem for a few days now and wonder if anyone has an idea? Has anyone tried this before? Any success? I understand...
3247 samnrv Send Email Dec 22, 2003
4:34 pm
I have tried this custom serializer but I end up with the following error on the server: Client Modification of a read-only value attempted at ...
3248 Tim Wood
timwood0@... Send Email
Dec 23, 2003
6:31 pm
... Byrne, Sorry for the delay in replying, and thanks for the info. It will take me a bit to fully apprehend it; the framework seems to be shifting a bit....
3249 Alessandro Ranellucci
alessandrora... Send Email
Dec 26, 2003
11:38 am
I'm building a client: return SOAP::Lite -> uri( 'urn:Jelly_SOAP_Server&#39; ) -> proxy( 'http://localhost:8082/soap-server.php&#39; ) -> getTasksForHost() -> result; ...
3250 Byrne Reese
byrnereese Send Email
Dec 26, 2003
2:44 pm
By a constructor in this sense, I don't mean one in the Java sense. The idea is that you have somekind of subroutine that can construct a simple SOAP::Data...
3251 jpeyser Send Email Dec 26, 2003
5:17 pm
I would like to mention another way of displaying the XML without modifying any code. (Not as sophisticated or flexible as Maurice McCabe's solution [Message...
3252 wackerl@...
cjbecjbe Send Email
Dec 29, 2003
2:09 pm
it is apparently possible (though maybe not legal xml) to bild an array without declaring an arraytype. something like this chunk: <A> <B>x1</B> <B>x2</B> ...
3253 wackerl@...
cjbecjbe Send Email
Dec 29, 2003
2:19 pm
no attachments. oh, all right... ... #!/usr/bin/perl use LWP::UserAgent; $payload = <<eoXML; <?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope ...
3254 nib000 Send Email Dec 30, 2003
2:30 am
Heya. I'm trying to get SOAP::Schema to work on a WSDL that requires cookies and a PKCS12 Cert. I can access the services fine using SOAP::Lite cookie_jars...
3255 opus23k Send Email Dec 30, 2003
5:58 pm
I'm just getting started with SOAP, I've been asked to write some code to make requests using it. Things are starting to make sense, however all the examples I...
3256 opus23k Send Email Dec 30, 2003
9:27 pm
... Take a look at http://soapenv.org/article.pl? sid=02/02/11/1740229&mode=thread Also, see Byrne Reese's website. http://majordojo.com/soaplite/ ... These...
3257 Tim Wood
timwood0@... Send Email
Dec 30, 2003
10:00 pm
... SOAPbox: There seems to be a meta-problem with SOAP::Lite that's keeping from being as useful as it could be. Basically I and others are encountering fog...
3258 Steve
moosetunes Send Email
Dec 31, 2003
12:49 am
All: I have a SOAP client that pulls a hash (hash reference actually) from a remote SOAP server. I can make this work currently if the hash data is generated...
Messages 3229 - 3258 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