You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nick Gallardo (JIRA)" <ji...@apache.org> on 2007/12/12 16:40:43 UTC

[jira] Commented: (AXIS2-3305) When WSDL exists, set wsdl properties for provider

    [ https://issues.apache.org/jira/browse/AXIS2-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550997 ] 

Nick Gallardo commented on AXIS2-3305:
--------------------------------------

Roy, there is already a set of context properties available for the WSDL constructs that we should be passing in.

Take a look at javax.xml.ws.handler.MessageContext.  In there, the following properties are defined:

    public static final String WSDL_DESCRIPTION = "javax.xml.ws.wsdl.description";
    public static final String WSDL_SERVICE = "javax.xml.ws.wsdl.service";
    public static final String WSDL_PORT = "javax.xml.ws.wsdl.port";
    public static final String WSDL_INTERFACE = "javax.xml.ws.wsdl.interface";
    public static final String WSDL_OPERATION = "javax.xml.ws.wsdl.operation";

Are you seeing a scenario where we're not setting values for those properties?

> When WSDL exists, set wsdl properties for provider
> --------------------------------------------------
>
>                 Key: AXIS2-3305
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3305
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Roy A. Wood Jr.
>            Assignee: Roy A. Wood Jr.
>            Priority: Minor
>
> To support WS-Notification, add functionality to supply provider-based endpoints with a context property for wsdl operation.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org