この EndPoint Exception が発生する理由: エンドポイントがありません
これはコードです:
public org.tempuri.UpdateInsuredDetails_Output recieveMDMDataInsuredDetails (org.tempuri.UpdateInsuredDetails_Input l_input) throws java.rmi.RemoteException {
if (super.cachedEndpoint == null) {
logger.info("this is where the endpoint exception occurs:");
throw new org.apache.axis.NoEndPointException();
}
//this is what the method do
}
私がメソッドに送信しているオブジェクト: l_input
- null ではありませんが、それでも私は陥っていますNoEndPointException()
- なぜ?