Hi, im using the new Sonic Connect Service client to invoke a RESTful URL that is comprised of dynamic values.
eg of URL: http://myhost.com/user/{UserName}
Is there anyway to get the actual URL that was drafted? For example, if the Connect Service receives and maps UserName (foo) into the URL above, it would read: http://myhost.com/user/foo. I would like to pass that URL on to the next step.
Thanks!
Wes