Hello Experts,
I am trying to create Integration Directory objects using Integration Directory API. All the other objects are getting created successfully such as Receiver Determination, Communication component etc. however I am facing problems while creating communication channels.
While creating a communication channel, it is giving error saying specify Transport protocol version. I checked the meta-data of the adapter and found that no value is maintained for the same. Hence I passed blank value but the method CREATE is not accepting the same and repeatedly giving the same error. I tried with several values such as 1.0 or the same as of Message protocol but everytime it said 'No protocol version has been maintained'.
I tried reading the configuration of existing communication channels by using READ method and passing the same to the CREATE method but its not working either. Anyone knows the trick how to overcome this error, please let me know.
Thanks in advance.
Regards