简体   繁体   中英

.NET Web-service - To SOAP or not to SOAP

I have a XSD that I have generated classed from. After filling a class with data and serialize it, I want to send it to one or more specific clients.

My plan is to use SOAP, but the only way in my head to do this would be to create "www.example.com/message/custNumber" the same soap message in different URL's and let the client continuously look for new messages.

When the message is received at the client(s), they will need to send a acknowledgment back to the server.

Is this possible with SOAP? Or should I be looking at other ways for communication?

WCF可以动态设置服务的终结点,并且可以使用双工消息交换模式来定义某些消息需要接收者的确认。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM