Creating an Apigee Java Callout Extension Policy

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024
  • НаукаНаука

Комментарии •

  • @priyankamahanty6609
    @priyankamahanty6609 4 года назад

    Nice explaination

  • @glendysfilsinger5473
    @glendysfilsinger5473 2 года назад +1

    Hi nice video, I'm new with apigee... and I was wondering if you can help me with something... I have a api created in java that I need to feed it with data from apigee, for that I need to create a java callout? or is there another way?

  • @gyanadave2538
    @gyanadave2538 2 года назад

    How to read a list of products of apigee in Java code. Use case is for automation purpose to retrieve proxies name it's associated parameters so that with rest assured or other framework we can hit those apis to test. Is apigee exposing rest endpoints if yes how to use it or any SDK?

  • @asmamazhoudi2013
    @asmamazhoudi2013 2 года назад

    Hello thanks for this video. I am a beginner in apigee. I can't deploy the proxy. I have this "revision is deployed but traffic cannot flow" .

    • @apigeek
      @apigeek  2 года назад +1

      This is usually an issue with the deployment. Try removing the Java Callout policy and see if it still has the same error. Also verify that the class name in the Java callout properties is correct/matches the class in the JAR file.

    • @asmamazhoudi2013
      @asmamazhoudi2013 2 года назад

      When I remove the javacallout policy, I have a successful deployment. I think the problem is in the jar ...

  • @raketnight
    @raketnight 2 года назад

    Hi mate, do you know where "com.apigee.flow.execution.spi.Execution" can be downloaded from?

  • @ashishsharma2212
    @ashishsharma2212 4 года назад

    Hi Miguel,I have following questions
    1. how can we test it before deployment.
    2. How to add external jar dependencies along with the JAR generated,since i faced error in getting the 3rd party libraries.
    Regards
    Ashish

  • @RashidAli-tx3vm
    @RashidAli-tx3vm 2 года назад +1

    Can you give a link to the jar file