WSDL hilfe

  • Guten Tag,


    ich muss ein WSDL API System in PHP nutzen da bräuchte ich hilfe:



    Hier die WSDL



    Mein PHP Code lautet:




    Jedesmal kriege ich als Response folgendes

    PHP
    <?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:pinsdownloadwsdl"><SOAP-ENV:Body><ns1:logincheckResponse xmlns:ns1="urn:pinsdownloadwsdl"><return xsi:type="tns:LoginDetailsOut"><error><errorcode xsi:type="xsd:int">101</errorcode><errorstring xsi:type="xsd:string">Invalid Login Credentials pattern</errorstring></error><login xsi:type="xsd:int">0</login></return></ns1:logincheckResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>


    Kann mir bitte jemand behilflich sein