Re: Apache2::SOAP newbie

2005-09-23 Thread Foo Ji-Haw
Do they have a SOAP::Lite::Simple::Java as well?   - Original Message - From: Leo Lapworth To: John ORourke Cc: mod_perl Mailing List Sent: Friday, September 23, 2005 4:06 PM Subject: Re: Apache2::SOAP newbie On 23 Sep 2005, at 08:44, John ORourke

Re: Apache2::SOAP newbie

2005-09-23 Thread Leo Lapworth
On 23 Sep 2005, at 08:44, John ORourke wrote:I've now got my Apache2::SOAP-based server talking with C#.NET clients, and auto-generating the WSDL using Pod::WSDL when they call http://url?wsdl, which is nice!Probably not relevant for you atm - but check out SOAP::Lite::Simple - and SOAP::Lite::Simp

Re: Apache2::SOAP newbie

2005-09-23 Thread John ORourke
Thanks Foo, I've now got my Apache2::SOAP-based server talking with C#.NET clients, and auto-generating the WSDL using Pod::WSDL when they call http://url?wsdl, which is nice! I'm now finding out about all the SOAP::Lite overrides and methods I can use to return a .NET DataSet object to the

Re: Apache2::SOAP newbie

2005-09-22 Thread Foo Ji-Haw
t; <[EMAIL PROTECTED]> To: Sent: Thursday, September 22, 2005 9:07 PM Subject: Re: Apache2::SOAP newbie > John ORourke wrote: > > > A little OT, but has anyone got any experience or examples that use > > Apache2::SOAP or some other means to create a mod_perl SOAP se

Re: Apache2::SOAP newbie

2005-09-22 Thread Kurt Hansen
John ORourke wrote: A little OT, but has anyone got any experience or examples that use Apache2::SOAP or some other means to create a mod_perl SOAP server? I'm rushing headlong into SOAP development and (as one does) tackled something nice and big for my first project - a Perl SOAP server tha

Apache2::SOAP newbie

2005-09-22 Thread John ORourke
A little OT, but has anyone got any experience or examples that use Apache2::SOAP or some other means to create a mod_perl SOAP server? I'm rushing headlong into SOAP development and (as one does) tackled something nice and big for my first project - a Perl SOAP server that receives and sends