davsclaus commented on issue #3503:
URL: https://github.com/apache/camel-k/issues/3503#issuecomment-1202102883
You can try with putting the namespace directly, such as
```
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:
"https://graphical.weather.gov:443/xml/SOAP_server/ndfdXMLserver.php"
serviceName:
"{https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl}ndfdXML"
```
--
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]