Hi Magesh
Thanks for your reply.
When I load the url(http://machine01.service.local/Service/MainService.svc?wsdl) in the browser, It was imported an wsdl file looks like <wsdl:import namespace="http://tempuri.com/webservices/" location="http://machine01.service.local/EISServices/MainService.svc?wsdl=wsdl0"/>.
The above url(http://machine01.service.local/EISServices/MainService.svc?wsdl=wsdl0) is also imported the previous wsdl file looks like <wsdl:import namespace="http://tempuri.com/webservices/" location="http://machine01.service.local/EISServices/MainService.svc?wsdl"/>.
When I load this wsdl url in my soapUI(v4.0.1) tool, it works without problem and loading the files only once.
But in our jboss-soa it returns the previous error.
Thanks again