davsclaus commented on issue #3503:
URL: https://github.com/apache/camel-k/issues/3503#issuecomment-1202112894

   This one works
   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: test.yaml
   spec:
     flows:
       - beans:
         - name: weatherEndpoint
           type: org.apache.camel.component.cxf.jaxws.CxfEndpoint
       - route:
           from:
             uri: cxf:bean:weatherEndpoint
             parameters:
               dataFormat: PAYLOAD
               wsdlURL: 
"https://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php?wsdl";
               portName: 
"{https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl}ndfdXMLPort";
               address: "http://localhost:8080/weather";
   ###            address: 
"https://graphical.weather.gov:443/xml/SOAP_server/ndfdXMLserver.php";
               serviceName: 
"{https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl}ndfdXML";
             steps:
               - log:
                   message: "Test"
   ```
   
   And then 
   ```
   camel.jbang.project-id=test
   camel.jbang.project-name=test
   camel.jbang.project-description=test
   camel.jbang.gav=org.camel.karavan.demo:test:1.0.0
   camel.jbang.runtime=quarkus
   camel.jbang.quarkusVersion=2.11.1.Final
   
camel.jbang.dependencies=camel:cxf-soap,camel:cxf-transport,mvn:org.apache.cxf:cxf-rt-transports-http-jetty:3.5.3
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to