I am consuming the web service in x++ .i want to pass the list as parameter to web service please guide me
*This post is locked for comments
I have the same question (0)

I am consuming the web service in x++ .i want to pass the list as parameter to web service please guide me
*This post is locked for comments
I have the same question (0)Hi Rajesh,
By your question, I imagine you will find the solution on a call something like this...
[ClrObject - service Client] serviceObject.set_ServiceParam([...])
Check the step by step in this links for AX 2009 and 2012:
https://technet.microsoft.com/pt-br/library/hh500185.aspx
https://msdn.microsoft.com/en-us/library/cc604242(v=ax.50).aspx
If step by step does not help, please specify your question in more detail.