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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5106 - 5154 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5106
Got it working! Thanks for the pointer Byrne (BTW, if you search for "attachments" on your site it doesn't turn up anything... Google found it). I found some...
harbica
Offline Send Email
Jan 2, 2006
6:26 pm
5107
I got the following to work in 0.66, but I could not understand how to escape the XML with the Data method- the examples "return" it, but I do not understand...
wanda_b_anon
Offline Send Email
Jan 2, 2006
8:43 pm
5108
Hello, I have a problem when upgrading to Soap::Lite 0.66 I have a simple code which worked in previous version (I replaced uri by ns (using default_ns instead...
amla2216
Offline Send Email
Jan 3, 2006
9:51 am
5109
Dear SOAP::Lite developers, I wanted to let everyone know that I am aware of the annoying use_prefix warnings that many of you are reporting. I am going to...
Byrne Reese
byrnereese
Online Now Send Email
Jan 3, 2006
4:17 pm
5111
... Hash: SHA1 ... Re-pinging the list. Am I the only one trying to pass XML strings as arguments? - -- Don Seiler don@... Public Key:...
Don Seiler
dtseiler
Offline Send Email
Jan 4, 2006
4:29 pm
5112
Hi, I'm using a SOAP::Lite based client to call a method called "submit" which takes a (fairly) complex xml structure as an argument. This structure is used in...
dongleuk
Offline Send Email
Jan 4, 2006
5:26 pm
5113
Greetings, I am having some difficulties getting SOAP::Lite to have two sibling root elements. Why would I want to do this? Because Amazon requires it, oddly...
Nate
jashmenn
Offline Send Email
Jan 4, 2006
10:25 pm
5114
Dear SOAP::Lite Users, I am uploading into CPAN as we speak SOAP::Lite 0.66.1 - this is a MINOR release that simply suppresses the warning message about the...
Byrne Reese
byrnereese
Online Now Send Email
Jan 4, 2006
11:24 pm
5115
You will need to use the SOAP::Data element to define both your method and your parameters See: ...
Eric Bridger
ebridger2004
Offline Send Email
Jan 5, 2006
6:32 pm
5117
Howdy, I have written a SOAP server and seemed to have encountered something bizarre, and I am not sure where to go on it. This is the core of my SOAP Server....
herk_destro
Offline Send Email
Jan 6, 2006
3:00 pm
5118
I'm using SOAP::Lite 0.66.1 as a client (though it fails with other releases) and having a problem receiving byte arrays from an Apache Axis server. I'm using...
Steve Piercey
vbfan78
Offline Send Email
Jan 6, 2006
3:03 pm
5120
I am working with Amazons (WASP, I believe) server to download MIME attachments. The problem is WASP doesn't send the optional 'start' attribute in the...
Nate
jashmenn
Offline Send Email
Jan 6, 2006
8:28 pm
5121
I assume you are using SOAP::Lite 0.66.1. I would also contact Amazon - as the W3C SOAP with Attachment specification strongly recommends that the start...
Byrne Reese
byrnereese
Online Now Send Email
Jan 6, 2006
9:01 pm
5122
Weird - it should behave correctly with 0.66+. Here is the code from the Packager: die "Multipart MIME messages MUST declare Multipart/Related content-type" if...
Byrne Reese
byrnereese
Online Now Send Email
Jan 6, 2006
9:04 pm
5123
Hi, i am running Windows XP SP1 with Active Perl 5.8.0 Build 806. When I do the "nmake test" the result I get is the lines below. I can build the 0.66 base...
dcraul70
Offline Send Email
Jan 9, 2006
2:18 pm
5125
I get a response from a server that looks like good XML, but SOAP::Lite only provides it as a long string of XML rather than parsing it into a hash of...
wanda_b_anon
Offline Send Email
Jan 10, 2006
8:21 pm
5126
Hi, First I'm newbie in Perl. I would like to change the soap envelope in order to have something like this : <env:Envelope...
tilmant_a
Offline Send Email
Jan 11, 2006
3:10 pm
5127
I've used SOAP::Serializer->register_ns(uri, prefix). The prefix is optional. $client->serializer->register_ns( ...
Eric Bridger
ebridger2004
Offline Send Email
Jan 11, 2006
4:12 pm
5133
I am returning the following envelope to a .NET Client, which only partially works. The client recognizes that there are 2 "Summary" objects returned in the...
pfconrey
Offline Send Email
Jan 18, 2006
7:05 pm
5135
Howdy, I am trying to write a client that sends an XML message, however it requires me to use a Schema with it. This is a sample of the XML I was trying to...
herk_destro
Offline Send Email
Jan 20, 2006
8:30 pm
5141
... Hash: SHA1 Hello, I've got the following problem: I'm using SOAP::Lite 0.66 to realise a SOAP-Server. Everything works fine. The only thing that's really...
Philip Reetz
philipreetz
Offline Send Email
Jan 23, 2006
11:46 am
5146
I've XML request like the below one from this I would like to send a soap request. Can some one tell me whether is possible to send a xml request like this...
csuresh02
Offline Send Email
Jan 24, 2006
6:27 pm
5147
Hi, I would like to generate an UUID using soaplite. Data::uuid seems to be good way to do that but I can't succeed in installing it in windows 2003 server. ...
tilmant_a
Offline Send Email
Jan 25, 2006
2:33 pm
5148
Let's revisit this thread. I did my own investigation of the problem and realized that the problem is not stringification, but numeric conversion overloading...
dtikhonov
Offline Send Email
Jan 25, 2006
2:55 pm
5149
We are having problems with the wsdl specification or something - has anyone ever pulled this off?...
jbpostini
Offline Send Email
Jan 25, 2006
11:15 pm
5150
Hello, I am having a hard time implementing a SOAP webservice on Linux using: - Apache - mod_perl 1 - Perl 5.6.1 - and SOAP::Lite 0.66 To just fool around and...
Jonas B. Nielsen
jni@...
Send Email
Jan 26, 2006
12:57 pm
5151
Most likely this has to do with your Perl @INC array under Apache. Check your Apache httd.conf for a PerlRequire "/path/to/modperl-startup.pl" then make sure...
Eric Bridger
ebridger2004
Offline Send Email
Jan 26, 2006
1:33 pm
5152
Hi Eric, Thanks for the response, I dumped the @INC array to the error log and it contains the path where my modules are :-/ I even tried requiring the the...
Jonas B. Nielsen
jni@...
Send Email
Jan 26, 2006
1:54 pm
5153
Good evening, With a base install of SOAP::Lite version 0.66 I don't think it is possible for the user/developer to detect whether the SOAP 'call' failed, and...
Ollie Cook
olliebetfair
Online Now Send Email
Jan 26, 2006
6:59 pm
5154
Under SOAP::Lite 0.66 the Content-Type: HTTP header grows and grows with each call. Enabling 'trace' shows the header being sent as follows: Content-Type:...
Ollie Cook
olliebetfair
Online Now Send Email
Jan 27, 2006
5:26 pm
Messages 5106 - 5154 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