I’m getting hung up trying to make a soap call to notify our NexJ application server that an inbound call is coming in. I need to pass in the CLCallReason.id into the soap request but the ID on the database we are using is in binary format (see attached binary_id.png).
The second suggestion worked. The first one did not. Now I’m stuck on getting a valid entry for transferCallId but that might be a new topic if I can’t figure it out.