Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WSDL generation

0 Likes
471

    
Hi,

SAP always generates sequence definitions in WSDL like this:

    <xsd:sequence>

     <xsd:element name="item" type=...

    </xsd:sequence>

so that sequences in messages look like in this example:

         <Errors>

            <item>

               ...

           </item>

            <item>

               ...

           </item>

         </Errors>

Is there any way to control wsdl generation to have different item tags in different sequece type definitions.

         <Errors>

            <error>

               ...

or

         <Materials>

            <material>

               ...

Thanks,

Victor

1 REPLY 1
Read only

Former Member
0 Likes
423

Did you manage to solve this problem? If you did, please let me know. I'm facing the same requirement and don't find any clue about this issue.