While trying to load the WSDL path, I get "No interfaces found in [<wsdl path>]"
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2021
02:15 PM
10-10-2021
02:15 PM
While trying to load the WSDL path, I get "No interfaces found in [<wsdl path>]"
While trying to load the WSDL path, I get "No interfaces found in [<wsdl path>]"
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2021
01:00 PM
10-11-2021
01:00 PM
Hey @kiwi23,
To be clear, are you generating this "No interfaces found in [<wsdl path>]" warning when attempting to load in a wsdl to create a new SOAP project?
If "yes" it would appear you have a missing component in your wsdl and ReadyAPI cant build the services correctly without this info.
Where did you get the wsdl from....? If i were you id go back to whoever gave me the wsdl and say there's some "mandatory" fields missing from the wsdl and explain why. Theres only a couple of required tags in a wsdl so it should be pretty straight forward to fix
Ta
Rich
To be clear, are you generating this "No interfaces found in [<wsdl path>]" warning when attempting to load in a wsdl to create a new SOAP project?
If "yes" it would appear you have a missing component in your wsdl and ReadyAPI cant build the services correctly without this info.
Where did you get the wsdl from....? If i were you id go back to whoever gave me the wsdl and say there's some "mandatory" fields missing from the wsdl and explain why. Theres only a couple of required tags in a wsdl so it should be pretty straight forward to fix
Ta
Rich
if this helped answer the post, could you please mark it as 'solved'? Also if you consider whether the title of your post is relevant? Perhaps if the post is solved, it might make sense to update the Subject header field of the post to something more descriptive? This will help people when searching for problems. Ta
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2021
05:23 PM
10-11-2021
05:23 PM
Thank you Richie
Yes you are correct, checked the components and found the wsdl:binding got some data missing
fixed and it works fine
