OriginalPostID-67341
Discussion posts and replies are publicly visible
Trying same but getting this error-
The provided URL is not a valid URL format. Please provide a correct absolute URL to the WSDL.
Any help is appreciated.
I think we need a bit more detail ...
In Call Web Service node, I want to give dynamic URL value from local WSDL file so created a constant which is pointing to XML file in Appian. Now when I put this constant in Dynamic WSDL URL in Call Web Service node, I am able to get services loaded but after calling any operation gives me below error-
An error occurred while reading the WSDL [Document:12345] to create WSInvoker for the service {http://ABC2SW/MVP.asmx/}BPM and the endpoint MVPSoap. The provided URL is not a valid URL format. Please provide a correct absolute URL to the WSDL. (APNX-1-4040-001)
I understand Appian is looking for a URL and instead get constant with no protocol, tried giving file:///accdocs2/324234/324234.xml for same local XML file(got this accdocs by using getcontentobjectdetailsbyid) but services didn't load at runtime and fault says valid services are:
(just blank in last)
Thanks,
Chitra
Files in Appian cannot be directly accessed by a URL. As far as I remember, this smart service only works with externally hosted WSDL files.