Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 31f25c3687ae280d7aae49073301a340 > files > 718

python3-pyxb-1.2.6-2.mga7.noarch.rpm

WSDL_URI='http://ws.cdyne.com/WeatherWS/Weather.asmx?wsdl'
WSDL_URI='http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL'
wget -O weather.wsdl "${WSDL_URI}"
pyxbgen \
   --wsdl-location="${WSDL_URI}" --module=weather \
   --write-for-customization \
 || ( echo "Failed to generate bindings" ; exit 1 )