cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Consume WSDL into SAP Proxy

Former Member
0 Kudos

Iu2019m trying to Import WSDL into SAP by creating Proxy via HTTP or via Local desk but here Iu2019m getting Error as u201CMixed Content Mappingu201D

Given WSDL is:

</xsd:complexType>

- <xsd:complexType name="docTypeRef_p6_Description" mixed="true">( Web Methods who generated WSDL)

......

......

......

If Change WSDL as

</xsd:complexType>

- <xsd:complexType name="docTypeRef_p6_Description" mixed="false"> ( This is changes done Manually- it's Work)

Here Iu2019m unable to find whether WSDL generate in ERROR format or any Proxy configuration need to change.

Please help me on this issue and provide me your valuable solution.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please note NOT all XML schema attributes are supported by SAP.

In case of your problem Mixed type is not supported.

Following is list of XML schema supported/not-supported (for detail please search SDN).

Follwing is taken from Supported XML Schema and WSDL from SAP updated Aug-2007

XML Schema Attributes ABAP Proxies

abstract Not Supported

attributeFormDefault Supported

base Supported

block Ignored

blockDefault Ignored

default Supported

elementFormDefault Supported

final Not Supported

finalDefault Not Supported

fixed Not Supported

form Supported

itemType Not Supported

memberTypes Not Supported

maxOccurs Supported

minOccurs Supported

mixed Not Supported

name Supported (11)

namespace Not Supported

nillable Ignored

processContents Not Supported

ref Supported

schemaLocation Supported

substitutionGroup Not Supported

targetNamespace Supported (11)

type Supported

use Supported

xpath Not Supported

Regards,

Gourav

Former Member
0 Kudos

I really appreciate your effort for giving solution, it works.

Answers (0)