472,102 Members | 2,019 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,102 software developers and data experts.

WSHttpBinding in WCF

Hi,

If I have a WCF web service deployed that uses the WSHttpBinding, is it
possible for a web service client to connect to my service if that client
does not support WS-Addressing, or is WS-Addressing mandatory when the
WSHttpBinding is in use?

Many thanks,
Dan
Jun 27 '07 #1
4 9129
Hi Dan,

Thanks for your reply and pointed out this issue.

After some further checking and I found that this
setting(HttpTransportBindingElement.MappingMode and HttpMappingMode) has
been obsoleted in the release version. And with some further research, I've
found the current corresponding setting for define the message addressing
feature of the WCF binding. You can use the
"TextMessageEncodingBindingElement.MessageVers ion" to specify the
Addressing information(it contains some predefined values such as SOAP11,
SOAP11WSAddressing10 .....)

#TextMessageEncodingBindingElement Members
http://msdn2.microsoft.com/en-us/lib...hannels.textme
ssageencodingbindingelement_members.aspx

Also, here are some msdn reference mentioned customize binding element(such
as the TextMessageEncoding element):

#How to: Configure WCF Services to Interoperate with WSE 3.0 Clients
http://msdn2.microsoft.com/en-us/library/ms730049.aspx

#WCF Messaging Fundamentals
http://msdn.microsoft.com/msdnmag/is...n/default.aspx

Hope this helps and sorry for the previous confusion.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Jul 2 '07 #2
Hi Dan,

How are you doing? Just want to check whether you've got any further
progress or does the further information in my last reply helps some? If
there is anything else we can help, please don't hesitate to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Jul 4 '07 #3
Hi Steven,

We are trying out your suggestions this week. I will update this again to
let you know whether we got it working.

Thanks, Dan

"Steven Cheng[MSFT]" wrote:
Hi Dan,

How are you doing? Just want to check whether you've got any further
progress or does the further information in my last reply helps some? If
there is anything else we can help, please don't hesitate to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights
Jul 5 '07 #4
Thanks for your reply Dan,

Looking forward to your good news.
Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Jul 6 '07 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by =?Utf-8?B?UmF2ZW4=?= | last post: by
reply views Thread by Chris Mullins [MVP - C#] | last post: by
reply views Thread by =?Utf-8?B?RGVubmlzIE1jQ2FydGh5?= | last post: by
1 post views Thread by =?Utf-8?B?Umljaw==?= | last post: by
reply views Thread by =?Utf-8?B?RnV0cm9uaWNzIERldmVsb3Blcg==?= | last post: by
2 posts views Thread by Supriya | last post: by
2 posts views Thread by =?Utf-8?B?RWRkaWU=?= | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.