Working with Twoway sendport

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

July 27th, 2015 12:00am

This is a simple pattern. What you need to do is to expose your BizTalk Application as a web service. Refer https://msdn.microsoft.com/en-us/library/aa561883.aspx for that.

In regards to your response schema it is a simple schema with a root node and a single element within the message of type string. When you expose the orchestration as a web service, this message definition will be available to the client through the WSDL you share.

Regards.

Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 12:55am

Hi Shankycheil...thanks for help ...

I want help on the Orchestration --- how to create logical port ----messages assign it to construct shape and transform in orchestration and the create two way send  port.

July 27th, 2015 12:58am

Hi Nitin,

You can use BizTalk PUB & SUB architecture for this requirement, BizTalk Application A will process the message and push the same message to message BOX and on the basis of receive port filter condition you can use the message to subscribe by your Application B and then application B will process the message and send to message BOX and then Application A will subscribe that message using convoy pattern.

Regards,

Sharad

Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 1:53am

Hi Nitin,

You should refer the code sample provided by Steef.

BizTalk Server 2013: WCF-WebHttp Adapter Sample

Scenario similar to what you trying to achieve is explained. Refer the flow application as below:

Other resources related to the WCF-WebHttp worth to check out are:

July 27th, 2015 2:05am

Read Richard Seroter's article on how to consume REST services at https://seroter.wordpress.com/2012/11/19/exploring-rest-capabilities-of-biztalk-server-2013-part-2-consuming-rest-endpoints/ and if you want to expose it as a REST endpoint then the Part 1 of the article will help you expose the orchestration as a REST endpoint.

Regards.

Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 2:05am

This is a simple pattern. What you need to do is to expose your BizTalk Application as a web service. Refer https://msdn.microsoft.com/en-us/library/aa561883.aspx for that.

In regards to your response schema it is a simple schema with a root node and a single element within the message of type string. When you expose the orchestration as a web service, this message definition will be available to the client through the WSDL you share.

Regards.

July 27th, 2015 4:51am

This is a simple pattern. What you need to do is to expose your BizTalk Application as a web service. Refer https://msdn.microsoft.com/en-us/library/aa561883.aspx for that.

In regards to your response schema it is a simple schema with a root node and a single element within the message of type string. When you expose the orchestration as a web service, this message definition will be available to the client through the WSDL you share.

Regards.

Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 4:51am

This is a simple pattern. What you need to do is to expose your BizTalk Application as a web service. Refer https://msdn.microsoft.com/en-us/library/aa561883.aspx for that.

In regards to your response schema it is a simple schema with a root node and a single element within the message of type string. When you expose the orchestration as a web service, this message definition will be available to the client through the WSDL you share.

Regards.

July 27th, 2015 4:51am

This is a simple pattern. What you need to do is to expose your BizTalk Application as a web service. Refer https://msdn.microsoft.com/en-us/library/aa561883.aspx for that.

In regards to your response schema it is a simple schema with a root node and a single element within the message of type string. When you expose the orchestration as a web service, this message definition will be available to the client through the WSDL you share.

Regards.

Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 4:51am

Read Richard Seroter's article on how to consume REST services at https://seroter.wordpress.com/2012/11/19/exploring-rest-capabilities-of-biztalk-server-2013-part-2-consuming-rest-endpoints/ and if you want to expose it as a REST endpoint then the Part 1 of the article will help you expose the orchestration as a REST endpoint.

Regards.

July 27th, 2015 6:02am

Read Richard Seroter's article on how to consume REST services at https://seroter.wordpress.com/2012/11/19/exploring-rest-capabilities-of-biztalk-server-2013-part-2-consuming-rest-endpoints/ and if you want to expose it as a REST endpoint then the Part 1 of the article will help you expose the orchestration as a REST endpoint.

Regards.

Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 6:02am

Read Richard Seroter's article on how to consume REST services at https://seroter.wordpress.com/2012/11/19/exploring-rest-capabilities-of-biztalk-server-2013-part-2-consuming-rest-endpoints/ and if you want to expose it as a REST endpoint then the Part 1 of the article will help you expose the orchestration as a REST endpoint.

Regards.

July 27th, 2015 6:02am

Before worrying about REST or looking at any code samples, you should do all of the BizTalk Tutorials.  They will answer most of you initial questions.

https://msdn.microsoft.com/en-us/library/aa560270.aspx?f=255&MSPPError=-2147217396

Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 7:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics