Tom
17 years agoNew Contributor
Can't Load WSDL in soapUI
I use soapUI to verify the validity of my project's WSDL(s). I inherited a WSDL that imports its schema (xsd) file. I can view my URL?WSDL and my URL?WSDL/schema.xsd normally as expected in a browser. However, when I attempt to load the WSDL using soapUI, an unexpected element: TAG_END exception is thrown.
The soapUI log (essentailly) shows: http://host:port/contextPath//contextPa ... schema.xsd.
It looks like the import location of the schema is being appended onto the namespace, resulting in the URL with the "//" in the middle.
Snippet from WSDL:
namespace="http://webservices.project.company.com/AAA/BBB/" />
where AAA/BBB = contextPath, CCCImpl = serviceURI.
Can you offer a suggestion as to why this result may occur? Or perhaps, could the contextPath be at fault (i.e., too many /'s)?
Thank you in advance.
Tom.
The soapUI log (essentailly) shows: http://host:port/contextPath//contextPa ... schema.xsd.
It looks like the import location of the schema is being appended onto the namespace, resulting in the URL with the "//" in the middle.
Snippet from WSDL:
namespace="http://webservices.project.company.com/AAA/BBB/" />
where AAA/BBB = contextPath, CCCImpl = serviceURI.
Can you offer a suggestion as to why this result may occur? Or perhaps, could the contextPath be at fault (i.e., too many /'s)?
Thank you in advance.
Tom.