[Prev]

3.4.11 url = tas3_get_epr_url(cf, epr)

Prototype

  tas3_str* tas3_get_epr_url(tas3_conf* cf, tas3_epr* epr);
cf

TAS3 configuration object, also used for memory allocation

epr

An EPR object, such as obtained from tas3_get_epr()

return

The <a:Address> field of an EPR as a string. This is the endpoint URL.


[Prev | Next]