Hi,
I have two routes
event_route[xhttp:request] {
}
route[XMLRPC]{
}
Both are using HTTP as transport. When I tried to send a XMLRPC POST command, the event_route
is getting triggered.
Do I need to handle the XMLRPC inside the event_route?
Since I am using XMLRPC for Click2Dial kind of feature, I am wondering how the async responses be handled
if I include in event_route.
Krish Kura