Author: thomas.diesler(a)jboss.com
Date: 2008-04-21 14:32:11 -0400 (Mon, 21 Apr 2008)
New Revision: 6591
Modified:
framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/Endpoint.wsdl
Log:
Fix operation names
Modified:
framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/Endpoint.wsdl
===================================================================
---
framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/Endpoint.wsdl 2008-04-21
18:21:50 UTC (rev 6590)
+++
framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/Endpoint.wsdl 2008-04-21
18:32:11 UTC (rev 6591)
@@ -15,22 +15,22 @@
<part name='return' type='xsd:boolean'/>
</message>
<portType name='Endpoint'>
- <operation name='GetMessageContext'>
+ <operation name='testGetMessageContext'>
<input message='tns:Endpoint_testGetMessageContext'/>
<output message='tns:Endpoint_testGetMessageContextResponse'/>
</operation>
- <operation name='GetUserPrincipal'>
+ <operation name='testGetUserPrincipal'>
<input message='tns:Endpoint_testGetUserPrincipal'/>
<output message='tns:Endpoint_testGetUserPrincipalResponse'/>
</operation>
- <operation name='IsUserInRole' parameterOrder='arg0'>
+ <operation name='testIsUserInRole' parameterOrder='arg0'>
<input message='tns:Endpoint_testIsUserInRole'/>
<output message='tns:Endpoint_testIsUserInRoleResponse'/>
</operation>
</portType>
<binding name='EndpointBinding' type='tns:Endpoint'>
<soap:binding style='rpc'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='GetMessageContext'>
+ <operation name='testGetMessageContext'>
<soap:operation soapAction=''/>
<input>
<soap:body namespace='http://org.jboss.ws/jaxws/context'
use='literal'/>
@@ -39,7 +39,7 @@
<soap:body namespace='http://org.jboss.ws/jaxws/context'
use='literal'/>
</output>
</operation>
- <operation name='GetUserPrincipal'>
+ <operation name='testGetUserPrincipal'>
<soap:operation soapAction=''/>
<input>
<soap:body namespace='http://org.jboss.ws/jaxws/context'
use='literal'/>
@@ -48,7 +48,7 @@
<soap:body namespace='http://org.jboss.ws/jaxws/context'
use='literal'/>
</output>
</operation>
- <operation name='IsUserInRole'>
+ <operation name='testIsUserInRole'>
<soap:operation soapAction=''/>
<input>
<soap:body namespace='http://org.jboss.ws/jaxws/context'
use='literal'/>