ANN: BesaSoap : Open Source SOAP Engine Released!

ANN: BesaSoap : Open Source SOAP Engine Released!
BesaSoap is solution for creating a webservice client for Delphi.
You can use nullable data types (NullableString, NullableInteger, NullableDateTime...).

BesaSoap is written using new features of the Delphi language. Its running C# or Java like with custom attributes [XMLElementAttribute], [XMLArrayAttribute]...

BesaSoap is running Delphi XE2 and Up.

http://github.com/besasoftware/besasoap

Comments

  1. It would be nice to use the Nullable type from Spring4D directly instead of copying the code into your own unit because that creates type incompatibilities when someone uses your library and Spring4D.

    However I understand that you don't want to have the dependency on the full Spring.pas unit so we will look into moving the Nullable type into its own unit making it easier to work with other libraries without the necessity to copy the code.

    ReplyDelete

Post a Comment