The client stubs generated from the web services must be installed in various other front-end applications that communicate with the Oracle Endeca Server. When you upgrade the Oracle Endeca Server, to ensure compatibility with the newer versions of the interfaces, regenerate the client stubs.
To resolve incompatibility of web service versions and client stubs:
If the import statement in the client code using stubs generated from an unversioned web service looked similar to this example:
import com.endeca.www.mdex.transaction._2011.startOuterTransactionDocument;change the import statement to indicate the versions:
import com.endeca.www.mdex.transaction._1._0.startOuterTransactionDocument;The namespaces for each operation indicate which versions are supported for this operation. In this case, the startOuterTransaction operation is supported as of version 1.0.