Click here to Skip to main content
15,891,136 members
Articles / Web Development / ASP.NET

Invoking a Web Service without using a Proxy by using WCF Adapter in BizTalk Server 2006 R2

Rate me:
Please Sign up or sign in to vote.
4.64/5 (3 votes)
4 Mar 2009CPOL3 min read 31.6K   443   17  
Invoking a Web Service without using a Proxy by using WCF adapter in BizTalk Server 2006 R2
#region WSCF
//------------------------------------------------------------------------------
// <autogenerated code>
//     This code was generated by a tool.
//     Changes to this file may cause incorrect behavior and will be lost if 
//     the code is regenerated.
// </autogenerated code>
//------------------------------------------------------------------------------
// File time 04-03-09 12:54 PM
//
// This source code was auto-generated by WsContractFirst, Version=0.7.6319.1
#endregion


<%@ WebService Language="C#"  Codebehind="~/App_Code/EmployeeInfoService/EmployeeInfoService.asmx.cs" Class="org.naveen.employee.EmployeeInfoServicePort" %>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Architect AT&T Wi-Fi Services
United States United States
Naveen has done his Masters (M.S.) in Computer science, has started his career programming the mainframes and now has more than a decade of programming, development and design experience. Naveen has a sharp eye and keen observation skills. Naveen has worked for several companies and strived hard to build large scale business applications and bringing better solutions to the table.
Quite recently Naveen has built a fairly complex integration platform for a large bank. His hobbies include training, mentoring and research. Naveen spends his free time visiting National Parks nationwide.

Naveen has developed the BizTalk Control Center (BCC)
http://biztalkcontrolcenter.codeplex.com

Comments and Discussions