cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL

Former Member
0 Kudos

Hi guys,

I am working on SOAP to FILE where i have WSDL for GET CUSTOMER DETAILS.

but this is specific to only one Customer..But now my requirement is for multiple customer say 100.How do i edit this WSDL for multiple customer and make use of this changed WSDL for my scenario.

for ex: for a given date, i should get all the customer with there d

Kinldy help me with the logic and steps involved in doing this Interface.

Thanks

Sahil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sahil,

Do as specified by Raja Shekar, you need to change the occurance of the field ( 0-Min, Unbounded-max) as you need to send multiple customer details.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

change the occurace of customer to 1 to unbounded(MinOccours 1 , MaxOccurs Unbounded), use XML Spy or Stylus.. or even you can do it in note pad also.

Regards,

Raj

Regards