Just an update , upgraded 10.7 server to fix 12, and downloaded latest designer 10.15 from this site (i could have reinstalled it from an installation image from 10.7 but didn’t)
I can now create the consumer connectors from the openapi, but it just does not work. I have a service that does a post with no authentication, that fails, it seems to be doing a post then a get from looking at http logs. Another service is a simple get with a bearer token, that would appear to be doing a GET but with no token in the header.
I should add, httpclient works if i create the payload and the authorization token on the header for both calls. But i have a lot of services to implement, and would like to use the connectors.
Is anyone using this consumer openapi 3 in 10.7 (swagger 2 consumer seems to work ok for me).
Is there any sample package code on this ?
#webMethods