Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hello all,
under http there are predefined methods (get, post, ect.)
Is is possible to add another method? I would like to have postSomehow method.
TIA,
Gordan
I believe pub.client:http can only do accept (get,Post)methods,If you want to customize more methods then you might need to define own custom http handler,but ultimately i have no clue about it at this time.
May be some experts have done this type.
thanks.