Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2005, 02:13 AM
Registered User
 
Join Date: Jun 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Web Service to accept HTTP-Get

Hi:
Newbie question to Web service. I'm planning a web project to allow customer to send a URL request (thur application) to access my website to retrieve his/her order status. Something like:

http://mywebsite/order/inquiry?custid=1&orderid=1

Probably the most modern way that I'm thinking of is using Web Service but I'm stuck with how the web service page can accept & read the above parameter.

Could anyone give me a direction with some sample codes? Much appreciated.
 
Old June 9th, 2005, 09:31 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Is the customer a computer? Or is the customer a human? Web services should be used when the consumer is a digital entity.

That point aside, when you construct a web service that accepts simple types, such as integers like you have, the web service can support being hit with the GET method. The web method will automatically pull the values from the querystring for you. You just need to write the web method on the service.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Access underlying HTTP headers in web service. glen205 .NET Web Services 0 November 27th, 2006 07:36 PM
http/1.0 503 service unavailable Lyn ASP.NET 1.0 and 1.1 Professional 1 September 22nd, 2006 07:32 AM
Call the Java Web Service using HTTP-POST/GET anand_indya J2EE 0 January 17th, 2005 08:23 AM
Simple HTTP POST .Net web service? DaveCollinsPenchant .NET Web Services 1 September 10th, 2004 04:46 PM
Can Access accept a Null from an ASP web page? kaytrina Classic ASP Databases 5 March 20th, 2004 07:11 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.