cancel
Showing results for 
Search instead for 
Did you mean: 

SPRX064 during PROXY creation under 6.40

former_member204338
Participant
0 Kudos

Hello,

I'm facing problem with proxy generation for service.

There is a function in WSDL with output parameter declared next way:

<s:element name="NewsInfoXMLResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="NewsInfoXMLResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>

Proxy generates normally but in mapping output structure for this function is empty. I'm also got warning message SPRX064 (<any>, <anyattribute> is not supported). But why? There were no problem with this under 7.x basis (mapped as XSDANY parameter). Any ideas how to handle this?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

HI Denis,

I am having a similar situation.

I am wondering... How did you resolve this?

Thank you,

Chris

former_member204338
Participant
0 Kudos

Hi Cristopher,

I have no solution under 6.40 except rewrite WSDL with correct structure. Otherwise, it's still not supported.

Former Member
0 Kudos

according to [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0abcc5a-1569-2a10-e6b7-8e5d108a995a] and [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40c3a137-1769-2a10-bda9-ad62d508af9c] (see the links in those 2 documents) xsd any was never supported up until today. neither on ABAP nor on Java.

my 2 cents,

anton