Release Notes - 1.0


  • 1.0.1-funcrel

    1.0.1-funcrel
    Fixed a TypeError which resulted in creating missing “CAST_DotNet_SOAP_OperationCall” object. Resolved an issue that caused an error during API callback. The fix results in the creation of missing object.
  • 1.0.0-funcrel

    1.0.0-funcrel
    Refined the deletion process for duplicate SOAP objects generated by the com.castsoftware.dotnet extension: In VB.NET projects containing client-side SOAP code, SOAP objects generated by the com.castsoftware.dotnet extension will NOT be deleted
  • 1.0.0-beta1

    1.0.0-beta1
    Refactored the process of deleting duplicate objects generated by the com.castsoftware.dotnet extension: Where the source code is a CSharp project, ALL SOAP objects generated by the com.castsoftware.dotnet extension will be deleted. Where the source code is a VB.NET project, SOAP objects generated by the com.castsoftware.dotnet extension will NOT be deleted to prevent connectivity regressions and to support the materialization of client-side objects. See Limitations for more details.
    Added support for SoapCore APIs.Support for SoapCore
  • 1.0.0-alpha1

    1.0.0-alpha1
    Initial release of this extension.
    The “CAST_DotNet_SOAP_Proxy” and “CAST_DotNet_SOAP_Server” objects created by com.castsoftware.dotnet are equivalent to the “CAST_DotNet_SOAP_OperationCall” and “CAST_DotNet_SOAP_Operation” objects (respectively) created by com.castsoftware.dotnet.soap - as a result, these duplicate objects created by com.castsoftware.dotnet will be removed during the analysis process.
    Support client side SOAP operation calls and server side SOAP operations.Initial support for SOAP .NET