porttype WorkModelBrowserService
**PRIVATE API - Reserved for internal use**
operations 
getWorkModel
Entry point for retrieval of a work model
inputimpl:getWorkModelRequest
Contains id of required work model
outputimpl:getWorkModelResponse
Reply element containing the requested work model
faultimpl:invalidWorkModelFault
Specified work model id does not exist or is invalid
faultimpl:internalServiceFault

getWorkModels
Entry point for retrieval of a list of work models
inputimpl:getWorkModelsRequest
Contains positions of required work models
outputimpl:getWorkModelsResponse
Reply element containing the requested list of work models
faultimpl:internalServiceFault

getWorkType
Entry point for retrieval of a work type
inputimpl:getWorkTypeRequest
Contains id of required work type
outputimpl:getWorkTypeResponse
Reply element containing the requested work type
faultimpl:invalidWorkTypeFault
Specified work type id does not exist or is invalid
faultimpl:internalServiceFault

getWorkTypes
Get a list of deployed Work Types
inputimpl:getWorkTypesRequest
Document defining start position and number of Work Types to list.
outputimpl:getWorkTypesResponse
Contains the requested list of Work Types
faultimpl:internalServiceFault
used by 
binding WorkModelBrowserService_EP
source 
<wsdl:portType name="WorkModelBrowserService">
  <wsdl:documentation>**PRIVATE API - Reserved for internal use**</wsdl:documentation>
  <wsdl:operation name="getWorkModel">
    <wsdl:documentation>Entry point for retrieval of a work model</wsdl:documentation>
    <wsdl:input name="getWorkModelRequest" message="impl:getWorkModelRequest">
      <wsdl:documentation>Contains id of required work model</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getWorkModelResponse" message="impl:getWorkModelResponse">
      <wsdl:documentation>Reply element containing the requested work model</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkModelFault" message="impl:invalidWorkModelFault">
      <wsdl:documentation>Specified work model id does not exist or is invalid</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
  </wsdl:operation>
  <wsdl:operation name="getWorkModels">
    <wsdl:documentation>Entry point for retrieval of a list of work models</wsdl:documentation>
    <wsdl:input name="getWorkModelsRequest" message="impl:getWorkModelsRequest">
      <wsdl:documentation>Contains positions of required work models</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getWorkModelsResponse" message="impl:getWorkModelsResponse">
      <wsdl:documentation>Reply element containing the requested list of work models</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
  </wsdl:operation>
  <wsdl:operation name="getWorkType">
    <wsdl:documentation>Entry point for retrieval of a work type</wsdl:documentation>
    <wsdl:input name="getWorkTypeRequest" message="impl:getWorkTypeRequest">
      <wsdl:documentation>Contains id of required work type</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getWorkTypeResponse" message="impl:getWorkTypeResponse">
      <wsdl:documentation>Reply element containing the requested work type</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkType" message="impl:invalidWorkTypeFault">
      <wsdl:documentation>Specified work type id does not exist or is invalid</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
  </wsdl:operation>
  <wsdl:operation name="getWorkTypes">
    <wsdl:documentation>Get a list of deployed Work Types</wsdl:documentation>
    <wsdl:input name="getWorkTypesRequest" message="impl:getWorkTypesRequest">
      <wsdl:documentation>Document defining start position and number of Work Types to list.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getWorkTypesResponse" message="impl:getWorkTypesResponse">
      <wsdl:documentation>Contains the requested list of Work Types</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
  </wsdl:operation>
</wsdl:portType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy