Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10052

No filing ABAP structure when the response is defined with a complextype with a choice sentence

$
0
0

Hi, we have defined an ABAP client proxy to consume a Web Service which response it is defined with a complextype using a choice.

<xs:complexType name="Ie115V1SalType">

     <xs:choice>

       <xs:element ref="Sal101:IE101"/>

       <xs:element ref="Sal104:IE104"/>

      </xs:choice>

</xs:complexType>

 

The ResponsePaylod is working fine but we get nothing in ABAP, I mean when the proxy has to map from the Payload to the ABAP structures it does not work.

 

Just to check where the problem is we modified the proxy removing the choice complexType and using only one structure for the output and in this case the ABAP structure is filled up correctly. So we guess the problem is related with the choice sentence.

 

We also checked this with two different systems and the behavior is the same..... (NW 7.01 SP13 and NW 7.01 SP12)

 

Do you have any similiar experence?

 

 

Regards,

 

Antonio


Viewing all articles
Browse latest Browse all 10052


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>