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...
Show off your group to the world. Share a photo of your group with us.

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 4985 - 5014 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4985
Hi Im trying to do WSDL first development and consume a SOAP::Lite service with MS ASP.NET client. Im getting an error from MS visual studios when i try and...
parcelstring
Offline Send Email
Nov 1, 2005
5:15 pm
4986
hi, i having a problem working with Array element, please help! ... <complexType name="createCustomer"> <sequence> <element name="Customer_1" nillable="true" ...
activlinks
Offline Send Email
Nov 1, 2005
5:58 pm
4987
I have recently submitted a patch to SOAP::Lite that fixes a bug with how SOAP::Lite servers deal with .NET clients that transmit the HTTP "Expect: 100...
Byrne Reese
byrnereese
Online Now Send Email
Nov 1, 2005
6:03 pm
4988
Hey I'd like to know if there is any perl module that can manipulate XML representation of a .NET dataset. Please let me know more about this. Thanks, Vinit...
vinitns
Offline Send Email
Nov 1, 2005
6:18 pm
4989
Hi, I am using WSDL::Generator to generate wsdl files. While the sub response structure seems to be OK, I was never able to generate a wsdl file with the...
snecula
Offline Send Email
Nov 1, 2005
10:30 pm
4990
Hi, Are you new to Bangalore ? Check out the complete exhaustive details on Bangalore... http://www.freebangalore.com Here you will find information related to...
jagadish nanjundaiah
jagadish200502
Offline Send Email
Nov 2, 2005
3:56 am
4991
I'm implementing a client endpoint in Perl using SOAP::Lite. The code is as following: my $ld_service = ...
fyang1024
Offline Send Email
Nov 2, 2005
5:57 am
4992
... <getAllLearningDesignsReturn soapenc:arrayType="ns1:SimpleLearningDesignVO[5]" xsi:type="soapenc:Array" xsi:type="ns1:ArrayOfSimpleLearningDesignVO" ...
Peter Sinnott
psinno
Offline Send Email
Nov 2, 2005
10:33 am
4993
Thanks. Now It doesn't report error any more. But the result was unexpected. My Perl code is like this: my $ld_service =...
fyang1024
Offline Send Email
Nov 3, 2005
3:30 am
4994
Hi, How to send multiple request to the SOAP server from the same client. I tried to invoking two methods using threads.. Here is the sample code (auto...
Nagarajan M
naga_cit
Offline Send Email
Nov 7, 2005
2:29 am
4995
I have a script that gathers a bunch of data as an array from an Apache server running a SOAP::Lite interface, serializes it and returns it. On Linux and under...
chesal
Offline Send Email
Nov 7, 2005
9:08 pm
4996
... Are you using perl 5.6.1 on all 3 platforms? ... Can you trace the execution any further? ... Its a bit of a guess but XML::Parser::Lite is used to parse...
Peter Sinnott
psinno
Offline Send Email
Nov 8, 2005
10:56 am
4997
Hello, I'm writing a SOAP server using SOAP::Lite. One method of this server must send an attachment. But i don't find anywhere the syntax for send an...
Jerome PELLETIER
koriake
Offline Send Email
Nov 8, 2005
4:02 pm
4998
I am trying to develop a perl script that calls a method on a wsdl. The method requires a complex type as a input. I understand how to call methods with simple...
thomas_mackenzie78
thomas_macke...
Offline Send Email
Nov 9, 2005
8:10 pm
4999
Hello group, I am new to perl programming & have written client & server programs using soaplite. The server is a http daemon using ...
Vipin Gupta
vipgup
Offline Send Email
Nov 10, 2005
12:23 pm
5000
See the "How to nest XML elements using SOAP::Lite" post at http://www.majordojo.com/archives/2003_04.html. As pointed out there the trick is deferencing...
Eric Bridger
ebridger2004
Offline Send Email
Nov 10, 2005
4:03 pm
5001
Hi, I've got a SOAP::Lite server running under Apache that only has one method. If the wrong method is called, the following fault is returned: <soap:Fault> ...
burke_thomas
Online Now Send Email
Nov 10, 2005
4:48 pm
5002
You need to get SOAP::Data objects out of your response. Perhaps: $about = $r->dataof("//Help/")->attr->{'about'}; Perhaps On Thu, 2005-10-27 at 18:10,...
Eric Bridger
ebridger2004
Offline Send Email
Nov 10, 2005
4:51 pm
5003
You service method call getAllLearningsDesigns will return a reference to an array which you must dereference: my $ref = $ld_service->getAll.... my @lds =...
Eric Bridger
ebridger2004
Offline Send Email
Nov 10, 2005
5:00 pm
5004
I am having a problem with a call to a .NET Server. I use both Perl/SOAP::Lite and a .NET client app to access it, and here are the resulting envelopes from...
pfconrey
Offline Send Email
Nov 10, 2005
11:03 pm
5005
I've got an Apache::SOAP service that sends several MB in the response. The data is base64 encoded and sits (encoded) on the filesystem. Currently, I slurp the...
johnmillaway
Offline Send Email
Nov 12, 2005
12:02 am
5006
Hello, I'm writing a server with SOAP::LITE, I want to execute this like a Mod_perl but PErl not found Apache/Constants.pm and i don't find any package with...
Jerome PELLETIER
koriake
Offline Send Email
Nov 14, 2005
10:35 am
5007
Is there a document or thread anywhere which can help me return an array of complex types to a .NET client. I think i am almost there, but not quite. I have 2...
parcelstring
Offline Send Email
Nov 14, 2005
12:29 pm
5008
After 'upgrading' my SOAP application from 0.55 to 0.60 I lost the facilitity of compression. The following HTTP protocol shows the differences between 0.55...
tom191gmx
Offline Send Email
Nov 14, 2005
10:59 pm
5009
I tried this and it still doesn't work. I have already implemented a new method which returns a single string instead of an array of objects in service...
Fei Yang
fyang1024
Offline Send Email
Nov 15, 2005
12:36 am
5010
The key is upgrading to version 0.65 On Mon, 2005-11-14 at 19:35, Fei Yang wrote: I tried this and it still doesn't work. I have already implemented a new...
Eric Bridger
ebridger2004
Offline Send Email
Nov 15, 2005
2:28 pm
5011
Hello, I have writing a SOAP::Lite Server in using CGI access. I want to acces this server with mod_perl but i have one problem Can't locate object method...
Jerome PELLETIER
koriake
Offline Send Email
Nov 16, 2005
10:38 am
5012
marriage in ur mind??? visit http://www.net4matrimonials.com job in ur mind??? visit http://www.net4professionals.com EMPLOYERS CAN POST UPTO 5 JOB FREE...
LoveLeen
meet2pkw
Offline Send Email
Nov 16, 2005
10:56 am
5013
All I want to see if the XML envelope the client is sending me on the server side. Is there a simple way of doing this?...
John Walstra
john_walstra
Online Now Send Email
Nov 16, 2005
10:21 pm
5014
Message-ID: <dlidut+kkr0@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding:...
matt_germonprez
Offline Send Email
Nov 17, 2005
5:18 pm
Messages 4985 - 5014 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