Alex Troto
Alex Troto

Reputation: 661

Consume WCF with basicHttpBinding and MTOM encoding from WP7

Is it possible to use basichttpbinding with MTOM messageEncoding from Windows Phone 7? I never find it a clear document with available bindings for WP7. Thanks, Alex

Upvotes: 1

Views: 1021

Answers (1)

Damian
Damian

Reputation: 4773

Afraid not. "Textual XML and Binary encodings are supported in Silverlight, but the MTOM encoding is not supported." http://msdn.microsoft.com/en-us/library/cc197959(v=VS.95).aspx

Upvotes: 2

Related Questions