yes . When the workbench process is not turned on with security it is working. But when Security is on it is giving the security login pop up.
SOAP end point of my workbench process is,
https://www.xyz.com/soap/process/processname?wsdl&lc_version=11.0.0
so when creating WSDL data connection in the xdp, I am giving this end point and selecting the option "Allow parameterized soap address".
Then in the in the XML source of the document, I am updating the <soapAddress> and <wsdlAddress> tags to the below,
<soapAddress>https://www.xyz.com/soap/process/processName?u=administratorpassword</soapaddress>
<wsdlAddress>https://www.xyz.com/soap/process/processName?wsdl&lc_version=11.0.0&u=administratorpassword</wsdlAddress>
Still I am getting that security pop up which we dont want. Anything wrong with the above syntax or approach?
Please help with the same.