The executeNamedQueryRequest message is an instance of the executeNamedQuery element, which contains a single element named query that contains the name of the query to be run.
The definition of the executeNamedQuery operation is as follows.
<wsdl:operation name="executeNamedQuery">
<wsdl:input name="executeNamedQueryRequest"
message="impl:executeNamedQueryRequest"/>
<wsdl:output name="executeNamedQueryResponse"
message="impl:executeNamedQueryResponse"/>
<wsdl:fault name="ServiceRegistryWebServiceException"
message="impl:ServiceRegistryWebServiceException"/>
</wsdl:operation>
The executeNamedQueryResponse message is an instance of the executeNamedQueryResponse element which contains a single results element, which is the same element as returned by the other query operations.
Examples are provided in the following subtopic: