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
We have a cluster platform based on Spring Cloud Netflix stack.
This platform hosts some legacy soap webservices whose wsdl is accessible through ?wsdl queryparam without value.
But when requesting through Zuul gateway, this last append a '=' which make ?wsdl= but our legacy webservices doesn't recognize that.
Why Zuul does this query param change?
Best Regards.
The text was updated successfully, but these errors were encountered:
We have a cluster platform based on Spring Cloud Netflix stack.
This platform hosts some legacy soap webservices whose wsdl is accessible through ?wsdl queryparam without value.
But when requesting through Zuul gateway, this last append a '=' which make ?wsdl= but our legacy webservices doesn't recognize that.
Why Zuul does this query param change?
Best Regards.
The text was updated successfully, but these errors were encountered: