couldn't find desing note

  • Beim Zugriff auf einen Web Service über InfoPath erhalte ich im Domino Server die Fehlermeldung 'couldn't find desing note anothesimpleservice?WSDL[addressbook.nsf/anothesimpleservice%3FWSDL]'

  • Ich denke, hier ist die Fehlermeldung von InfoPath vielleicht aussagekräftiger:


    WSDLPort:Port Domino has no operations HRESULT=0x1: Unzulässige Funktion.
    - WSDLService:Processing service GetPersonInfoService found no port definitions HRESULT=0x80070057: Falscher Parameter.
    - WSDLReader:Analyzing the WSDL file failed HRESULT=0x80070057: Falscher Parameter.


    Hier der Inhalt des WSDL:


    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="urn:DefaultNamespace" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:impl="urn:DefaultNamespace" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/">
    <wsdl:portType name="GetPersonInfo">
    </wsdl:portType>
    <wsdl:binding name="DominoSoapBinding" type="impl:GetPersonInfo">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    </wsdl:binding>
    <wsdl:service name="GetPersonInfoService">
    <wsdl:port binding="impl:DominoSoapBinding" name="Domino">
    <wsdlsoap:address location="http://localhost"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>