Replies: 1 comment 7 replies
-
For the multiple services, you may have a mismatch between your Regarding the 'urn:DynamicEndpoint' it seems as though you may be mixing code first / contract first approaches ... again, a reproducer would be great to provide any suggestions! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to migrate a webservice to quarkus. I specify the wsdl file as follows in application.properties:
quarkus.cxf.endpoint."/asdfService".wsdl=/wsdl/asdfService.wsdl
In asdfService.wsdl, I provide the following service:
Now, localhost:8080/asdfService?wsdl returns the wsdl but there are 2 services:
The second service is taken from the provided wsdl file, but the first one seems to be added by quarkus-cxf. What could be the reason for that? Also, urn:DynamicEndpoint should be replaced by http://localhost:8080/asdfService. Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions