I am trying to invoke Soap service whose wsdl meta data is not exposed. So I have wsdl, referenced xsd’s on my pc. When I test the same service using SoapUI I can invoke it sucecssfully but when I try it using SoapRequest activities Soap request Wizard, I get “Service description is not valid” error when i click on Get button after browsing to the wsdl from my pc.
Note" The wsdl is referencing the xsd stored in different directory location.
e.g.<xsd:import namespace=“http://abc.com/test/testService/cm/xsd/v1_0” schemaLocation="…/…/ServiceDefinitionFiles/Shared/CommonTypes_1_0.xsd"/>
The CommonTypes_1_0.xsd do exist in ServiceDefinitionFiles/Shared/ folder which is two level up where the wsdl is stored.
Please guide me what am I missing.