I have received a WSDL url and tried to create a SOAP data connection with WSDL url. But it is failing.
First I had tried below WSDL url (AS RECEIVED from client) to establish a data connection but got message "The file is not a valid XML file. The file cannot be accessed."
https://esb-eu-uat-ws.ahd.com/invoke/ahdlVetroFramework/repository/ShipmentManagementITS:ShipmentQuery_v6?wsdl
2nd attempt has been done with below URL.
https://esb-eu-uat-ws.ahd.com/invoke/ahdlVetroFramework/repository/ShipmentManagementITS
upon trying above, system prompt for "Windows Security" form asking username and password.
the client had provided sample request XML which contain parameters "Sender Name" & "App Name". I had been given the static values for these 2 parameters. I had tried to use "Sender Name" & "App Name" as user id and password. But, failed. Any idea
Appreciate if any help here.