Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Apigee - Java callout, Resource

Not applicable

Apigeejava callout: To execute java callout, I uploaded .jar file at org level in apigee. I made reference of the jar (and Execution class) in java-callout policy, but I get error during deployment of proxy - "Could not extract the java resource". Using curl command I verified that jar is loaded as java type, and name of resource is correct.

curl command used to upload the jar. curl -v -H "Content-Type: application/octet-stream" -X POST -d@{JARfileName.jar} http://{HOST}/v1/organizations/{ORG}/resourcefiles?"name={JARfileName.jar}&type=java"

thanks in advance

vinod kumar

0 1 562
1 REPLY 1
Top Solution Authors