Announcements
Hi All,
Request you please let me know how to send the JSON file using x++ code to service bus.
@'{"ItemId": "3583609",
"WarehouseId": "210",
"AvailableQty": 10,
"OrderedQty": 4,
"OrderedAvailableDate": "20191105",
"DocumentType": "ErpNewSum"}';
using the following info like keyName, Key and address URL.
Please help
Regards,
Ranjan
Hello R Ranjan,
The article Martin shared explains it all. docs.microsoft.com/.../net-interop-from-x
Please let us know if you already received the help you were looking for from this forum by verifying the suggested answers.
Regards,
Dip
If you're looking for an introduction to .NET Interop, try .NET Interop from X++ page in AX documentation.
Thank you Martin for quick suggestion.
Could you please share me some trips how to create the x++ job using .NET Interop. it will help me to proceed further.
Consult Azure Service Bus libraries for .NET.
You can either use the library directly from X++ (via .NET Interop), or create a custom C# library, use the C# code directly there and call this custom library from X++.
First you need to contact the owner of the service and get some documentation about it. Perhaps they can even provide sample C# code which you could use.
André Arnaud de Cal...
294,217
Super User 2025 Season 1
Martin Dráb
232,978
Most Valuable Professional
nmaenpaa
101,158
Moderator