Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
context.url="http://"+context.host+"/services/"+context.env_name+"?WSDL";
context.endpoint="http://"+context.host+"/services/"+context.env_name;
Hi Jackie
I tested and found that it do not allow to contains double quote in the WSDL url, if I set the WSDL url and endpoint with a single context variables, it works. Before call the webservice, you can use a tJava component to initialize context variables. Please see my screenshots.
code on tJava:context.url="http://"+context.host+"/services/"+context.env_name+"?WSDL";
context.endpoint="http://"+context.host+"/services/"+context.env_name;
Shong