None
None

Reputation: 5670

How to consume a Dynamics AX webservice in an external asp.net application

http://clientdomain.com/MicrosoftDynamicsAXAif50/inventitemgroupservice.svc

I don't Know any thing about the data that this service is going to give me. I just had this service. Can any one tell me what is the approach I need to take with this service. Basically I want to consume this service inside an external Asp.net web application.

I can't find any tutorial on this case. Can any one point out some tutorials on this issue ?

Upvotes: 0

Views: 1126

Answers (1)

Jan B. Kjeldsen
Jan B. Kjeldsen

Reputation: 18051

Just write some code ...

The link should get you started. On the other hand it may require some knowledge of the system being consumed, such as: what is an invent item group?

If you do not know what the service is going to provide, you have to ask whoever set you up on the task.

Upvotes: 1

Related Questions