APAR status
Closed as program error.
Error description
Using an xsd:any element may cause the WSDL to throw an error on import when used inside a schema.
Local fix
Use a specific type (eg. xsd:string) instead of xsd:any.
Problem summary
Using an xsd:any element may cause the WSDL to throw an error on import when used inside a schema. An error similar to this may be observed. com.approuter.studio.activity.model.engine. ExportProjectHandler$ExportProjectHandlerException: Review the results of exporting project Test. Level: SEVERE Stack Trace: Review the results of exporting project Test. com.approuter.studio.verify.engine.DefaultExportProjectHandler.e xport(DefaultExportProjectHandler.java:304) com.approuter.studio.verify.engine.DefaultExportProjectHandler.e xportOrchestration(DefaultExportProjectHandler.java:104) com.approuter.studio.verify.engine.action.StartOrchestrationActi on$StartOrchestrationRunnableTask.run(StartOrchestrationAction.j ava:247) com.approuter.studio.gui.DefaultRunnableTaskBusyView$1.construct (DefaultRunnableTaskBusyView.java:71) com.approuter.framework.util.SwingWorker$2.run(SwingWorker.java: 171) java.lang.Thread.run(Thread.java:736) We have discovered that the issue has occurred because "any" is a recurring type element. To workaround this error, change "any" to become a single occurrence as shown in the secext.xsd below: Here is example code: <xsd:any processContents="lax" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation> The use of "any" is to allow extensibility and different forms of security data. </xsd:documentation> </xsd:annotation> </xsd:any> This APAR addresses the problem.
Problem conclusion
The fix has been targeted for WebSphere Cast Iron fix pack 6.1.0.15 Announcements of new fix packs are made on the WebSphere Cast Iron Support Portal at http://www-947.ibm.com/support/entry/portal/Overview/Software/We bSphere/WebSphere_Cast_Iron_Cloud_integration For planned fixpack maintenance release dates, see the following support announcement: http://www-01.ibm.com/support/docview.wss?uid=swg27036374
Temporary fix
Comments
APAR Information
APAR number
LI76998
Reported component name
WS CASTIRON DEV
Reported component ID
5725C1101
Reported release
610
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2012-09-04
Closed date
2012-11-08
Last modified date
2012-11-08
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
WS CASTIRON DEV
Fixed component ID
5725C1101
Applicable component levels
R610 PSY
UP
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.