Use XPI_Inspector for HTTP_AAE receiver

Hi Experts,
Current scenario:
- I've created a synchronous Proxy to HTTP_AAE scenario which uses the Google Distance Matrix API
Problem:
- The response mapping gives the following error: "Values missing in queue context."
Question:
- I'm wondering if there is any way to check the used URL + Query string (e.g. http://maps.googleapis.com/distancematrix/xml?origin=<origin>&destination=<destination>). I've checked the XPI Inspector but I can't find the query string anywhere. Maybe there is another way to test this synchronous interface?
Hope someone can help.
Kind regards,
Koen Schouten

Hi Schouten,
Prima facie, it appears that the HTTP_AAE response data type is either incorrect or not being populated correctly as per your mapping. The response message is trying to map your proxy response structure but has no corresponding values from the HTTP_AAE response structure.
I would suggest you revisit every field in your mapping and test it in mapping as well to eliminate possibility of errors at mapping level.
Further, see if you can test the HTTP request standalone (Using some HTTP test tool or SOAP UI->TEST SUITE->HTTP TEST REQUEST). A standalone testing will at least validate your HTTP request/response and further, you can crosscheck the structures with what you've defined.
Thanks,
Abhishek

Similar Messages

Maybe you are looking for