开发者

Server soap C#- client Java

开发者 https://www.devze.com 2023-02-13 09:46 出处:网络
I\'ve created a server that comunicate on a socket Tcp and a parser that analyzes the message between a server written in C# and开发者_运维问答 a Client Java. All works but there is a waste of time wh

I've created a server that comunicate on a socket Tcp and a parser that analyzes the message between a server written in C# and开发者_运维问答 a Client Java. All works but there is a waste of time when i've to add new xml message.

I discovered that Soap protocol is extensible and using it you save a lot of work in case of new message. What is the best Soap library already implemented in the two languages?

Is there a code generator as gsoap that autogenerate the code of the client (in Java) and the server (in C#) and the schema from the text of the messages as gsoap does for C and C++?


There IS a generator for C# that works much like gsoap: cssoap. It is not complete yet, but maybe it works for you. It can be found at http://audiocomplex.blogspot.com/p/cssoap-open-source-c-soap-webservice.html

0

精彩评论

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

关注公众号