squakez commented on issue #3973: URL: https://github.com/apache/camel-k/issues/3973#issuecomment-1383916821
> 2. Do you have any examples or references of calling a SOAP web service and passing the request Payload? for example using the dataFormat as PAYLOAD option, can we directly hit the SOAP web service? Could you share a sample if any? > Sorry, I don't have any example. You may check in the Camel Quarkus test or Camel examples maybe. > 3. While running my application on jbang, the maven repository it is pointing to is not having the required CXF jars. So, I explicitly added the repository compile time as below to download the CXF jars. Will this work while building the same program on OpenShift with CamelK? > **camel run TestWeb.java --deps=camel-cxf:3.17.0 --repos=https://repo.maven.apache.org/maven2 --dev --console** > Yes, in that case it will use the apache maven repo. If it's not in the maven repo you normally use, you can adjust the configuration to use any additional repo as you're doing. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org