Changes to WSDL file names

WSDL file names now start with the prefix BSA:

  • BSAAssumeRoleService.wsdl
  • BSACLITunnelService.wsdl
  • BSALoginService.wsdl
  • BSAHandshakeService.wsdl
  • BSARESTRequestService.wsdl

File name versus service name in a URL

As stated above, these WSDL file names start with the prefix BSA. However, when you refer to the name of a service in a URL, do not use the BSA prefix. Here are some usage examples:

Usage example

Syntax

Your client is consuming BMC Server Automation - SOAP Web Services.

Import the following files:

  • BSAAssumeRoleService.wsdl
  • BSACLITunnelService.wsdl
  • BSALoginService.wsdl
  • BSAHandshakeService.wsdl
  • BSARESTRequestService.wsdl

You are creating a logon request

https://myAppServer:9843/services/LoginService Note that BSA is not prepended to LoginService.

You are creating an assume role request

https://myAppServer:9843/services/AssumeRoleService Note that BSA is not prepended to AssumeRoleService.

Was this page helpful? Yes No Submitting... Thank you

Comments