Creating Webservice with Dynamic Parameter
Summary:
Dynamic parameter in webservice to apply in URL
Content (required):
Oracle supports dynamic parameter in webservice, however when it applies to URL hostname it is not working properly
Dynamic parameter will look like this ##Par1##
this one works
https://podname.oraclecloud.com/crmRestApi/resources/latest/resourceUsers/##ResourcePartyNumber##
but you need to define properly the pod name.
what we want is like this
https://##POD_NAME##/crmRestApi/resources/latest/resourceUsers/##ResourcePartyNumber##
https://##Webservice_NAME##/getToken
where in we can define the pod name via groovy script or any config (out of sandbox)
i was able to saved the URL but it will be save like this:
Tagged:
0