Reputation: 11
I would like to create a service in wcf and consume that service in wp8 app, I created a service for listing details,in WCF Testclient i'm getting records but while using that service in wp8 app i'm getting Exception like
"System.ServiceModel.CommunicationException"
How can i solve this any ideas?
Upvotes: 0
Views: 507
Reputation: 24426
First build a working client to this service from desktop C#. Then compare the outgoing of this working client to the output of wp8. Also turn on WCF trace on the server to see extra error details.
Upvotes: 1