简体   繁体   中英

Hello, invoking restwebservice from bpel?

I am trying to invoke mapquest geocoding api from BPEL by passing variables as city, state to get response as latitude and longitude accordingly. But its showing error

fault 1:

oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI " http://www.mapquestapi.com/geocoding/v1/address?key=XXXXXXXXXXX " successfully due to: javax.xml.soap.SOAPException: Bad response: 403 Forbidden from url http://www.mapquestapi.com/geocoding/v1/address?key=XXXXXXXX?City=xxxx&County=xxxx&State=xxxx&Zip=xxxx&operationName=Request-Response

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM