WCF service, response in SOAP or plain XML, how?

前端 未结 2 600
攒了一身酷
攒了一身酷 2021-02-03 11:09

I am struggling few hours with this and can\'t find a solution to the communication problem. My service need to communicate with clients via SOAP or plain XML

My service

2条回答
  •  离开以前
    2021-02-03 11:35

    Take a look at Enunciate. I've used it before to create a REST (XML && JSON) interface as well as a SOAP interface. It might give you exactly what you're looking for and it's pretty easy to work with. The lead developer is also quite active on the mailing list so if you have questions just send the group a message and you'll usually get a response very quickly.

提交回复
热议问题