Soap access point urls – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 17

Advertising
background image

5

Once you find such a tool/library for your platform, you will be able to create a service reference for the web service and
work with it using familiar methods in the code.

WS-I Basic

The WS-I Basic endpoint is defined for simple clients that support a small number of functions or don’t support the WS-*
specification. This specification does not support sessions or transactions. It does not have its own security module, using
IIS instead. As a result, the message format is much simpler. WS-I Basic is also supported by all languages and
platforms; it is even possible to use it directly without a service reference (i.e. proxy class) if needed (for example, through
JavaScript).

SOAP Access Point URLs

Use the following URLs to create service references:

https://api.brightsignnetwork.com/2014/07/SOAP/WSDL/

https://api.brightsignnetwork.com/Uploads/2014/07/SOAP/WSDL/


The service-endpoints addresses are specified in the WSDLs. Most SOAP tools and libraries used to create references
will find the addresses automatically. The current service endpoint URLs are as follows:

http://api.brightsignnetwork.com/2014/07/SOAP/WS/

https://api.brightsignnetwork.com/2014/07/SOAP/Basic/

http://api.brightsignnetwork.com/Uploads/2014/07/SOAP/WS/

https://api.brightsignnetwork.com/Uploads/2014/07/SOAP/Basic/


Note: Each URL has a specified API version (e.g. “2014/04/”). API versions will rarely, if ever, be changed after
production release, the exception being changes that will extend functionality but not affect existing clients. Older API
version URLs may be removed at a later time if deemed obsolete.

Advertising