Search in sources :

Example 1 with MSSReceiptResp

use of fi.laverca.jaxb.mss.MSSReceiptResp in project laverca by laverca.

the class MSS_ReceiptBindingStub method MSS_Receipt.

@Override
public MSSReceiptResp MSS_Receipt(MSSReceiptReq req) throws java.rmi.RemoteException {
    if (super.cachedEndpoint == null) {
        throw new org.apache.axis.NoEndPointException();
    }
    Call _call1 = this.createCall(SOAPConstants.SOAP12_CONSTANTS, null, _operations[0]);
    _call1.setProperty(Call.SEND_TYPE_ATTR, Boolean.FALSE);
    _call1.setProperty(AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
    _call1.setSOAPActionURI("#MSS_Receipt");
    this.setRequestHeaders(_call1);
    Object _resp = _call1.invoke(new Object[] { req });
    if (_resp instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) _resp;
    } else {
        return (MSSReceiptResp) _resp;
    }
}
Also used : Call(org.apache.axis.client.Call) MSSReceiptResp(fi.laverca.jaxb.mss.MSSReceiptResp)

Aggregations

MSSReceiptResp (fi.laverca.jaxb.mss.MSSReceiptResp)1 Call (org.apache.axis.client.Call)1