Application Programming Interface Guide > Web Services Operations > Operations Reference > updateDataServicePort
 
updateDataServicePort
Update the definition of a TDV data service port container.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: Fully qualified path to the resource.
detail: The level of detail about the resources to include in the response. Valid values are NONE, SIMPLE, and FULL.
authMethods (optional): Authentication methods. Valid values are NONE, HTTP_BASIC, HTTP_DIGEST, WSS_USERNAME_TOKEN, NTLM, or KERBEROS.
requireAllAuthMethods (optional): If TRUE, all selected authentication methods are required. If FALSE, any selected authentication method is allowed.
transportSecurity (optional): Transport level security. Valid values are NONE or HTTPS.
bindingType (optional): The WSDL binding type. Valid values are: DOCUMENT_LITERAL, RPC_SOAP, RPC_LITERAL, HTTP_POST, HTTP_GET.
bindingProfileType (optional): binding profile type. Valid values are:
http://schemas.xmlsoap.org/soap/http
http://schemas.xmlsoap.org/soap/jms
http://www.tibco.com/namespaces/ws/2004/soap/binding/JMS
bindingProperties (optional): Parameter for JMS binding profile type.
correlationType (optional): Not used.
isConnectorGroup (optional): Parameter for JMS binding profile type. Typically FALSE.
connector (optional): Parameter for JMS binding profile type. It is used by JMS binding only. Use Manager to create a connector, and set the value of the connector name.
attributes (optional): List of attributes. See Attributes Element.
annotation: A description of the resource. If not provided, the annotation are left unaltered.
implementation: Points to the operation. Deprecated from 5.0. No need to specify a value.
alternateURL: Deprecated from 5.0. No need to specify a value.
Response Elements
resources: List of the updated data service ports. See Resources Element.
Faults
IllegalArgument: If the path is malformed, or the detail or attributes are illegal.
NotFound: If the resource or any portion of path does not exist.
Security: If the user does not have READ access on all items in path other than the last one.
Security: If the user does not have WRITE access to the last item in path.
Security: If the user does not have the ACCESS_TOOLS right.