Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 82387

Error when I import a wsdl : An error occurred while parsing the XML Schema in the WSDL document

$
0
0

the complete error in Mendix is:

An error occurred while parsing the XML Schema in the WSDL document: Ongeldige partikelafleiding door beperking - Afgeleid element http://www.egem.nl/StUF/StUF0301:zender is geen geldige beperking van basiselement http://www.egem.nl/StUF/StUF0301:zender volgens Elt:Elt -- NameAndTypeOK...

I think I have to change the wsdl or one of the xsd's....

But does someone know what I have to change? :-)

Thanks!

This is a part of the xsd (I think I have to change this part)

<!--definitie van elementen voor door StUF gedefinieerde berichten-->
    <element name="Fo01Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Fo01"/>
                                    <element name="zender" type="StUF:Systeem"/>
                                    <element name="ontvanger" type="StUF:Systeem"/>
                                    <element name="referentienummer" type="StUF:Refnummer"/>
                                    <element name="tijdstipBericht" type="StUF:Tijdstip"/>
                                    <element name="crossRefnummer" type="StUF:Refnummer"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
                <element name="body" type="StUF:Foutbericht"/>
            </sequence>
        </complexType>
    </element>
    <element name="Fo02Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Fo02"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
                <element name="body" type="StUF:Foutbericht"/>
            </sequence>
        </complexType>
    </element>
    <element name="Fo03Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Fo03"/>
                                    <element name="zender" type="StUF:Systeem"/>
                                    <element name="ontvanger" type="StUF:Systeem"/>
                                    <element name="referentienummer" type="StUF:Refnummer"/>
                                    <element name="tijdstipBericht" type="StUF:Tijdstip"/>
                                    <element name="crossRefnummer" type="StUF:Refnummer"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
                <element name="body" type="StUF:Foutbericht"/>
            </sequence>
        </complexType>
    </element>
    <element name="Bv01Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Bv01"/>
                                    <element name="zender" type="StUF:Systeem"/>
                                    <element name="ontvanger" type="StUF:Systeem"/>
                                    <element name="referentienummer" type="StUF:Refnummer"/>
                                    <element name="tijdstipBericht" type="StUF:Tijdstip"/>
                                    <element name="crossRefnummer" type="StUF:Refnummer"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
                <element name="melding" type="StUF:Melding" minOccurs="0" maxOccurs="unbounded"/>
            </sequence>
        </complexType>
    </element>
    <element name="Bv02Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Bv02"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
                <element name="melding" type="StUF:Melding" minOccurs="0" maxOccurs="unbounded"/>
            </sequence>
        </complexType>
    </element>
    <element name="Bv03Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Bv03"/>
                                    <element name="zender" type="StUF:Systeem"/>
                                    <element name="ontvanger" type="StUF:Systeem"/>
                                    <element name="referentienummer" type="StUF:Refnummer"/>
                                    <element name="tijdstipBericht" type="StUF:Tijdstip"/>
                                    <element name="crossRefnummer" type="StUF:Refnummer"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
            </sequence>
        </complexType>
    </element>
    <element name="Bv04Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Bv04"/>
                                    <element name="zender" type="StUF:Systeem"/>
                                    <element name="ontvanger" type="StUF:Systeem"/>
                                    <element name="referentienummer" type="StUF:Refnummer"/>
                                    <element name="tijdstipBericht" type="StUF:Tijdstip"/>
                                    <element name="crossRefnummer" type="StUF:Refnummer"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
            </sequence>
        </complexType>
    </element>
    <element name="Tr01Bericht">
        <complexType>
            <sequence>
                <element name="stuurgegevens">
                    <complexType>
                        <complexContent>
                            <restriction base="StUF:Stuurgegevens">
                                <sequence>
                                    <element name="berichtcode" type="StUF:Berichtcode" fixed="Tr01"/>
                                    <element name="zender" type="StUF:Systeem"/>
                                    <element name="ontvanger" type="StUF:Systeem"/>
                                    <element name="referentienummer" type="StUF:Refnummer"/>
                                    <element name="tijdstipBericht" type="StUF:Tijdstip"/>
                                </sequence>
                            </restriction>
                        </complexContent>
                    </complexType>
                </element>
            </sequence>
        </complexType>
    </element>
    <!--definitie van het omhullende element voor uitwisseling via een bestand -->
    <element name="StUF-berichtenSet">

Viewing all articles
Browse latest Browse all 82387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>