Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

WSDL generation

$
0
0

    
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


Viewing all articles
Browse latest Browse all 3125

Trending Articles



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