That's because the web service you're invoking is missing com.ibm.wsspi.extension.ExtensionRegistryFactory. This can be due to the fact its classpath is not properly set or typically if it's an axis1 web service, the required class should be in axis/web-inf/lib.
No matter what they say in Ohio, we're still first in flight!
Use com.ibm.wsspi.extension.ExtensionRegistryFactory class from the jar IBM\SDP70\runtimes\base_v61\bin\ProfileManagement\plugins\com.ibm.websphere.v61_6.1.1\ws_runtime.jar and it will work fine.
Pratap Shinde wrote:Use com.ibm.wsspi.extension.ExtensionRegistryFactory class from the jar IBM\SDP70\runtimes\base_v61\bin\ProfileManagement\plugins\com.ibm.websphere.v61_6.1.1\ws_runtime.jar and it will work fine.