cancel
Showing results for 
Search instead for 
Did you mean: 

Interoperability (e. g. ABAP <-> C# data types,different versions of WSDL?)

Former Member
0 Kudos

Hi all,

does anybody know whether the different WSDL standards 1.1, 1.2 and accordingly 2.0 are downward-compatible?

And are there any problems with the different data types in ABAP or C#.

Is it possible to have an ABAP data type which cannot be created in C#?

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In accordance with W3 has backward compatibility, but i didn't make tests http://www.w3.org/TR/2007/REC-wsdl20-primer-20070626/

I Think that you won't have problems with types, because all types are possible to map to a xsd type.

Its to Java, but works similarly to C#

http://help.sap.com/saphelp_nw04/helpdata/en/de/705c3c3806af06e10000000a11402f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/0d/44c277ad3644da90006c786a568c14/content.htm

Regards