- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Rodney,
You need to get the xtk:session WSDL too.
URL syntax for generating the session and rtEvent WSDL's.
- Generate session token WSDL http://hostname/nl/jsp/schemawsdl.jsp?schema=xtk:session
- Generate rtEvent WSDL http://hostname/nl/jsp/schemawsdl.jsp?schema=nms:rtEvent
Then you can use the session WSDL first to request the logon method
Once you log in, you will need two information for your rtEvent call header: sessionToken and SecurityToken (pstrSessionToken and pstrSecurityToken from your logon response)
Add the header as in the screenshot below
- cookie __sessiontoken={pstrSessionToken}
- X-Security-Token {pstrSecurityToken}
Just a reminder, you need some pre requirements in ACC to make the successfully.
- create an event Type that will be used as type in your payload
- create and publish a template using your event type
Thanks
David
Views
Replies
0 Likes
Total Likes