jamesnetherton commented on issue #1232: Camel-K Doesn't Create a Service or 
Ingress for an Integration
URL: https://github.com/apache/camel-k/issues/1232#issuecomment-579633063
 
 
   I suspect it's related to how you have configured your route and how camel-k 
tries to determine whether an integration requires an HTTP service. It extracts 
the `from` endpoint URI scheme and uses it to look up whether it is an HTTP 
related component. Because your `from` part is `fromEndpoint`, it can't do this.
   
   Try configuring the endpoint like:
   
   ```
   from("cxf://http://0.0.0.0/ws?wsdlURL=http://foo/bar.wsdl";)
   ```
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to