Release Notes - 1.0
1.0.1-funcrel
Fixes/Bugs
Customer Ticket Id |
Technical Details |
Customer Details |
|
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
Other Updates
Details |
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
Other Updates
Details |
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. |
New Support
Summary |
Details |
Support for SoapCore |
Added support for SoapCore APIs. |
1.0.0-alpha1
Note
Initial release of this extension.
Other Updates
Details |
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. |
New Support
Summary |
Details |
Initial support for SOAP .NET |
Support client side SOAP operation calls and server side SOAP operations. |