Create new module for WebSphere 6.x platform (uses WSDL4J 1.4)
--------------------------------------------------------------

                 Key: MUSE-209
                 URL: https://issues.apache.org/jira/browse/MUSE-209
             Project: Muse
          Issue Type: Bug
          Components: Build - Maven, Dependencies, and Optimizations
    Affects Versions: 2.2.0
         Environment: WebSphere 6.0 or 6.1, with Axis2 or Mini
            Reporter: Dan Jemiolo
         Assigned To: Dan Jemiolo
             Fix For: 2.3.0


IBM's WebSphere server includes WSDL4J 1.4, and Muse relies on WSDL4J 1.5 or 
higher. We need to use 1.5+ because it includes an API for retrieving non-WSDL 
attributes from the operation/message elements, and this is how we retrieve the 
wsa:Action URIs from the WSDL. Without this API, we have to use a DOM 
representation of the WSDL (not the WSDL4J objects) to look for the operation 
elements and extract the Action URIs with getAttribute( ). This DOM duplicates 
the WSDL4J model we already have, which is wasteful.

For WAS, the module will be a one-off that uses DOM to read the WSDL instead of 
WSDL4J. We already have this code for 2.0, but it will need to be upgraded 
slightly for 2.2+.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to