Hi Jeff,
The Windows Web Services were not built to support creation of clients for RESTful web services. With the WWS API you can create both clients and services that use SOAP for message format. What you can do is to use WinHTTP to send and receive HTTP messages to RESTful service and then either use an XML parser such as XMLlite or MSXML to parse the message or create your own parser if it is JSON or other non-XML based encodings of the message. Hope this helps.
Thanks,
Nikola
Nikola Dudar is the Program Manager for Windows Web Services API team.
This post is provided "AS IS" with no warranties, and confer no rights.
Use of any samples is subject to the terms specified at http://www.microsoft.com/ info/cpyright.htm- Proposed As Answer byNikola Dudar [MSFT]MSFTThursday, October 15, 2009 11:48 PM
- Marked As Answer byjeffr2600 Friday, October 16, 2009 12:14 AM
-