[PolyORB-users] DIOP instead of IIOP

Selim Belbachir selim.belbachir at fr.thalesgroup.com
Tue Mar 1 09:35:12 CET 2005


Hi,

I built the echo example and used the naming service instead of the copying the URI. It
worked perfectly.
Then I tried to replace IIOP by DIOP by changing the following settings in the .conf
files of all exe :

[access_points]
srp=disable
soap=disable
#iiop=disable
diop=disable
uipmc=disable

[modules]
binding_data.srp=disable
binding_data.soap=disable
#binding_data.iiop=disable
binding_data.diop=disable
binding_data.uipmc=disable

became

[access_points]
srp=disable
soap=disable
iiop=disable
#diop=disable
uipmc=disable

[modules]
binding_data.srp=disable
binding_data.soap=disable
binding_data.iiop=disable
#binding_data.diop=disable
binding_data.uipmc=disable

I also replaced

[corba]
naming_ior=corbaloc:iiop:1.2 at 127.0.0.1:2809/000000000000000131010deadc0d  (<- string
returned by po_cos_naming.exe)
by
[corba]
naming_ior=corbaloc:diop:1.2 at 127.0.0.1:2809/000000000000000131010deadc0d  (I changed fhe
default port to 2809 for diop and iiop) (I tried diop:1.0 too)


After that, I read a few notes on the web about diop and polyorb and they always referred
to oneway methods. I was wondering if diop has to be used only with oneway methods or if
I've done something wrong in my configuration.

    Regards,

        Selim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: selim.belbachir.vcf
Type: text/x-vcard
Size: 290 bytes
Desc: Carte pour Selim Belbachir
Url : /pipermail/polyorb-users/attachments/20050301/25a14067/selim.belbachir.vcf


More information about the PolyORB-users mailing list