-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate REST API from SOAP wsdl not working #2281
Labels
Comments
Update : When I addedd the basic auth on end point (admin/admin) I was able to hit the end point but new error that Im getting is :
|
fix for add Role was to change the param order
after (correct one ) :
The point is: the wsld -> rest generator needs a review. It is not working as it should. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I wanted to create a REST API based on UserAdmin service wsdl.
Steps to Reproduce
and provide the UserAdmin service wsdl URL https://localhost:9443/services/UserAdmin?wsdl
the error Im getting is on the resource level
there is error with payload
image
image
no gateway URL ?
image
example: for Resource addUser mediator looks like
and real SOAP looks like
when I tried locally I observed the log
[2023-11-21 15:21:11,522] INFO - DataBridge user admin connected
[2023-11-21 15:21:12,043] INFO - TimeoutHandler This engine will expire all callbacks after GLOBAL_TIMEOUT: 120 seconds, irrespective of the timeout action, after the specified or optional timeout
[2023-11-21 15:21:12,321] WARN - AuthenticationHandler Illegal access attempt at [2023-11-21 15:21:12,0320] from IP address 127.0.0.1 while trying to authenticate access to service UserAdmin
Affected Component
APIM
Version
4.0
Environment Details (with versions)
Private cloud
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: