Forum Discussion

caulfig_287171's avatar
caulfig_287171
Icon for Nimbostratus rankNimbostratus
Mar 30, 2017

Event Notification Endpoint in Java

I've created a WebService annotated class that implements

events_occurred
to act as an endpoint and handle the SOAP message sent via the F5 subscription service. When I have an event hit my endpoint I get an error when deserializing the
event_data_list
param.

Mar 28, 2017 5:03:28 PM com.sun.xml.internal.bind.v2.ClassFactory create0
INFO: No default constructor found on class iControl.ManagementEventSubscriptionEventType
java.lang.NoSuchMethodException: iControl.ManagementEventSubscriptionEventType.()

Am I taking the right route to implement an endpoint for Event Notifications (Java WS)? If I am, how can I expose a constructor for the

iControl.ManagementEventSubscriptionEventType
?

Thanks for any help.

No RepliesBe the first to reply