Skip to content

Commit

Permalink
Merge pull request #16 from BROprogramma/Increment_0.9
Browse files Browse the repository at this point in the history
Increment 0.9
  • Loading branch information
RHuismn authored Jul 14, 2023
2 parents ae54751 + 0d2b60f commit 6329222
Show file tree
Hide file tree
Showing 28 changed files with 105,086 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
879 changes: 879 additions & 0 deletions Versie 0.9/SAD Uitwisselberichten/Controle XSLT/SIKB_SAD IMBROA.xslt

Large diffs are not rendered by default.

68,879 changes: 68,879 additions & 0 deletions Versie 0.9/SAD Uitwisselberichten/Controle XSLT/immetingen lookup v14.8.0.xml

Large diffs are not rendered by default.

23,159 changes: 23,159 additions & 0 deletions Versie 0.9/SAD Uitwisselberichten/Controle XSLT/imsikb0101 lookup v14.8.0.xml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<dispatchDataRequest
xmlns="http://www.broservices.nl/xsd/dssad/0.9"
xmlns:sadcom="http://www.broservices.nl/xsd/sadcommon/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/0.9 ../dssad-messages.xsd">
<!--Disclaimer: dit voorbeeldbericht is gemaakt voor increment 0.2 van de SAD en valideert tegen de XSD van de uitgifteservice.
Het is niet gevalideerd door de uitgifteservice en de inhoud is fictief en vaktechnisch/inhoudelijk niet voorbeeldig.
xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/1.0 https://schema.broservices.nl/xsd/dssad/1.0/dssad-messages.xsd"/>
-->
<sadcom:requestReference>Verzoek_1</sadcom:requestReference>
<sadcom:broId>123456789</sadcom:broId>
</dispatchDataRequest>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions Versie 0.9/SAD Uitwisselberichten/XSD en voorbeeld XML/dssad.wsdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="dssad"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:brocom="http://www.broservices.nl/xsd/brocommon/3.0"
xmlns:sadcom="http://www.broservices.nl/xsd/sadcommon/1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:msg="http://www.broservices.nl/xsd/dssad/1.0"
xmlns:tns="http://www.broservices.nl/wsdl/dssad/1.0"
targetNamespace="http://www.broservices.nl/wsdl/dssad/1.0">

<wsdl:documentation>
This WSDL defines the webservice for the sad intake webservice (SiteAssessmentData)
in the context of the base registry subsurface (Basisregistratie Ondergrond).
This is version 1.0.0
</wsdl:documentation>

<wsdl:types>
<xsd:schema xmlns:tns="http://www.broservices.nl/wsdl/dssad/1.0" targetNamespace="http://www.broservices.nl/wsdl/dssad/1.0">
<!--
<xsd:import namespace="http://www.broservices.nl/xsd/dssad/1.0" schemaLocation="https://schema.broservices.nl/xsd/dssad/1.0/dssad-messages.xsd"/>
-->
<xsd:import namespace="http://www.broservices.nl/xsd/dssad/1.0" schemaLocation="../schema/dssad-messages.xsd"/>
<!--
<xsd:import namespace="http://www.broservices.nl/xsd/brocommon/3.0" schemaLocation="https://schema.broservices.nl/xsd/brocommon/3.0/brocommon.xsd"/>
-->
</xsd:schema>
</wsdl:types>

<wsdl:message name="dispatchDataRequest">
<wsdl:part element="msg:dispatchDataRequest" name="request"/>
</wsdl:message>

<wsdl:message name="dispatchDataResponse">
<wsdl:part element="msg:dispatchDataResponse" name="response"/>
</wsdl:message>

<wsdl:message name="parseSoapFault">
<wsdl:part element="msg:parseFault" name="parseFault"/>
</wsdl:message>

<wsdl:message name="DeliveryResponsiblePartyHeader">
<wsdl:part name="deliveryResponsibleParty" element="sadcom:deliveryResponsibleParty" />
</wsdl:message>

<wsdl:portType name="dssad">
<wsdl:operation name="dispatchData">
<wsdl:input message="tns:dispatchDataRequest" wsam:Action="http://www.broservices.nl/wus/dssad/dispatchDataRequest"/>
<wsdl:output message="tns:dispatchDataResponse" wsam:Action="http://www.broservices.nl/wus/dssad/dispatchDataResponse"/>
<wsdl:fault message="tns:parseSoapFault" name="parsefault" wsam:Action="http://www.broservices.nl/wus/dssad/parseSoapFault"/>
</wsdl:operation>
</wsdl:portType>

<wsdl:binding name="dssad_SOAP" type="tns:dssad">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="dispatchData">
<soap:operation soapAction="" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
<soap:header use="literal" part="deliveryResponsibleParty" message="tns:DeliveryResponsiblePartyHeader" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="parsefault">
<soap:fault use="literal" name="parsefault"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>

<wsdl:service name="dssad">
<wsdl:port name="dssad_SOAP" binding="tns:dssad_SOAP">
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
</wsdl:port>
</wsdl:service>

</wsdl:definitions>
Loading

0 comments on commit 6329222

Please sign in to comment.