Specify Credentials within SOAP Requests - EcoSys - Customization & Programming - Hexagon

EcoSys Web Service API Usage Documentation

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
8.6

For SOAP requests, the username and password may be specified within the <...Options> element of each SOAP request. For more information, see SOAP Options.

Example:

<SampleOptions>

<Username>admin</Username>

<Password>admin123</Password>

. . .

</SampleOptions>