Notifications
Announcements
No record found.
Hello everyone,
I created a service in Dynamics AX 2012 and added it to a service group, which generated a WSDL URL. I want to test this web service. For example, my WSDL URL is: http://xxxx:8101/DynamicsAx/Services/TestWebService.
http://xxxx:8101/DynamicsAx/Services/TestWebService
I defined a class with two functions and linked this class to the service. I want to see the values I send from Postman or a C# console application inside AX.
Here is the code from my class:
[DataContractAttribute] class MyWebServiceRequest { str name; str description; } [DataMemberAttribute("Name")] public str parmName(str _name = name) { name = _name; return name; } [SysEntryPointAttribute(true)] public str parmDescription(str _description = description) { description = _description; return description; }
I tried testing it with Postman and C#, but it didn’t work. Could you please help me with this?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 456 Super User 2025 Season 2
Martin Dráb 429 Most Valuable Professional
BillurSamdancioglu 239 Most Valuable Professional