Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / C#

Consume Web Service to Orchestration

Rate me:
Please Sign up or sign in to vote.
3.80/5 (6 votes)
24 Oct 2007CPOL1 min read 63.8K   3.3K   16   2
Consume web service to Orchestration and pass value to that web service through XML receive port

Introduction

Consume web service to Orchestration, that accepts input from BizTalk (XML file):

  • Here I make a web service accept a number and return their sum
  • Consume that web service to Orchestration (Add web reference)
  • Pass value from XML Receive port to WS
  • Invoke Web service by using web port and get output
  • Sending output by XML send port

Background

I make an assumption that you know how to:

  • Make a web service
  • Add web references on BTS
  • Basic Schema generation
  • Property promotion on schema
  • Schema Mapping

Using the Code

Web Service Output to Out XML Mapping

Screenshot - Map_WSOutToOutXml.jpg

Orchestration

Add configuration port and on port, type select web service port type. It will automatically create an appropriate request and response port.

Screenshot - Orchestration.jpg

Expression Shape

Here you need to assign input message value to Web service request message.

Screenshot - Expression.jpg

Points of Interest

Initially promoted field was not coming on Expression shape. To solve this, I give full name like projectname.schemaname.propertyschema.promoted field.

History

  • 24th October, 2007: Initial post

This is one of my very first articles, so if you find some pitfalls please send me email at thawait.himanshu@gmail.com.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Sapient Global Market
United States United States
Himanshu Thawait is Associate Arch at Sapient Global Markets.

He is expert in developing EAI, BizTalk with EDI(HIPPA)., Web applications, Micro web services, Angular, ASP.NET MVC, C#, VB.NE T, VB 6, SQL Server, Oracle, No SQL, Classic ASP, XML and JavaScript, IBM MQSC, IBM DB2.

Comments and Discussions

 
GeneralMy vote of 3 Pin
Pradeep Nilugal18-Sep-11 20:16
Pradeep Nilugal18-Sep-11 20:16 
QuestionQuery Pin
Nileshxp103-Oct-10 21:11
Nileshxp103-Oct-10 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.