Unable to use WADL structure of Customer Contact Person web service
I have enabled a rest web service to create customer contact person but I am unable to understand its WADL structure. According to WADL file, two input parameters P_INIT_MSG_LIST and P_ORG_CONTACT_REC will be used to create contact person but I can see there further parameters like PARTY_REL_REC which are inside P_ORG_CONTACT_REC parameter. I want to know how can I use those parameters becuase those parameters hold information which is required to create contact person. Further WADL file has some complex type names which are not in InputParameters. Response has been marked as Error but there is no description. Please suggest.