how do i decode, change, then re-encode a CORBA IOR file (Visibroker) in my Java client code?
问题 I am writing code to ingest the IOR file generated by the team responsible for the server and use it to bind my client to their object. Sounds easy, right? For some reason a bit beyond my grasp (having to do with firewalls, DMZs, etc.), the value for the server inside the IOR file is not something we can use. We have to modify it. However, the IOR string is encoded. What does Visibroker provide that will let me decode the IOR string, change one or more values, then re-encode it and continue