Guets (Unregistered Guest)
03-21-2005, 11:54
Hi,
We have a scenerio where one of our company service will expose either an ASP page for a straight HTTP Post or a SOAP enabled web service (for now, we havent decided on HTTP Post or SOAP)
If it is ASP pages, it will be:
ProcessPO.asp
ProcessRec.asp
If it is a web service, the web Methods will be:
ProcessPO (string xml)
ProcessRec (string xml)
Is it a big deal to change from HTTP Posts to formal Web Service calls? Does that really matter wheather thats a HTTP Post or Soap calls from the wMethods perspective?
Appreciate your solutions.
Thanks
We have a scenerio where one of our company service will expose either an ASP page for a straight HTTP Post or a SOAP enabled web service (for now, we havent decided on HTTP Post or SOAP)
If it is ASP pages, it will be:
ProcessPO.asp
ProcessRec.asp
If it is a web service, the web Methods will be:
ProcessPO (string xml)
ProcessRec (string xml)
Is it a big deal to change from HTTP Posts to formal Web Service calls? Does that really matter wheather thats a HTTP Post or Soap calls from the wMethods perspective?
Appreciate your solutions.
Thanks