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 "Thomas Leonard (JIRA)" <ji...@apache.org> on 2007/08/15 18:02:00 UTC

[jira] Commented: (AXIS2-3080) Policies that are attached using services.xml should appear in description hierarchy instead of binding hierarcy

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

Thomas Leonard commented on AXIS2-3080:
---------------------------------------

With this patch applied, my service element contains *only* the policy. i.e.

<wsdl:service name="HelloSampleService">
	<wsp:Policy Id="SigTripleDesRSA15DK">
                ....
        </wsp:Policy>
</wsdl:service>

Without the patch, my service endpoints are listed, as expected:

<wsdl:service name="HelloSampleService">
	<wsdl:port name="HelloSampleServiceSOAP11port_http" binding="ns0:HelloSampleServiceSoapBinding">
              <soap:address location="http://...:8080/sample/services/HelloSampleService"/>
        </wsdl:port>
</wsdl:service>


> Policies that are attached using services.xml should appear in description hierarchy instead of binding hierarcy
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3080
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3080
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: OS:
> Linux version 2.6.17-gentoo (root@highlander) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1))
> JVM:
> java version "1.5.0_08"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
>            Reporter: Sanka Samaranayake
>            Assignee: Sanka Samaranayake
>         Attachments: AXIS2-3080_patch.txt
>
>
> If policy is attached using a serivces.xml the those policies should appear in the Axis2 description hierarchy instead of the binding hierarchy.
> For instance policies that are includes inside the <service> element ( service level scope) should appear in the <wsdl:service> element instead of each <wsdl:port>. 
> If a policy that are include inside the <message> element, it should appear in the appropriate <wsdl:input> or <wsdl:output> element of each <wsdl:portType> element. 

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