Hi,
what is the difference between two following wsdl lines ;
1.) AccountSetParametersResponse is a complex type which includes 2 wsld:parts in second line (accountSetParametersReturn and m_subscriptionIdList... both of which are different types as you can see..)
<wsdl:message name="accountSetParametersResponse">
<wsdl:part name="accountSetParametersReturn" type="intf:AccountSetParametersResponse"/>
</wsdl:message>
2.)
<wsdl:message name="accountSetParametersResponse">
<wsdl:part name="accountSetParametersReturn" type="intf:AbmResponse"/>
<wsdl:part name="m_subscriptionIdList" type="intf:SubscriptionIdList"/>
<wsdl:part name="accountSetParametersReturn" type="intf:AccountSetParametersResponse"/>
</wsdl:message>
2.)
<wsdl:message name="accountSetParametersResponse">
<wsdl:part name="accountSetParametersReturn" type="intf:AbmResponse"/>
<wsdl:part name="m_subscriptionIdList" type="intf:SubscriptionIdList"/>
</wsdl:message>
br
Alper