Sorry to posting this question...i know this is very basic question...
but i got stuck in the application where i am not able go to correct direction my requirement is as follows:
Application A ---> Biz-talk Application ---> Application B.
Flow :
1) Application A will send message to Biz-talk application and waiting for response (Application A is simple Web service).
2) Biz-talk will process this message and business logic in orchestration and will send it to Application B.
3) Application B will process and will send response back to Biz-talk application (Application B is REST Service - needs to use Basic -WCF Web Http Adapter).
Any Example for simple Web Service will also do.
Biz-talk Application will send the response back to Application.
The response will be only one field with string message in it....
can any one please help or point me to the blog where i will we more details on