Dear all,
a client wants to get imported trade agreements from an external application. So for that purpose I plan to utilize a document service pricepriceDiscJournalService and to create an inbound port with HTTP adaptor which will create WSDL URI address.
Now the customer, lets say RAY, want to put some service header information into the WSDL:
ClientID = ClientID.RAY_TEST,
Key = "###################",
AccountCode= "RAY account code",
AccountReleation= "33065",
CustomField = "true",
RequestMachineName = " RAY C# Client"
I thought that WSDL Schema is something that is created by the service in AX and cannot be changed by external parties. Does anyone have an idea how I can implement this information?