2014 Jun 08 12:01 AM
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
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.
2014 Dec 03 11:43 PM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |