开发者

WCF - File transfer binding question

开发者 https://www.devze.com 2023-01-31 05:05 出处:网络
Im trying to create file transfer service over WCF, but i got some problems setting binding. Im getting: Content Type application/soap+xml; charset=utf-8 was not supported by service http://localhost

Im trying to create file transfer service over WCF, but i got some problems setting binding.

Im getting: Content Type application/soap+xml; charset=utf-8 was not supported by service http://localhost:8080/FileTransfer. The client and se开发者_如何学Pythonrvice bindings may be mismatched.

Here is my host side configuration:

http://img149.imageshack.us/img149/7203/hostj.png

and here is the client side configuration:

http://img821.imageshack.us/img821/425/clientp.png

Sorry for images, but i was unable to paste the code here... What am i doing wrong?


The error was obvious on client. Fixed.

0

精彩评论

暂无评论...
验证码 换一张
取 消