You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Paco Avila <fa...@gridsystems.com> on 2002/02/18 14:22:48 UTC

Error invoking Apache SOAP from Microsoft SOAP

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?

-- 
GRIDSYSTEMS                   Francisco Jose Avila Bermejo
Parc Bit - Son Espanyol        Responsable Área Desarrollo
07120 Palma de Mallorca     favila@gridSystems.com
Baleares - España              Tel:+34-971435085 Fax:+34-971435082
ww.gridsystems.com


Re: Error invoking Apache SOAP from Microsoft SOAP

Posted by Scott Nichol <sn...@computer.org>.
This is documented in Apache SOAP docs.  Go to User Guide, then
Interoperability.  You will see that there is a workaround for this.

Scott Nichol

----- Original Message -----
From: "Paco Avila" <fa...@gridsystems.com>
To: "SOAP Developer" <so...@xml.apache.org>; "SOAP User"
<so...@xml.apache.org>
Sent: Monday, February 18, 2002 8:22 AM
Subject: Error invoking Apache SOAP from Microsoft SOAP


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?

--
GRIDSYSTEMS                   Francisco Jose Avila Bermejo
Parc Bit - Son Espanyol        Responsable Área Desarrollo
07120 Palma de Mallorca     favila@gridSystems.com
Baleares - España              Tel:+34-971435085 Fax:+34-971435082
ww.gridsystems.com




Re: Error invoking Apache SOAP from Microsoft SOAP

Posted by Simon Fell <so...@zaks.demon.co.uk>.
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

Re: Error invoking Apache SOAP from Microsoft SOAP

Posted by Scott Nichol <sn...@computer.org>.
This is documented in Apache SOAP docs.  Go to User Guide, then
Interoperability.  You will see that there is a workaround for this.

Scott Nichol

----- Original Message -----
From: "Paco Avila" <fa...@gridsystems.com>
To: "SOAP Developer" <so...@xml.apache.org>; "SOAP User"
<so...@xml.apache.org>
Sent: Monday, February 18, 2002 8:22 AM
Subject: Error invoking Apache SOAP from Microsoft SOAP


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?

--
GRIDSYSTEMS                   Francisco Jose Avila Bermejo
Parc Bit - Son Espanyol        Responsable Área Desarrollo
07120 Palma de Mallorca     favila@gridSystems.com
Baleares - España              Tel:+34-971435085 Fax:+34-971435082
ww.gridsystems.com




Re: Error invoking Apache SOAP from Microsoft SOAP

Posted by Simon Fell <so...@zaks.demon.co.uk>.
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