Hi,
I have an orchestration , which receive the input message using the http receive adapter.After receiving the message and performing the business logic , i need to send the output message to the WCF service using the HTTP Send adapter. Is it possible to call the wcf service using the http send adapter by just putting the url of wcf service.
I have sent the message to the wcf service using the wcf-basichttp adapter by mentioning the url of service and in the action,mentioning the name of operation.
but our requirement is that we need to send the xml message to the wcf service by HTTP send adapter only . Can it be done by only mentioning the url of service in the http adapter?