EInvoiceMsgTransport_WebService_MX.callWcfClientMethod Method [AX 2012]

Call a WCF client method.

Syntax

protected CLRObject callWcfClientMethod(
    CLRObject _assembly, 
    CLRObject _wcfClient, 
    EInvoiceWebServiceData_MX _webServiceData, 
    str _messageData)

Run On

Called

Parameters

  • _messageData
    Type: str
    The message data to send.

Return Value

Type: CLRObject Class
The return of the method called.

Exceptions

Exception Condition
Error

The method must exist and be reachable.

See Also

Reference

EInvoiceMsgTransport_WebService_MX Class