You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Samisa Abeysinghe <sa...@gmail.com> on 2005/02/17 08:39:00 UTC

Fix for RPC generated code problems

Hi All,
    Added back the Exception generation logic for RPC style WSDL files
in WSDL2Ws tool.
Without this, the genererated code for RPC style was not compiling.
This is a hack for the issue http://issues.apache.org/jira/browse/AXISCPP-449

    May be the real fix has to take the new Exception model into
account and update the WSDL2Ws. (In other words to incoporate
SoapFaultException into RPC style as well)

    Please let me know if there are any plans already to use
SoapFaultException within generated code for RPC style.

Thanks,
Samisa...