Integration against HP uCMDB
- by thehhv
Hi,
I need to implement an integration between HP uCMDB and another system. The documentation refers to following components:
import com.hp.ucmdb.generated.services.UcmdbService;
import com.hp.ucmdb.generated.services.UcmdbServiceStub;
import com.hp.ucmdb.generated.types.CmdbContext;
Does anybody know where I can find these libraries? I am…