[
https://issues.apache.org/jira/browse/WODEN-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Kaputin resolved WODEN-160.
--------------------------------
Resolution: Fixed
r561298
> Woden doesn't specify the default MEP to use if none is specified
> -----------------------------------------------------------------
>
> Key: WODEN-160
> URL: https://issues.apache.org/jira/browse/WODEN-160
> Project: Woden
> Issue Type: Bug
> Components: Parser
> Affects Versions: M7a
> Reporter: Lawrence Mandel
> Assignee: John Kaputin
> Fix For: M8
>
>
> As reported by Jacek on the Woden mailing list (see
> http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200705.mbox/[EMAIL
> PROTECTED]):
> In WSDL if an operation doesn't have the pattern attribute, its MEP
> seems to default to http://www.w3.org/ns/wsdl/in-out - per section 2.4.3
> at
> http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html?content-type=text/html;%20charset=utf-8#InterfaceOperation_Mapping
> In woden, the message exchange property is not set (line 770, rev 533754
> of
> /incubator/woden/trunk/java/src/org/apache/woden/internal/BaseWSDLReader.java)
> so this seems to be a bug.
> Just adding
> else {
> oper.setPattern(Constants.MEP_URI_IN_OUT);
> }
> should suffice.
--
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]