<?xml version="1.0" encoding="UTF-8" standalone="no"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://lfstad.bayern.de/baybw/allgemein/v3/formulare" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://lfstad.bayern.de/baybw/allgemein/v3/formulare" targetNamespace="http://lfstad.bayern.de/baybw/allgemein/v3/formulare">
  <wsdl:types>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://lfstad.bayern.de/baybw/allgemein/v3/formulare" version="1.0"><xs:element name="GetFormulareVonDienststelleRequest"><xs:complexType><xs:sequence><xs:element name="dienststellenschluessel" type="xs:string"/><xs:element minOccurs="0" name="gemeindekennziffer" type="xs:string"/><xs:element minOccurs="0" name="gruppiertNachLeistung" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFormulareVonDienststelleResponse"><xs:complexType><xs:sequence><xs:element ref="tns:formulare"/></xs:sequence></xs:complexType></xs:element><xs:element name="formulare"><xs:complexType><xs:sequence><xs:choice><xs:element maxOccurs="unbounded" minOccurs="0" name="leistungMitFormularen" type="tns:LeistungMitFormularenType"/><xs:sequence><xs:element maxOccurs="unbounded" minOccurs="0" name="formular" type="tns:FormularMitLeistungenType"/></xs:sequence></xs:choice></xs:sequence><xs:attribute name="dienststellenschluessel" type="xs:string"/></xs:complexType></xs:element><xs:complexType name="LeistungMitFormularenType"><xs:complexContent><xs:extension base="tns:LeistungType"><xs:sequence><xs:element minOccurs="0" name="formulare" type="tns:FormulareType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:complexType name="FormularMitLeistungenType"><xs:complexContent><xs:extension base="tns:FormularType"><xs:sequence><xs:element minOccurs="0" name="leistungen" type="tns:LeistungenType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:complexType name="FormulareType"><xs:sequence><xs:element maxOccurs="unbounded" minOccurs="0" name="formular" type="tns:FormularType"/></xs:sequence></xs:complexType><xs:complexType name="FormularType"><xs:sequence><xs:element name="id" type="xs:integer"/><xs:element name="kurzbeschreibung" type="xs:string"/><xs:element minOccurs="0" name="url" type="xs:string"/><xs:element minOccurs="0" name="langbeschreibung" type="xs:string"/><xs:element name="schriftformErfordernis" type="tns:SchriftformerfordernisType"/></xs:sequence><xs:attribute name="vorausfuellbar" type="xs:boolean" use="required"/></xs:complexType><xs:complexType name="SchriftformerfordernisType"><xs:sequence><xs:element name="id" type="xs:string"/><xs:element name="beschreibung" type="xs:string"/></xs:sequence></xs:complexType><xs:complexType name="LeistungenType"><xs:sequence><xs:element maxOccurs="unbounded" minOccurs="0" name="leistung" type="tns:LeistungType"/></xs:sequence></xs:complexType><xs:complexType name="LeistungType"><xs:sequence><xs:element name="leistungId" type="xs:int"/><xs:element name="leistungBezeichnung" type="xs:string"/><xs:element name="leistungUrl" type="xs:string"/></xs:sequence></xs:complexType></xs:schema>
  </wsdl:types>
  <wsdl:message name="GetFormulareVonDienststelleResponse">
    <wsdl:part element="tns:GetFormulareVonDienststelleResponse" name="GetFormulareVonDienststelleResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="GetFormulareVonDienststelleRequest">
    <wsdl:part element="tns:GetFormulareVonDienststelleRequest" name="GetFormulareVonDienststelleRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="AllgemeinFormulareServicePortType">
    <wsdl:operation name="GetFormulareVonDienststelle">
      <wsdl:input message="tns:GetFormulareVonDienststelleRequest" name="GetFormulareVonDienststelleRequest">
    </wsdl:input>
      <wsdl:output message="tns:GetFormulareVonDienststelleResponse" name="GetFormulareVonDienststelleResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AllgemeinFormulareServicePortTypeSoap11" type="tns:AllgemeinFormulareServicePortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="GetFormulareVonDienststelle">
      <soap:operation soapAction=""/>
      <wsdl:input name="GetFormulareVonDienststelleRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="GetFormulareVonDienststelleResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="AllgemeinFormulareServicePortTypeService">
    <wsdl:port binding="tns:AllgemeinFormulareServicePortTypeSoap11" name="AllgemeinFormulareServicePortTypeSoap11">
      <soap:address location="https://www.bayernportal-webservices.bayern.de:443/services/allgemein/formulare/v3"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>