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...
4986
activlinks
Nov 1, 2005 5:58 pm
hi, i having a problem working with Array element, please help! ... <complexType name="createCustomer"> <sequence> <element name="Customer_1" nillable="true" ...
4987
Byrne Reese
byrnereese
Nov 1, 2005 6:03 pm
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...
4988
vinitns
Nov 1, 2005 6:18 pm
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...
4989
snecula
Nov 1, 2005 10:30 pm
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...
4990
jagadish nanjundaiah
jagadish200502
Nov 2, 2005 3:56 am
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...
4991
fyang1024
Nov 2, 2005 5:57 am
I'm implementing a client endpoint in Perl using SOAP::Lite. The code is as following: my $ld_service = ...
Thanks. Now It doesn't report error any more. But the result was unexpected. My Perl code is like this: my $ld_service =...
4994
Nagarajan M
naga_cit
Nov 7, 2005 2:29 am
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...
4995
chesal
Nov 7, 2005 9:08 pm
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...
4996
Peter Sinnott
psinno
Nov 8, 2005 10:56 am
... 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...
4997
Jerome PELLETIER
koriake
Nov 8, 2005 4:02 pm
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...
4998
thomas_mackenzie78
thomas_macke...
Nov 9, 2005 8:10 pm
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...
4999
Vipin Gupta
vipgup
Nov 10, 2005 12:23 pm
Hello group, I am new to perl programming & have written client & server programs using soaplite. The server is a http daemon using ...
5000
Eric Bridger
ebridger2004
Nov 10, 2005 4:03 pm
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...
5001
burke_thomas
Nov 10, 2005 4:48 pm
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> ...
5002
Eric Bridger
ebridger2004
Nov 10, 2005 4:51 pm
You need to get SOAP::Data objects out of your response. Perhaps: $about = $r->dataof("//Help/")->attr->{'about39;}; Perhaps On Thu, 2005-10-27 at 18:10,...
5003
Eric Bridger
ebridger2004
Nov 10, 2005 5:00 pm
You service method call getAllLearningsDesigns will return a reference to an array which you must dereference: my $ref = $ld_service->getAll.... my @lds =...
5004
pfconrey
Nov 10, 2005 11:03 pm
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...
5005
johnmillaway
Nov 12, 2005 12:02 am
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...
5006
Jerome PELLETIER
koriake
Nov 14, 2005 10:35 am
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...
5007
parcelstring
Nov 14, 2005 12:29 pm
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...
5008
tom191gmx
Nov 14, 2005 10:59 pm
After 'upgrading39; 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...
5009
Fei Yang
fyang1024
Nov 15, 2005 12:36 am
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...
5010
Eric Bridger
ebridger2004
Nov 15, 2005 2:28 pm
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...
5011
Jerome PELLETIER
koriake
Nov 16, 2005 10:38 am
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...
5012
LoveLeen
meet2pkw
Nov 16, 2005 10:56 am
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...
5013
John Walstra
john_walstra
Nov 16, 2005 10:21 pm
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?...