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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3338 - 3367 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3338
Sorry. I'm new to SOAP::Lite and have a Perl package I'm dispatching CGI-based SOAP messages to. This package is returning raw XML. How can I specify that...
mscharbe
Offline Send Email
Feb 2, 2004
4:51 pm
3339
Hi - I have a SOAP::Lite client which passes a complex parameter to a Java server. Eveything works fine except for one of the subparamters which can't be...
Jon Nixon
jon_nixon
Offline Send Email
Feb 3, 2004
9:07 pm
3340
... This (or similar) goes in the FAQ: my $myProxy = SOAP::Lite->service($serviceURL)->xmlschema(2001); TW...
Tim Wood
timwood0@...
Send Email
Feb 3, 2004
10:47 pm
3341
hi, I really try to implement diferent actors ... just there is absoloutly no documentation on it ... or am i just to dump to find it? could anybody please...
Lenz Gschwendtner
norbu09
Offline Send Email
Feb 4, 2004
12:30 am
3342
Hi, everyone, I am developing a SOAP server/client in OO-style. I need to transfer a big size of data. When I am trying it, I always got an error "500 read...
Peijun Zhang
peijunz@...
Send Email
Feb 4, 2004
4:32 pm
3343
Hi! This might be a very stupid question, but I didn't find the answer to it anywhere. I have problems using remote objects by reference using Apache's...
Andre Bonhote
andre@...
Send Email
Feb 5, 2004
2:28 pm
3344
Hi Andre, although i'm not completely sure, i think i know what's happening. A solution is not in my mind currently, perhaps someone else may know how to use...
Thorsten
tribbles01
Offline Send Email
Feb 5, 2004
3:35 pm
3345
I have been doing some testing of Soap::lite server, and everything worked fine with a SOAP::Lite client, but I have been having problems with a Java Axis...
epfreed1
Offline Send Email
Feb 5, 2004
3:54 pm
3346
... Funny enough: I run ./httpd -X and the thing works fine! Any way to work around this? Thanks André -- Wenn der Bauer nackend tanzt, sich die Magd im Stall...
Andre Bonhote
andre@...
Send Email
Feb 5, 2004
4:02 pm
3347
Take a look at an Amazon REST2SOAP gateway I created. In its code samples I use a CGI to receive a SOAP request, make a REST call, and the wrap the REST...
Byrne Reese
byrnereese
Online Now Send Email
Feb 5, 2004
11:27 pm
3348
Hi, Can anyone help me with this problem? I have a java web service written using JAX-RPC. I have a test function which accepts a file and return the same...
gomailme
Offline Send Email
Feb 6, 2004
1:51 am
3349
I see on the change log for .60 that an Axis interoperability bug was fixed to output a CRLF to terminate a MIME boundery (as required by Axis) instead of a...
epfreed1
Offline Send Email
Feb 6, 2004
3:53 pm
3350
Problem Definition: I had to access a web service using SOAP. The request XML that is to be sent to a web service is a bit complex. Therefore, I got...
maheshgadwal
Offline Send Email
Feb 9, 2004
9:49 am
3351
Greetings all, For some reason we occasionally get the following message when making our SOAP client request: no element found at line 1, column 0, byte -1 at ...
wesgurn
Offline Send Email
Feb 9, 2004
11:08 pm
3352
I thought I did a followup post on the group, but I must have forgotten. My problem was really simple to solve, maybe it will help you: I am running mod_perl...
Eric Freed
epfreed1
Offline Send Email
Feb 10, 2004
2:14 pm
3353
I order to fix the interop issue, you must download the latest MIME::Tools package. However you need to download: MIME-tools-6ALPHA-6.x or greater This version...
Byrne Reese
byrnereese
Online Now Send Email
Feb 10, 2004
3:54 pm
3354
Hello All, I am working on a SOAP::Lite client, using S::L 0.55. I frequently make use of this idiom: my $soap = SOAP::Lite ->proxy( 'soapd:8080/soapd/' ) ...
Josh Glover
jmglov027
Offline Send Email
Feb 10, 2004
10:38 pm
3355
... From: "Josh Glover" <josh.glover@...> To: <soaplite@yahoogroups.com> Sent: Tuesday, February 10, 2004 10:38 PM Subject: [soaplite] Object...
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 11, 2004
1:17 pm
3356
I have a problem trying to write a SOAP::Lite client to decode the following response from a (gSOAP) server: <SOAP-ENV:Envelope ...
Paul Harman
seancortan
Offline Send Email
Feb 12, 2004
4:22 pm
3357
Please check out the latest in SOAP::Lite examples and HOWTOs at: http://www.majordojo.com/archives/000150.html http://www.majordojo.com/archives/000042.html ...
Byrne Reese
byrnereese
Online Now Send Email
Feb 12, 2004
4:27 pm
3358
I am looking for a method of accessing SOAP fault info when calling services through WSDL. Apparently, the result of SOAP calls made in this fashion is not a...
crosen9999
Offline Send Email
Feb 12, 2004
11:50 pm
3359
... From: "crosen9999" <cliff@...> To: <soaplite@yahoogroups.com> Sent: Thursday, February 12, 2004 11:50 PM Subject: [soaplite] Problem Accessing...
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 13, 2004
5:13 pm
3360
-- This is a small portion of my SOAP::Data construct. SOAP::Data->name(varList => \SOAP::Data->name(Variable => \SOAP::Data->value(SOAP::Data->name(strVN =>...
adcgjh
Offline Send Email
Feb 13, 2004
10:05 pm
3361
I think you want to do this: SOAP::Data->name(varList => \SOAP::Data->value( SOAP::Data->name(Variable => \SOAP::Data->value( SOAP::Data->name(strVN => 'a1'), ...
Byrne Reese
byrnereese
Online Now Send Email
Feb 13, 2004
11:54 pm
3362
I'm finding that using a global fault handler doesn't seem to work when using WSDL to create the SOAP object: # global on_fault handler use SOAP::Lite on_fault...
crosen9999
Offline Send Email
Feb 14, 2004
12:13 am
3363
Hi, I think given below code will help you. I had tested this. Only one thing i assumed that varList is the Name of method which you want to sent this request....
maheshgadwal
Offline Send Email
Feb 14, 2004
7:06 am
3364
Hi, I had already written a piece of code for constructing these kinds of complex request. you can see the message "HOW TO - Access Nested SOAP Body Element" ...
maheshgadwal
Offline Send Email
Feb 14, 2004
7:14 am
3365
Hi, List! I have written a little SOAP Server using SOAP::Transport::HTTP It forks off in to background and works smoothly so far. As a watchdog functionality,...
Klaus Guenter
klaus.guenter@...
Send Email
Feb 17, 2004
11:58 am
3366
Hi, I've been trying to get Perl Soap's server to return a map so that I could type-cast it into a HashMap in Axis. This is what I have: sub test2_2 { return...
korngerd
Offline Send Email
Feb 17, 2004
5:24 pm
3367
The reason might be that the daemon handle is in blocking mode. Try setting it to non-blocking and then calling the handle routine using a timer. Jonathan ... ...
jpeyser
Offline Send Email
Feb 17, 2004
6:54 pm
Messages 3338 - 3367 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