// Note, this writes only the header information. SystemException or
 // IOR may be written afterwards into the reply mesg body.
 public void write(org.omg.CORBA.portable.OutputStream ostream) {
   super.write(ostream);
   if (this.service_contexts != null) {
     service_contexts.write((org.omg.CORBA_2_3.portable.OutputStream) ostream, GIOPVersion.V1_0);
   } else {
     ServiceContexts.writeNullServiceContext((org.omg.CORBA_2_3.portable.OutputStream) ostream);
   }
   ostream.write_ulong(this.request_id);
   ostream.write_long(this.reply_status);
 }
 // Note, this writes only the header information.
 // IOR may be written afterwards into the reply mesg body.
 public void write(org.omg.CORBA.portable.OutputStream ostream) {
   super.write(ostream);
   ostream.write_ulong(this.request_id);
   ostream.write_long(this.locate_status);
 }