RE: Inter provider communication
"Kandepu, Anusha" <[email protected]> Mon, 1 Apr 2013 05:28:38 +0000
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <BE12E5A23C3D7F45AFEC46E5CC6F2CE42DB28E57@G2W2442.americas.hpqcorp.net> |
Hi Anuj,
We have an internal client in Op for Inter-provider communication or doing up calls from the providers. The client name is "CIMOMHandle" .You can create the instance of CIMOMHandler and use it for up calls inside your provider. We have a sample test Provider in OP which uses CIMOMHandler.The details of the test Provider is mentioned below, you can go through the same.
pegasus/src/Providers/TestProviders/CIMOMHandleTestProvider/TestOperationsProvider.cpp
Regards,
Anusha.
From: Anuj Jain [mailto:[email protected]]
Sent: Sunday, March 31, 2013 11:46 PM
To: [email protected]
Subject: Inter provider communication
Hi,
Is there support for inter-provider communication in Pegasus? Can one provider send a WBEM request to another provider? I understand that this can be achieved by creating a CIMClient and sending a request to localhost, but is there a better way to communicate back with the CIMOM from the provider to request this?
Thanks
Anuj