On Mon, 18 Feb 2002 14:22:48 +0100, in soap you wrote:

>This is the XML generated by Microsoft SOAP. There is no type definitiion for 
>parameter "name"!!!
>
><?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
> <SOAP-ENV:Envelope 
>SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
>xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
><SOAP-ENV:Body>
>  <SOAPSDK1:sayHello xmlns:SOAPSDK1="urn:HelloServer">
>    <name>Text1.Text</name> 
>  </SOAPSDK1:sayHello>
></SOAP-ENV:Body>
></SOAP-ENV:Envelope>
>
>What can I do?

see http://xml.apache.org/soap/docs/guide/interop.html

Cheers
Simon

Reply via email to