Hallo Holy,
Hier ist der Fehlerbericht:
Code:
Error calling method BasicHttpBinding_IInhabitationService.BasicHttpBinding_IInhabitationService.Inhabitate, (System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht.
Inner Exception: System.InvalidOperationException: Der vom Client gefundene Anforderungsinhaltstyp ist 'multipart/related; type="application/xop+xml";start="<http://tempuri.org/0>";boundary="uuid:0242eacc-b0ba-47e4-8172-68ab811d1ac8+id=4";start-info="text/xml"', erwartet wurde 'text/xml'.
Fehler bei der Anforderung mit folgender Fehlermeldung:
--
--uuid:0242eacc-b0ba-47e4-8172-68ab811d1ac8+id=4
Content-ID: <http://tempuri.org/0>
Content-Transfer-Encoding: 8bit
Content-Type: application/xop+xml;charset=utf-8;type="text/xml"
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><InhabitateResponse xmlns="http://tempuri.org/"><InhabitateResult>7E79BDE4</InhabitateResult></InhabitateResponse></s:Body></s:Envelope>
--uuid:0242eacc-b0ba-47e4-8172-68ab811d1ac8+id=4--
--.) <append><b>System.InvalidOperationException</b> in BasicHttpBinding_IInhabitationService.lvlib:Inhabitate.vi->Unbenannt 2
Ich versuch mal zu erklären was der Service macht.
Ich schicke eine Anfrage, soll eine ID zurückbekommen durch die Methode Inhabitate. Diese ID bekommt die Methode GetInhabitationResult als eingabe und soll mir daraufhin ein XML zurückgeben.
Wie gesagt, ich sehe das der Webservice mit der Berechnung beginnt (der läuft erstmal lokal).
Grüße
Lupus