Trying to figure out if this is possible. I am NOT a Java developer, and find myself at a severe disadvantage here.
What I want to do is to be able to call an application on an external web server (similar to the EmbeddedWebAppSampleGadget), but I want to be able to put dynamic parameters onto it using call parameter variables or ECC variables. Something like:
https://externalWebServer/myContent.aspx?CallerID=callVariable9&CallerName=userCallerName
Is this possible? If so, can someone provide a reference on how to do it correctly? Really don't want to have to reinvent the wheel here. Thanks in advance for some assistance.