axCall

Description

Axcall is the general purpose AX.25, NET/ROM and Rose connection program.

Input / Parameters

NoNameDescriptionData TypeRequired

1

connector

Name of connector and created in the Services and Global Components page.

String

Yes

2

ent

The Web Service name to be called.

String

Yes

3

data

This contains the parameter in the function being called.

Object

Yes

Output

Callback

Video

Example

The user wants to call the axCall Web Service.

Step

  1. Create AX Connector in Services and define the name, url, user, password and timeOut. Name: axConnector url: http://203.116.137.100:8109/MicrosoftDynamicsAXAif60/ABJCustSelfOrderingServices/xppservice.svc?wsdl ( Please refer to the picture below, there is a example of main web service.We have take one of the operation as an example to apply for this function.) user: contoso\administrator password: ******** timeOut: 30000

  2. Call the function "axCall" and define the connector & ent, set the function "toObject"to data. connector: axConnector ent: validateCustLogin data: toObject

  3. Define toObject. _companyId: USMF _accountNum: SG-001 _password: 1234

  4. Add a console after callback function for display response from console.

Result

Last updated