What is your requirement? Make sure you have the required access or ACL set on the WS you are invoking. For more details read below:
If you want to understand how to create consumer WSD and call the connector in your flow service. Pass the required input and get the output you may try the below WSDL.
http://www.webservicex.net/country.asmx?WSDL
Make sure you are connected to internet to access the WS without any issues. After you create the consumer WSD you may run the connector service “countrySoap_GetCountryByCountryCode” by passing the input tns:GetCountryByCountryCode/tns:CountryCode=US
If success, you will see the response output as below.
us
United States
us
United States
OR
You can create a flow service, expose that as a WSD Provider and copy the WSDL URL. Create a connector WSD with this WSDL URL and invoke the connector in designer or in SOAP UI (after loading the WSDL in SOAP UI)
#soa#API-Management#webMethods