简体   繁体   中英

IBM DOORS Integration with HP ALM 11.5

I've got requirement to integrate IBM Doors tool with HP ALM

Is there any API(webservies) from IBM DOORS, which i can implement using java.

I need to pull up all the requirements from the DOORS using java and create the requirements in the ALM.

Unfortunately without having DOORS Web Access there isn't a direct way to access DOORS using java or a web interface. You could build something in DXL that you launch in a batch mode through Java, but you would need to include login information in the code which would not be very secure. It would also not be very efficient.

If you stood up a DWA server you would be able to use OSLC to communicate with DOORS. If you are looking for more information on that, check out open-services.net .

Hope this information helps.

I've written DXL Script to iterate over the Module and pull all requirements from doors. and send them to my java webservice using soap request from DXL

Then I've added trigger , on module close to send the data.. each time module closes..

可以使用称为OpsHub集成管理器的现成集成解决方案来集成IBM Doors和HP ALM。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM