Release Notes - 1.1


  • 1.1.4-funcrel

    1.1.4-funcrel
    Improves stability by fixing an issue that could cause unexpected errors in certain cases.
    Extends SOAP support for new JAX-WS Client APIs.
  • 1.1.3-funcrel

    1.1.3-funcrel
    Updated embedded libraries.
  • 1.1.2-funcrel

    1.1.2-funcrel
    Updated embedded libraries.
  • 1.1.1-funcrel

    1.1.1-funcrel
    Changed link type between SOAP_JV_OPERATION and JV_METHOD from prototypeLink to callLink.
    Support for Oracle Webservice and Endpoint with SoapAction annotations.Support for Oracle Webservice API and Endpoint with SoapAction annotations
  • 1.1.0-funcrel

    1.1.0-funcrel
    Substitute SOAP operation and call icons with those of REST Post
    Fix problem: RuntimeError: CustomObject.save() …
    Support for soapConnection.call API for Jakarta XML SoapNew Support for Jakarta XML Soap
    Support for Jakarta XML Web Services API and XML-RPCJakarta XML Web Services API and Jakarta XML-RPC
    Support for new Spring-WS client side SOAP service with marshalSendAndReceive apiSupport Client side SOAP service invocations with Spring-WS
  • 1.1.0-beta3

    1.1.0-beta3
    Fix entry and end points definitions for transactions for SOAP server-side operations and client-side calls
    Homogenization of some object description names: change “SOAP Java Client Operation” to “Java SOAP Operation Call”.
    Support client side SOAP operation calls for org.apache.soap.rpcSupport org.apache.soap.rpc (JAX-RPC)
    Support client side SOAP operation calls for org.apache.axis.clientSupport org.apache.axis.client (JAX-RPC)
    Support client side SOAP operation calls for jakarta.xml.rpcSupport jakarta.xml.rpc (JAX-RPC)
    Support client side SOAP operation calls for javax.xml.rpcSupport javax.xml.rpc (JAX-RPC)
    Support client side SOAP operation calls for org.jboss.axis.clientSupport org.jboss.axis.client (Jax-RPC )
  • 1.1.0-beta2

    1.1.0-beta2
    Fixes the wrong SOAP Java Operation Object for methods that are not declared in the Interface. 📝 40055
    Fixes an issue where methods that are not declared in the interface are declared incorrectly as “SOAP Java Operation” objects. 📝 40304
    Fix missing client-side SOAP operation requests. Improved detection of client-side calls to proxy Web Service methods.
  • 1.1.0-beta1

    1.1.0-beta1
    Fixed error during analysis “IndexError: list index out of range”.
  • 1.1.0-alpha3

    1.1.0-alpha3
    Deleted transactions due to missing JAX-WS SOAP operations. 📝 34615
    Deleted transactions due to missing JAX-WS SOAP operations. 📝 34861
    Fixes the missing soap operations due to ‘silent’ crash coming from WSDL with no input. 📝 28842
    Added more detailed log for troubleshooting when analyzing PayloadRoot annotation.
    Fixed the missing SOAP operations when “message.part” WSDL node had a “type” attribute instead of an “element” attribute.
  • 1.1.0-alpha2

    1.1.0-alpha2
    Correct difference in SOAP Java operation object number from Spring WS between snapshots for same source 📝 27608
    Correct bug leading to disparition of SOAP Java Operations and enhancement of the algorithm for the interpretation of Spring-WS annotations. 📝 27765
  • 1.1.0-alpha1

    1.1.0-alpha1
    Support SOAP operations handled by Jax-RPC (in EJB context)