Apigee "console" not sending array parameters correctly. Null values obtained

Not applicable

Array parameters are not reaching api end.

1) Step 1:

Call REST URL:

JSON inout:

{

"numbers":["2008909876","2008909875"]

}

2)Step 2:

In SOAP Payload, shown as:

<tns:AddNumbers>
         <numbers>2008909876</numbers>
         <tns:numbers>2008909875</numbers>
</tns:AddNumbers>

3) Step 3: When array numbers length is printed on api side, it gives array itself as null

Array parameter values not passed


					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
0 1 175
1 REPLY 1

@Sulaksha Naik,

It would be helpful if you attach offline trace session, so that we could do investigate for the same.

Thanks,Karthik