Skip to content

Commit

Permalink
examples/ndfd: update expected output
Browse files Browse the repository at this point in the history
Upstream schema switched to https in namespace URI, probably
inadvertently during a switch to https for include URIs.
  • Loading branch information
pabigot committed Sep 2, 2017
1 parent cde4487 commit 962874d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/ndfd/showreq.expected
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PS None
ndfdXMLBinding
ndfdXMLPortType
<?xml version="1.0" encoding="utf-8"?><wsdl:operation name="NDFDgen" xmlns:ns1="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><ns1:operation soapAction="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen" style="rpc"/><wsdl:input><ns1:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" use="encoded"/></wsdl:input><wsdl:output><ns1:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" use="encoded"/></wsdl:output></wsdl:operation>
<?xml version="1.0" encoding="utf-8"?><wsdl:operation name="NDFDgen" xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><wsdl:documentation>Returns National Weather Service digital weather forecast data</wsdl:documentation><wsdl:input message="ns1:NDFDgenRequest"/><wsdl:output message="ns1:NDFDgenResponse"/></wsdl:operation>
<?xml version="1.0" encoding="utf-8"?><wsdl:input message="ns1:NDFDgenRequest" xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:operation name="NDFDgen" xmlns:ns1="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><ns1:operation soapAction="https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen" style="rpc"/><wsdl:input><ns1:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" use="encoded"/></wsdl:input><wsdl:output><ns1:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" use="encoded"/></wsdl:output></wsdl:operation>
<?xml version="1.0" encoding="utf-8"?><wsdl:operation name="NDFDgen" xmlns:ns1="https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><wsdl:documentation>Returns National Weather Service digital weather forecast data</wsdl:documentation><wsdl:input message="ns1:NDFDgenRequest"/><wsdl:output message="ns1:NDFDgenResponse"/></wsdl:operation>
<?xml version="1.0" encoding="utf-8"?><wsdl:input message="ns1:NDFDgenRequest" xmlns:ns1="https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<class 'pyxb.bundles.wssplat.wsdl11.tParam'>
{http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl}NDFDgenRequest
{http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl}NDFDgenRequest
{https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl}NDFDgenRequest
{https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl}NDFDgenRequest
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="latitude" type="ns1:decimal" xmlns:ns1="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="longitude" type="ns1:decimal" xmlns:ns1="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="product" type="ns1:productType" xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="product" type="ns1:productType" xmlns:ns1="https://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="startTime" type="ns1:dateTime" xmlns:ns1="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="endTime" type="ns1:dateTime" xmlns:ns1="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="Unit" type="ns1:unitType" xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="weatherParameters" type="ns1:weatherParametersType" xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="Unit" type="ns1:unitType" xmlns:ns1="https://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
<?xml version="1.0" encoding="utf-8"?><wsdl:part name="weatherParameters" type="ns1:weatherParametersType" xmlns:ns1="https://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
uri:DWMLgen None
latitude latitude
longitude longitude
Expand Down

0 comments on commit 962874d

Please sign in to comment.