axCall
Last updated
Last updated
Axcall is the general purpose AX.25, NET/ROM and Rose connection program.
No | Name | Description | Data Type | Required |
---|---|---|---|---|
The user wants to call the axCall Web Service.
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
Call the function "axCall" and define the connector & ent, set the function "toObject"to data. connector: axConnector ent: validateCustLogin data: toObject
Define toObject. _companyId: USMF _accountNum: SG-001 _password: 1234
Add a console after callback function for display response from console.
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