[
https://issues.apache.org/activemq/browse/SM-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47882#action_47882
]
Guillaume Nodet commented on SM-1721:
-------------------------------------
A few comments:
* currently if the targetService / targetEndpoint are not set, they are
defaulted to the service / endpoint name
This is handy and I think we should keep this behavior
* if targetService / targetEndpoint are not defined, the targetInterface
should be used instead if defined
* the target endpoint may not have a WSDL description and we need to throw a
meaninfull error (I think a NullPointerException is thrown right now)
* the target endpoint WSDL is often abstract, so that there is no service /
port definition in the WSDL. If this happen and there is only one PortType
defined, we should use that PortType
> Add WSDL proxy in new HTTP endpoint
> -----------------------------------
>
> Key: SM-1721
> URL: https://issues.apache.org/activemq/browse/SM-1721
> Project: ServiceMix
> Issue Type: Improvement
> Components: servicemix-http
> Affects Versions: servicemix-http-2008.01
> Reporter: Jean-Baptiste Onofré
> Assignee: Guillaume Nodet
> Fix For: servicemix-http-2008.02
>
> Attachments: SM-1721
>
>
> Currently, using new HTTP endpoints, the user needs to define the WSDL to use
> (using the wsdl attribute).
> In a lot of cases, the user wants only to expose the WSDL of the
> targetService/targetEndpoint (when available).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.