SideNav > Documentation > Configuration of Corba Port |
Configuring a CORBA PortCORBA ports are described using the WSDL extensibility element, corba:address, within the WSDL port element, to specify how a CORBA object is exposed. NamespaceThe WSDL extensions used to describe CORBA data mappings and CORBA transport details are conventionally prefixed by the namespace prefix, corba.(xmlns:corba="http://schemas.apache.org/yoko/bindings/corba") corba:address element The IOR of the CORBA object is specified using the corba:address element. You have four options for specifying IORs in Artix contracts:
IOR:22342....
file:./bank.ref It is usually simplest to specify the file name using an absolute path. If you specify the file name using a relative path, the location is taken to be relative to the directory the process is started in, not relative to the containing WSDL file.
corbaname:rir/NameService#object_name
corbaloc:iiop:host:port/service_name ExampleA CORBA port for the Bank Corba binding would look like: BankCORBAPort: <wsdl:service name="BankCORBAService"> Yoko Corba binding expects the IOR for the CORBA object to be located in a file called bank.red (relative to the directory in which process is started). |
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2009, The Apache Software Foundation, Licensed under ASL 2.0. |