Home > Archive > PERL Beginners > March 2005 > Web Service Client
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Web Service Client
|
|
| Atul Vohra 2005-03-22, 3:56 pm |
| Hi,
Does anybody have a Web Service client in perl (SOAP stuff) to consume a We=
b Service.
I have created Web Services using Remedy (ARS) and now need to write a clei=
nt for the external customer.
Any help will be appreciated.
Thanks
Atul
| |
| Jay Savage 2005-03-22, 3:56 pm |
| On Tue, 22 Mar 2005 08:27:35 -0800, Atul Vohra
<atul@protechsoftwareinc.com> wrote:
> Hi,
>
> Does anybody have a Web Service client in perl (SOAP stuff) to consume a Web Service.
> I have created Web Services using Remedy (ARS) and now need to write a cleint for the external customer.
>
> Any help will be appreciated.
>
> Thanks
> Atul
>
Search search.cpan.org for 'SOAP'. SOAP::Lite and SOAP::Client might
be good places to start, but you'll get--at last count--328 hits.
Take your pick.
--jay
| |
| Atul Vohra 2005-03-22, 3:56 pm |
| I was hoping somebody actually handing me code snippets :-)
Atul
----- Original Message -----
From: "Jay Savage" <daggerquill@gmail.com>
To: "Atul Vohra" <atul@protechsoftwareinc.com>, beginners@perl.org
Subject: Re: Web Service Client
Date: Tue, 22 Mar 2005 11:41:58 -0500
>=20
> On Tue, 22 Mar 2005 08:27:35 -0800, Atul Vohra
> <atul@protechsoftwareinc.com> wrote:
a Web=20[color=darkred]
=20[color=darkred]
>=20
> Search search.cpan.org for 'SOAP'. SOAP::Lite and SOAP::Client might
> be good places to start, but you'll get--at last count--328 hits.
> Take your pick.
>=20
> --jay
| |
| Chris Devers 2005-03-22, 3:56 pm |
| On Tue, 22 Mar 2005, Atul Vohra wrote:
> I was hoping somebody actually handing me code snippets :-)
Keep hoping then.
This list is not a script writing service.
You were pointed towards a CPAN search for SOAP modules; the
documentation for most or all of these will include code.
Look there, try that, then if you have problems, let us know.
--
Chris Devers
| |
| Atul Vohra 2005-03-22, 8:55 pm |
| OUCH!!!
----- Original Message -----
From: "Chris Devers" <cdevers@pobox.com>
To: "Atul Vohra" <atul@protechsoftwareinc.com>
Subject: Re: Web Service Client
Date: Tue, 22 Mar 2005 13:30:59 -0500 (EST)
>=20
> On Tue, 22 Mar 2005, Atul Vohra wrote:
>=20
>=20
> Keep hoping then.
>=20
> This list is not a script writing service.
>=20
> You were pointed towards a CPAN search for SOAP modules; the
> documentation for most or all of these will include code.
>=20
> Look there, try that, then if you have problems, let us know.
>=20
>=20
>=20
> --
> Chris Devers
| |
| JupiterHost.Net 2005-03-22, 8:55 pm |
|
Atul Vohra wrote:
> OUCH!!!
The truth hurts sometimes :)
How often do you like to do someone else's work for them for free?
As he mentioned, we can help with your current efforts and problems
you're coming up against. If you'd like to hire someone to do the work
for you email me off list or see jobs.perl.org
| |
| Felix Geerinckx 2005-03-23, 8:55 am |
| On 22/03/2005, Atul Vohra wrote:
[Top-posting fixed]
[...]
[color=darkred]
> I was hoping somebody actually handing me code snippets :-)
This wasn't too hard to find (where did you look yourself?):
http://www.perl.com/pub/a/2001/01/soap.html
--
felix
| |
| Atul Vohra 2005-03-23, 3:56 pm |
| Thanks
----- Original Message -----
From: "Felix Geerinckx" <felix.geerinckx@gmail.com>
To: beginners@perl.org
Subject: Re: Web Service Client
Date: 22 Mar 2005 17:41:59 -0000
>=20
> On 22/03/2005, Atul Vohra wrote:
>=20
> [Top-posting fixed]
>=20
>=20
> [...]
>=20
>=20
> This wasn't too hard to find (where did you look yourself?):
>=20
> http://www.perl.com/pub/a/2001/01/soap.html
>=20
> --
> felix
>=20
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
|
|
|
|
|