BizTalk RestFul WCF service

2019-08-31 03:11发布

I have been trying hard to create a WCF Restful services exposing the schema. Below are the steps I followed

  1. Created a schema with three elements and promoted them and created property schema enter image description here

  2. Property Schema looks like (it didnt allow me to make pass element as Sensitive information) enter image description here

build and deployed the application

  1. Then using the Biztalk WCF Publishing wizard I created the Service and the Request Response Receive location.

  2. Changed the App Pool of the service to the Appl pool to which the BizTalk have access.

  3. In the receive location (it is not allowing me to put < in front of tags in stack overflow) '<'BtsHttpUrlMapping> '<'Operation Name="RESTServices.REST.lims" Method = "GET" Url ="/username/{username}/pass/{pass}/specimen/{specimen}" /> '<'/BtsHttpUrlMapping>

Now when I call this service in the browser

http://localhost/RestSer/Service1.svc/username/abc/pass/abcd/specimen/J000123134

I get the below error enter image description here

Please can anybody point if I am doing anything wrong here, why do I get this error? Any help is greatly appreciated. Thanks

1条回答
登录 后发表回答