The createRequest message is an instance of the create element, which consists of a single datagraph element.
The definition of the create operation is as follows.
<wsdl:operation name="create">
<wsdl:input name="createRequest" message="impl:createRequest"/>
<wsdl:output name="createResponse" message="impl:createResponse"/>
<wsdl:fault name="ServiceRegistryWebServiceException"
message="impl:ServiceRegistryWebServiceException"/>
</wsdl:operation>
The createResponse message is an instance of the createResponse element, which contains a single string which is the bsrURI value assigned by the WSRR to the root object of the request datagraph.
Examples are provided in the following subtopic: