quarkiverse / quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.
Apache License 2.0
71 stars 57 forks source link

Send SOAP messages to a service from DevUI #1411

Open ppalaga opened 2 weeks ago

ppalaga commented 2 weeks ago

Originally requested by @Inithron in https://github.com/quarkiverse/quarkus-cxf/issues/1015#issuecomment-2171828948:

I have also an idea to improve the DevUI: The Kafka Client provides the possibility to send a message into a Kafka topic and the OpenAPI extension to send a message via the SwaggerUI to a REST service. It would be great if the CXF extension would provide something similar, to send a SOAP message to the SOAP service. And as an additional feature it would be great if the extension could create message templates based on the WSDL. And as a second additional feature it would be great if the extension would support the WS-Security features like encrypting or signing a message before it is send.