porttype OrganisationalEntityConfigService
Manage resource configuration attributes and get/set them for individual resources.
operations 
getOrgEntityConfigAttributes
Get the configuration attribute information currently defined for a resource.
inputimpl:getOrgEntityConfigAttributesRequest
Request message (uses dto:getOrgEntityConfigAttributes element): Identifies the resource for whom configuration attribute information is required.
outputimpl:getOrgEntityConfigAttributesResponse
Response message (uses dto:getOrgEntityConfigAttributesResponse element): Contains the configuration attribute information currently defined for this resource.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault occurred.
faultimpl:invalidEntityFault
Error message (uses ex:InvalidEntityFault element): The specified organization model entity is not a valid resource.

setOrgEntityConfigAttributes
Set one or more configuration attributes for a resource.
inputimpl:setOrgEntityConfigAttributesRequest
Request message (uses dto:setOrgEntityConfigAttributes element): Identifies the configuration attribute information that ishould be set and the resource for whom it is to be set.
outputimpl:setOrgEntityConfigAttributesResponse
Response message (uses dto:setOrgEntityConfigAttributesResponse element): Specifies whether the request succeeded or failed.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault occurred.
faultimpl:invalidEntityFault
Error message (uses ex:InvalidEntityFaultFault element): The specified organization model entity is not a valid resource.
faultimpl:readOnlyAttributeFault
Error message (uses ex:ReadOnlyAttributeFault element): The request failed because it tried to set a read-only configuration attribute.
faultimpl:securityFault
Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.

getOrgEntityConfigAttributesAvailable
Get a list of available configuration attributes that can be applied to an organization model entity.
inputimpl:getOrgEntityConfigAttributesAvailableRequest
Request message (uses dto:getOrgEntityConfigAttributesAvailable element): Specifies how many configuration attributes to return.
outputimpl:getOrgEntityConfigAttributesAvailableResponse
Response message (uses dto:getOrgEntityConfigAttributesAvailableResponse element): Contains a list of the specified number of configuration attributes.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault occurred.

deleteOrgEntityConfigAttributes
Delete one or more configuration attributes for a resource.
inputimpl:deleteOrgEntityConfigAttributesRequest
Request message (uses dto:deleteOrgEntityConfigAttributes element): Identifies the configuration attributes that should be deleted and the resource from whom they are to be deleted.
outputimpl:deleteOrgEntityConfigAttributesResponse
Response message (uses dto:deleteOrgEntityConfigAttributesResponse element): Specifies whether the request succeeded or failed.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault occurred.
faultimpl:invalidEntityFault
Error message (uses ex:InvalidEntityFault element): The specified organization model entity is not a valid resource.
faultimpl:readOnlyAttributeFault
Error message (uses ex:ReadOnlyAttributeFault element): The request failed because it tried to delete a read-only configuration attribute.
used by 
binding OrganisationalEntityConfigService_EP
source 
<wsdl:portType name="OrganisationalEntityConfigService">
  <wsdl:documentation>Manage resource configuration attributes and get/set them for individual resources.</wsdl:documentation>
  <wsdl:operation name="getOrgEntityConfigAttributes">
    <wsdl:documentation>Get the configuration attribute information currently defined for a resource.</wsdl:documentation>
    <wsdl:input name="getOrgEntityConfigAttributesRequest" message="impl:getOrgEntityConfigAttributesRequest">
      <wsdl:documentation>Request message (uses dto:getOrgEntityConfigAttributes element): Identifies the resource for whom configuration attribute information is required.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getOrgEntityConfigAttributesResponse" message="impl:getOrgEntityConfigAttributesResponse">
      <wsdl:documentation>Response message (uses dto:getOrgEntityConfigAttributesResponse element): Contains the configuration attribute information currently defined for this resource.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidEntityFault" message="impl:invalidEntityFault">
      <wsdl:documentation>Error message (uses ex:InvalidEntityFault element): The specified organization model entity is not a valid resource.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="setOrgEntityConfigAttributes">
    <wsdl:documentation>Set one or more configuration attributes for a resource.</wsdl:documentation>
    <wsdl:input name="setOrgEntityConfigAttributesRequest" message="impl:setOrgEntityConfigAttributesRequest">
      <wsdl:documentation>Request message (uses dto:setOrgEntityConfigAttributes element): Identifies the configuration attribute information that ishould be set and the resource for whom it is to be set.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="setOrgEntityConfigAttributesResponse" message="impl:setOrgEntityConfigAttributesResponse">
      <wsdl:documentation>Response message (uses dto:setOrgEntityConfigAttributesResponse element): Specifies whether the request succeeded or failed.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidEntityFault" message="impl:invalidEntityFault">
      <wsdl:documentation>Error message (uses ex:InvalidEntityFaultFault element): The specified organization model entity is not a valid resource.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="ReadOnlyAttributeFault" message="impl:readOnlyAttributeFault">
      <wsdl:documentation>Error message (uses ex:ReadOnlyAttributeFault element): The request failed because it tried to set a read-only configuration attribute.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="getOrgEntityConfigAttributesAvailable">
    <wsdl:documentation>Get a list of available configuration attributes that can be applied to an organization model entity.</wsdl:documentation>
    <wsdl:input name="getOrgEntityConfigAttributesAvailableRequest" message="impl:getOrgEntityConfigAttributesAvailableRequest">
      <wsdl:documentation>Request message (uses dto:getOrgEntityConfigAttributesAvailable element): Specifies how many configuration attributes to return.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getOrgEntityConfigAttributesAvailableResponse" message="impl:getOrgEntityConfigAttributesAvailableResponse">
      <wsdl:documentation>Response message (uses dto:getOrgEntityConfigAttributesAvailableResponse element): Contains a list of the specified number of configuration attributes.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault occurred.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="deleteOrgEntityConfigAttributes">
    <wsdl:documentation>Delete one or more configuration attributes for a resource.</wsdl:documentation>
    <wsdl:input name="deleteOrgEntityConfigAttributesRequest" message="impl:deleteOrgEntityConfigAttributesRequest">
      <wsdl:documentation>Request message (uses dto:deleteOrgEntityConfigAttributes element): Identifies the configuration attributes that should be deleted and the resource from whom they are to be deleted.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="deleteOrgEntityConfigAttributesResponse" message="impl:deleteOrgEntityConfigAttributesResponse">
      <wsdl:documentation>Response message (uses dto:deleteOrgEntityConfigAttributesResponse element): Specifies whether the request succeeded or failed.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidEntityFault" message="impl:invalidEntityFault">
      <wsdl:documentation>Error message (uses ex:InvalidEntityFault element): The specified organization model entity is not a valid resource.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="ReadOnlyAttributeFault" message="impl:readOnlyAttributeFault">
      <wsdl:documentation>Error message (uses ex:ReadOnlyAttributeFault element): The request failed because it tried to delete a read-only configuration attribute.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
</wsdl:portType>

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