0

I need to create a ticket in BMC Remedy using a Java Code. Can anyone share the java api(get the api's jar file) and some samples to create a ticket using that api in java.

I am unable to understand the answers in the Create ticket in BMC Remedy via Java

Community
  • 1
  • 1
Aravind
  • 2,188
  • 4
  • 24
  • 28
  • 4
    Please edit your post and explain what you don't understand about the accepted answer to the question you refer to. – Jim Garrison Mar 17 '11 at 05:15

2 Answers2

1

I would suggest looking at the example posted on this page somewhere near the bottom is a working example to create an Incident Ticket using Remedy 7.5. Unfortunately, you must get the api from your Remedy installation, they cannot be given out.

https://communities.bmc.com/communities/message/108563

I have found freely available java doc available on these sites:
7.5: http://www.javasystemsolutions.com/documentation/thirdparty/arapiv75/
7.0: http://www.javasystemsolutions.com/documentation/thirdparty/arapi/

casey
  • 1,118
  • 1
  • 13
  • 25
0

Links to BMC Remedy Java API documentation may be found on this page.

You can apparently access other technical documentation via this page ... but you need to register an account. (Thanks, but no thanks BMC!)

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216