You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/02/26 08:24:45 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #764: CXF support

ppalaga opened a new issue #764: CXF support
URL: https://github.com/apache/camel-quarkus/issues/764
 
 
   Related: 
   
   * https://github.com/quarkusio/quarkus/issues/4005
   * https://github.com/quarkusio/quarkus/issues/3479
   * https://github.com/quarkusio/quarkus/pull/5538

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] dufoli commented on issue #764: CXF JAX-WS support

Posted by GitBox <gi...@apache.org>.
dufoli commented on issue #764: CXF JAX-WS support
URL: https://github.com/apache/camel-quarkus/issues/764#issuecomment-592099650
 
 
   Soap server is on good way with cxf. I need to check what is the possibilities to add client side too. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] famod commented on issue #764: CXF JAX-WS support

Posted by GitBox <gi...@apache.org>.
famod commented on issue #764: CXF JAX-WS support
URL: https://github.com/apache/camel-quarkus/issues/764#issuecomment-598418388
 
 
   FWIW: `org.apache.cxf.ws.security.trust.STSClient` seems to work out of the box in JVM mode.
   Next we are going to try `JaxWsProxyFactoryBean` in our Quarkus project. I hope we'll manage to get it working somehow until an official extension is available.
   So a definite +1!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services