Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Request Body

Full JSON Body Example - Basic WSA Settings

Full JSON Body Example - Custom WSA Settings

Request Body Fields

WSA Settings Object Fields

EnumSoapWsaMustUnderstand (wsaMustUnderstand)

  • NONE - No mustUnderstand attribute (default)
  • TRUE - mustUnderstand=“true”
  • FALSE - mustUnderstand=“false”

EnumSoapWsaVersion (wsaVersion)

Notes

  • This endpoint is only available for SOAP API Proxies.
  • wsaEnabled: true enables WS-Addressing headers in SOAP messages.
  • wsaAddDefaultAction: true uses the SOAP action from the method definition.
  • wsaAddDefaultTo: true uses the target address as the To address.
  • wsaGenerateMessageId: true automatically generates a UUID-based MessageID.
  • MessageID format: urn:uuid:{UUID}
  • Addresses should be valid URIs.

Response

Success Response (200 OK)

When deploy=true is specified:

Response Fields

cURL Example

Save and Deploy

Permissions

User must have API_MANAGEMENT + MANAGE permission in the project.

Notes and Warnings

  • SOAP Only:
    • WSA settings are only available for SOAP API Proxies
    • REST endpoints do not support WS-Addressing
  • WSA Version:
    • V200508 - Modern standard (recommended)
    • V200408 - Legacy version
  • Action:
    • wsaAddDefaultAction: true - Uses SOAP action from method
    • wsaAddDefaultAction: false - Requires custom wsaAction
  • To Address:
    • wsaAddDefaultTo: true - Uses target address
    • wsaAddDefaultTo: false - Requires custom wsaTo
  • MessageID:
    • wsaGenerateMessageId: true - Auto-generates UUID
    • wsaGenerateMessageId: false - Requires custom wsaMessageId
  • MustUnderstand:
    • Controls whether WSA headers must be understood
    • TRUE - Headers must be understood (may cause errors if not supported)
    • FALSE - Headers optional
    • NONE - No mustUnderstand attribute
  • Deploy: When deploy=true, the API proxy is automatically deployed to the specified environments after saving