Search in sources :

Example 1 with LogoutRequest

use of com.netsuite.webservices.test.platform.messages.LogoutRequest in project components by Talend.

the class TestNetSuiteClientService method doLogout.

@Override
protected void doLogout() throws NetSuiteException {
    try {
        LogoutRequest request = new LogoutRequest();
        port.logout(request);
    } catch (Exception e) {
        throw new NetSuiteException(e.getMessage(), e);
    }
}
Also used : LogoutRequest(com.netsuite.webservices.test.platform.messages.LogoutRequest) NetSuiteException(org.talend.components.netsuite.client.NetSuiteException) NetSuiteException(org.talend.components.netsuite.client.NetSuiteException) InvocationTargetException(java.lang.reflect.InvocationTargetException) RemoteException(java.rmi.RemoteException) SOAPFaultException(javax.xml.ws.soap.SOAPFaultException) SocketException(java.net.SocketException) MalformedURLException(java.net.MalformedURLException)

Aggregations

LogoutRequest (com.netsuite.webservices.test.platform.messages.LogoutRequest)1 InvocationTargetException (java.lang.reflect.InvocationTargetException)1 MalformedURLException (java.net.MalformedURLException)1 SocketException (java.net.SocketException)1 RemoteException (java.rmi.RemoteException)1 SOAPFaultException (javax.xml.ws.soap.SOAPFaultException)1 NetSuiteException (org.talend.components.netsuite.client.NetSuiteException)1