You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glyn Normington <gl...@uk.ibm.com> on 2002/09/02 15:30:30 UTC

Proposed WSDL2java change - TomJ please read

A colleague using Axis has found a problem with WSDL2Java in that it
rejects some WSDL that it used to accept. The WSDL has a single name which
is used as both an input and an output but with different types in each
case. Unfortunately, the WSDL is controlled by uddi.org, so it would be
hard to change unless the WSDL is clearly invalid.

The problem is due to a change to the addInishParm method in
org.apache.axis.wsdl.symbolTable.SymbolTable where a throw clause has been
added.
If the throw is changed (back) to ++parameters.inputs, the problem goes
away.

Does anyone object to this change being made?

Glyn