Vishwamohan.NET
My Experiments with Microsoft .NET Framework and SQL Server
Search
Include comments in search
Home
About Me
Archive
Contact Me
Sign in
Subscribe
<< Implementing WCF Service Part 2
|
Implementing WCF Service Part 4 >>
Feb
02
Implementing WCF Service Part 3
.NET
No Comments »
In this post, I will implement the
basicHttpBinding
, through which you can even use a HTML page and JavaScript to consume the WCF Service via SOAP based XML. I spent several hours to exactly figure out the SOAP format. In ASMX web service, if you will click on a method, it shows you the sample SOAP format for request and response. Unfortunately, that is not available in WCF Service page right now, so you have to figure out or use a tool to see what is being passed or expected. The Serialization used in ASMX Web Service is based on XML Serialization; however WCF uses a different mechanism for the same. You can use the old SOAP format (which I used in ASMX Web Service) to post the transaction but you will always get SOAP 1.2 format response. In order to keep consistency, I kept the request format similar to response.
Read More
Tags:
wcf
|
soap
Related posts
Implementing WCF Service Part 1
As you know, the New Windows Communication Services (WCF) will replace the existing ASP.NET ASMX Web...
Implementing WCF Service Part 2
I will consume the Customer WCF Service which I developed in Part 1 on WS* Http Binding, you can imp...
Implementing WCF Service Part 4
This post will focus on implementing POX (Plain Old XML) and REST (Representational State Transfer) ...
Add comment
Name*
E-mail*
(Will show your
Gravatar
icon)
Website
Country
[Not specified]
Albania
Algeria
Argentina
Armenia
Australia
Austria
Azerbaijan
Bahrain
Belarus
Belgium
Belize
Bolivia
Bosnia and Herzegovina
Brazil
Brunei Darussalam
Bulgaria
Canada
Caribbean
Chile
Colombia
Costa Rica
Croatia
Czech Republic
Denmark
Dominican Republic
Ecuador
Egypt
El Salvador
Estonia
Faroe Islands
Finland
France
Georgia
Germany
Greece
Guatemala
Honduras
Hong Kong S.A.R.
Hungary
Iceland
India
Indonesia
Iran
Iraq
Ireland
Islamic Republic of Pakistan
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Korea
Kuwait
Kyrgyzstan
Latvia
Lebanon
Libya
Liechtenstein
Lithuania
Luxembourg
Macao S.A.R.
Macedonia (FYROM)
Malaysia
Maldives
Malta
Mexico
Mongolia
Morocco
Netherlands
New Zealand
Nicaragua
Norway
Oman
Panama
Paraguay
People's Republic of China
Peru
Philippines
Poland
Portugal
Principality of Monaco
Puerto Rico
Qatar
Republic of the Philippines
Romania
Russia
Saudi Arabia
Serbia
Singapore
Slovakia
Slovenia
South Africa
Spain
Sweden
Switzerland
Syria
Taiwan
Thailand
Trinidad and Tobago
Tunisia
Turkey
U.A.E.
Ukraine
United Kingdom
United States
Uruguay
Uzbekistan
Venezuela
Vietnam
Yemen
Zimbabwe
Comment*
[b][/b] - [i][/i] - [u][/u]- [quote][/quote]
Notify me when new comments are added
Live preview
Posted on Thursday, 21 August 2008 14:16
Categories
.NET (30)
Architecture (2)
SQL Server (4)
Template (1)
Troubleshooting (7)
XML (3)
Tags
.net
.net 3.5
architecture
asp
blogengine.net
code
com
comparison
css
design
error
fault
patterns
pox
rest
security
soap
sql
ssl
upgrade
wcf
webservice
ws
xml
Archives
2008
May (1)
April (2)
March (1)
February (2)
January (7)
2007
December (2)
November (1)
October (1)
August (1)
July (4)
June (2)
May (2)
March (1)
February (2)
January (2)
2006
December (3)
November (4)
October (1)
Pages
Blogroll
.NET slave
ASP.NET performance opt...
Create better experienc...
hCard enable the commen...
Al Nyveldt
Fitness, pushups, and t...
Thoughts on SQLite and...
BlogEngine.NET 1.4.5 Up...
Ruslan Tur
Writing extensions for...
Writing extensions for...
Writing extensions for...
Nikhilk.NET
Effects and Transitions...
Ajax Server Controls Bo...
Themes for Silverlight...
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2007