Re: Web Service Get Operation

2009-09-24 Thread Nall, Roger
...@arslist.org] On Behalf Of Grooms, Frederick W Sent: Wednesday, September 23, 2009 5:16 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service Get Operation Questions in order (almost)... Yes the Create operation will have to be called for each individual record they want to create. The difference

Re: Web Service Get Operation

2009-09-24 Thread Subash Biswas
Roger: Are you implementing the web service on top of HPD, CHG, AST..? If yes I would recommend using an intermediate layer in between; like a temp table that your external client (.NET web page) has access to. One time a bug in external (consumer) code generated over 3K entries in the temp table

Re: Web Service Get Operation

2009-09-24 Thread Nall, Roger
Biswas Sent: Thursday, September 24, 2009 9:27 AM To: arslist@ARSLIST.ORG Subject: Re: Web Service Get Operation Roger: Are you implementing the web service on top of HPD, CHG, AST..? If yes I would recommend using an intermediate layer in between; like a temp table that your external client (.NET

Re: Web Service Get Operation

2009-09-24 Thread Jarl Grøneng
Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Subash Biswas Sent: Thursday, September 24, 2009 9:27 AM To: arslist@ARSLIST.ORG Subject: Re: Web Service Get Operation Roger: Are you implementing the web service on top of HPD, CHG

Re: Web Service Get Operation

2009-09-24 Thread Lyle Taylor
, September 24, 2009 9:04 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service Get Operation Fred, Thanks for this information. I have received a question from the .NET developer that I am unable to answer. If anyone can give me a hand with this I would appreciate it. Hi Roger, How would I loop

Re: Web Service Get Operation

2009-09-24 Thread Nall, Roger
Taylor Sent: Thursday, September 24, 2009 10:49 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service Get Operation That depends on how he's calling the web service in .NET. He's probably getting back an array, an ArrayList (or something equivalent), or he's working with the XML directly (less

Web Service Get Operation

2009-09-23 Thread Nall, Roger
Hello All, ARS 7.1 patch4 Win2003 SQL2000 I have created a web service for another system to consume. There are three operations in the web service; Create, Set, Get. This web service will be called from a .net web page. Users can create on or many records at a time from the web page. Can I

Re: Web Service Get Operation

2009-09-23 Thread Grooms, Frederick W
. Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Nall, Roger Sent: Wednesday, September 23, 2009 4:43 PM To: arslist@ARSLIST.ORG Subject: Web Service Get Operation ** Hello All,   ARS 7.1 patch4 Win2003 SQL2000   I have