gtata007 commented on issue #3973: URL: https://github.com/apache/camel-k/issues/3973#issuecomment-1383072793
Thank you @squakez, I am trying to use Camel JBang and it is really helpful to debug the issues locally with the camel version. Here, I have encountered a few issues. 1. While I am trying to run the Camel version with 1.10.2 by using the below command it is not working. Any suggestions on this? **jbang run TestWeb.java -Dcamel.jbang.version=3.18.2 camel@apache/camel** 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? 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** Regards, Guru Tata -- 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