Integration against HP uCMDB
Posted
by thehhv
on Stack Overflow
See other posts from Stack Overflow
or by thehhv
Published on 2010-04-21T09:07:01Z
Indexed on
2010/04/21
9:13 UTC
Read the original article
Hit count: 889
cmdb
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 assuming they are somewhere on the uCMDB server, but where exactly? I do not have access to the server, so I have to tell the IT Professional where to find and what to send.
© Stack Overflow or respective owner