Monday, August 28, 2017

Consuming Web service in ax 2012 without VS

// Add service reference without using VS in ax 2012
//Consuming Web service in ax 2012 without VS
Create new Project
->Add new object for reference and set properties->ProjectGroupType to Reference
->Right new created object in Project
 -> Three option is appplicable
  -> Group
  -> Reference
  -> Service reference
-> Use service reference for consume web service in ax 2012

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...