Hi,
I am trying to test my Switchyard application using SOAP UI.Then I am getting the error in response as below. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header/> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>org.switchyard.HandlerException: org.switchyard.SwitchYardException: SWITCHYARD016820: Error reading DOM source.</faultstring> </soap:Fault> </soap:Body> </soap:Envelope>
what is the possible reason to get this exception. Appreciated your help for the same.
Thanks in Advance.
|