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 5106 - 5154 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
5154 Ollie Cook
olliebetfair Send Email
Jan 27, 2006
5:26 pm
Under SOAP::Lite 0.66 the Content-Type: HTTP header grows and grows with each call. Enabling 'trace&#39; shows the header being sent as follows: Content-Type:...
5153 Ollie Cook
olliebetfair Send Email
Jan 26, 2006
6:59 pm
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...
5152 Jonas B. Nielsen
jni@... Send Email
Jan 26, 2006
1:54 pm
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...
5151 Eric Bridger
ebridger2004 Send Email
Jan 26, 2006
1:33 pm
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...
5150 Jonas B. Nielsen
jni@... Send Email
Jan 26, 2006
12:57 pm
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...
5149 jbpostini Send Email Jan 25, 2006
11:15 pm
We are having problems with the wsdl specification or something - has anyone ever pulled this off?...
5148 dtikhonov Send Email Jan 25, 2006
2:55 pm
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...
5147 tilmant_a Send Email Jan 25, 2006
2:33 pm
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. ...
5146 csuresh02 Send Email Jan 24, 2006
6:27 pm
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...
5141 Philip Reetz
philipreetz Send Email
Jan 23, 2006
11:46 am
... 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...
5135 herk_destro Send Email Jan 20, 2006
8:30 pm
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...
5133 pfconrey Send Email Jan 18, 2006
7:05 pm
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...
5127 Eric Bridger
ebridger2004 Send Email
Jan 11, 2006
4:12 pm
I've used SOAP::Serializer->register_ns(uri, prefix). The prefix is optional. $client->serializer->register_ns( ...
5126 tilmant_a Send Email Jan 11, 2006
3:10 pm
Hi, First I'm newbie in Perl. I would like to change the soap envelope in order to have something like this : <env:Envelope...
5125 wanda_b_anon Send Email Jan 10, 2006
8:21 pm
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...
5123 dcraul70 Send Email Jan 9, 2006
2:18 pm
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...
5122 Byrne Reese
byrnereese Send Email
Jan 6, 2006
9:04 pm
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...
5121 Byrne Reese
byrnereese Send Email
Jan 6, 2006
9:01 pm
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...
5120 Nate
jashmenn Send Email
Jan 6, 2006
8:28 pm
I am working with Amazons (WASP, I believe) server to download MIME attachments. The problem is WASP doesn't send the optional 'start&#39; attribute in the...
5118 Steve Piercey
vbfan78 Send Email
Jan 6, 2006
3:03 pm
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...
5117 herk_destro Send Email Jan 6, 2006
3:00 pm
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....
5115 Eric Bridger
ebridger2004 Send Email
Jan 5, 2006
6:32 pm
You will need to use the SOAP::Data element to define both your method and your parameters See: ...
5114 Byrne Reese
byrnereese Send Email
Jan 4, 2006
11:24 pm
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...
5113 Nate
jashmenn Send Email
Jan 4, 2006
10:25 pm
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...
5112 dongleuk Send Email Jan 4, 2006
5:26 pm
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...
5111 Don Seiler
dtseiler Send Email
Jan 4, 2006
4:29 pm
... Hash: SHA1 ... Re-pinging the list. Am I the only one trying to pass XML strings as arguments? - -- Don Seiler don@... Public Key:...
5109 Byrne Reese
byrnereese Send Email
Jan 3, 2006
4:17 pm
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...
5108 amla2216 Send Email Jan 3, 2006
9:51 am
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...
5107 wanda_b_anon Send Email Jan 2, 2006
8:43 pm
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...
5106 harbica Send Email Jan 2, 2006
6:26 pm
Got it working! Thanks for the pointer Byrne (BTW, if you search for "attachments&quot; on your site it doesn't turn up anything... Google found it). I found some...
Messages 5106 - 5154 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help