Tuesday, 15 April 2014

ASP.net consuming WCF Soap/Rest Services -



ASP.net consuming WCF Soap/Rest Services -

i have asp.net website consumes wcf service soap protocol hosted azure cloud services.

i have exposed wcf service both rest , soap. (for other clients wanted json)

i have tried configure reference of asp.net site back upwards existing soap endpoint of wcf service maintain getting errors of missing object references, while client calls work fine.

i ve done research still dont have clear view on this.

is possible maintain-stick soap service reference when rest coexists-or improve consume rest endpoint , modify code according rest http requests?

beauty of wcf implement 1 time , deploy (or host) in various protocol (as different endpoint).

in case if have asp.net app consuming wcf service soap, totally possible expose existing wcf service rest service without affecting existing asp.net app.

i have made 1 wcf service consumed 3 app , consumed in different protocol. windowp app consumed in tcp, while asp.net did in rest , php app did in soap. refer post more clarity.

share specific inner exception of issue faced, can help further.

asp.net wcf rest soap

No comments:

Post a Comment