You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
As per this example, we need to have Java Bean that uses JAX RS annotation to expose the service.
We have used HTTP Endpoints to expose services. Below is the sample flow. Please let me know how to integration swagger with it.
As per this example, we need to have Java Bean that uses JAX RS annotation to expose the service.
We have used HTTP Endpoints to expose services. Below is the sample flow. Please let me know how to integration swagger with it.
<http:request-config name="HTTP_Request_Configuration" host="" port="80" doc:name="HTTP Request Configuration">
<http:basic-authentication username="username" password="testpassword!"/>
</http:request-config>
The text was updated successfully, but these errors were encountered: