Question
NTT Data Italia S.p.A.
NTT Data Italia S.p.A.
IT
NTT Data Italia S.p.A.
Posted: Jun 26, 2018
Last activity: Jun 26, 2018
Last activity: 26 Jun 2018 17:21 EDT
Closed
Can wsdl of SOAP Services contain choice element?
Hi,
We have to expose a SOAP services and we would like generate a wsdl with choice element. It's possibile?
For example, wsdl should contain the following complex type :
<element name="Order">
<complexType>
<choice>
<element name="Activation"/>
<element name="Cancellation"/>
</choice>
</complexType>
</element>
How can we generate this wsdl with Pega Platform 7.3.1?
Thanks.