Das hatte ich schon gemacht. Siehe oben.
Aber damit ich nichts falsches sage, habe ich es nochmal mit der Routine versucht und dabei folgendes bekommen:
Delphi-Quellcode:
<?
xml version="1.0"?>
<
SOAP-ENV:Envelope 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/">
<
SOAP-ENV:Body>
<parameters xsi:type="xsd:string">test</parameters>
</
SOAP-ENV:Body>
</
SOAP-ENV:Envelope>
Also ein vollkommen anderer Request, als benötigt...
WCF wartet auf:
Delphi-Quellcode:
<s:Envelope xmlns:s="http:
//schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<echoString xmlns="http:
//tempuri.org/">
<Value>TestString</Value>
</echoString>
</s:Body>
</s:Envelope>
Nu bin ich grad am rumbstaeln mit Dem SoapRPCService Attribute.
Aber irgendwie hat das auch nicht hin.... *gummel*
Aber trotzdem danke