Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 633 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 633 Bytes

SOAP project for simple calculator

  1. The SOAP interface of calculator is defined in wsdl/calc.wsdl file. The file is copied form http://www.genivia.com/calc.wsdl

  2. The directory client-cpp contains the implementation of the client in C++.

  3. The directory client-android contains the implementation of the client in Java for Android.

  4. The directory server-cpp contains the implementation of the stand-alone server in C++.

  5. The directory server-csharp contains the implementation of the stand-alone server in C#.

  6. The implementation in C++ is based on gSOAP framework, see https://www.genivia.com/dev.html