Hi
�
I'm developing a dynamic invocation client using WSIF to invoke a web service.
The client works fine if the WSDL does not import any schemas (xsd files). However, if
a WSDL imports schema, then invocation fails saying that a part type is not supported,
i.e., the element definition is not found.
-----------
Exception in thread "main" java.lang.RuntimeException: part type {http://www.you
r-company.com/Arithmetic.xsd1}inputElement not supported in this sample
------------
Any ideas to solve this issue?
thanks,
Naresh