Message level policies are not added to wsdl2
---------------------------------------------

                 Key: AXIS2-4150
                 URL: https://issues.apache.org/jira/browse/AXIS2-4150
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: 1.4.1
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge
            Assignee: Keith Godwin Chapman
            Priority: Critical


I have a service with a message level policy defined in its wsdl as follows. 

<wsdl:portType name="multiplyNumbersPortType">
<wsdl:operation name="multiplication">
<wsdl:input message="ns:multiplicationRequest" 
wsp:PolicyURIs="#SgnEncrAnonymous" wsaw:Action="urn:multiplication"/>
<wsdl:output message="ns:multiplicationResponse" 
wsaw:Action="urn:multiplicationResponse"/>
</wsdl:operation>
</wsdl:portType>

However this message level policy is not added to the ?wsdl2 of the service

-- 
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