Hello,
we did not receive the data Rest API descriptor in flow service by using postman tool.
Can you please help me on this?
Thanks and Regards
Kanaka Rao Darsi
Hello,
we did not receive the data Rest API descriptor in flow service by using postman tool.
Can you please help me on this?
Thanks and Regards
Kanaka Rao Darsi
Hi @kanakarao ,
Can you please elaborate on your issue? What is the use case? What API are you trying to invoke to get the Rest API Descriptor? Please share the exact steps and the error you are facing and what are your expectations?
Please fill out in the format.
Thanks,
Sree
Hello,
services not receiving the data
As Sree has mentioned , elaborating your usecase will definitely help.
-NP
How did you determine that the FLOW service did not receive data? What does the service do?
Hello,
This is POST services. please find the below screenshot for your references.
.
Hi @kanakarao,
There are 2 scenarios in webMethods Integration Server supporting the OpenAPI 3.0.
OpenAPI Provider - When you import an OpenAPI document as a provider you will have to do the implementation of the services to be returned when the API is invoked because you are acting as the service provider. If you haven’t done any implementation after importing the OpenAPI document then you would not have anything to be returned as part of the service invocation
OpenAPI Consumer - When you import an OpenAPI document as a consumer you are creating just a consumer (client) of an already provided server.
Let me know, which one you are using it as. Also, it would help if you could provide a screenshot of what you are providing in postman for the request and also what is the service implementation (if you have done it). If you could share the OpenAPI document and the API you are invoking, we could give it a try and let you know how it works.
Thanks,
Sree
@kanakarao , In addition to the above steps, You can also try with a sample request that points eventually to a simple service, In this service, you can have a pub.flow:tracePipeline to check what is the available in the pipeline.
Then compare with a direct /invoke on the same service if you see the same data.
-NP
Open API we have openapi 3.0 document file imported. when taking the service.
rad/notify:rad_API:cameras
Again, yes we can import the OpenAPI Document as “Provider” or as “Consumer”. Please see attached screenshot.
And can you please attach the service pipeline? Or the generated folder structure from designer?
Ok. After you have imported the OpenAPI document as Provider, did you do the implementation in the service? Ideally, when you open one of the POST_** services you would add some steps into it and also do the mapping to the output. Please check how the implementation is been done and whether data is set to the output of the service. You could simply run the service by right click on it and selecting “Run Service”. If the implementation is there, you would see the output. Let know how it worked.
we are not receiving the data POST_cameraAlarm_svc1 services
please help me on this?
Hello,
Yes, I have implemented services just document to json string and debug log also. but services receiving empty data.
i have given some data through postman.
@kanakarao we could certainly help only when we have the required information. Please do the following
OR
OR
If we know what is in the service then only we can analyze and see what is happening.
Thanks,
Sree
Hello,
I have sent meeting invite
hi @kanakarao
As discussed, please check after installing the latest fixes on 10.11 and let me know if it resolved your scenario.
Thanks,
Sree