Hi,
I've got a WSDL definition for which I'd like to use Apigee Saop to Rest functionality. When I fetch the WSDL though, it seems that only last parameter for an operation is being recognized.
I.e Here is a WSDL message
<wsdl:message name="getCustomerListRequest">
<wsdl:part name="filter" type="xsd1:customerFilter"/>
<wsdl:part name="fulltext" type="xsd:string"/>
<wsdl:part name="number" type="xsd:string"/>
<wsdl:part name="detail" type="xsd:int"/>
</wsdl:message>
but when I fetch it, in the generated resource only the last parameter "detail" is being recognized, the other are being ignored.
Any help appreciated.
Thanks
Jakub
Solved! Go to Solution.
Hi Jakub,
Sorry took time in responding back here. You hit a product issue, opened JIRA to track this issue. Will take care of this and update you as we make the fix available on cloud.
Thank you,
Srini