Questions tagged [appdirect]

Use this tag for all questions related to the integration with a marketplace powered by AppDirect.

Large technology vendors use AppDirect to stand up a customer-facing marketplace. Thus AppDirect allows anyone to set up their own AppStore.

With the marketplace, you can easily sell core services or third-party cloud products through white-label marketplaces. The service simplifies complex aspects of selling cloud products with automated billing, provisioning, and subscription management. AppDirect's marketplace offers the speed to market, low cost of ownership, and ability to scale that service providers need.

Sources:

10 questions
4
votes
1 answer

Response.seeOther returns blank screen

I need to redirect to a specific external url in my jersey web service and I am using this method: public static Response redirectTo(String path) { URI uri; try { uri = new URI(path); return…
eeadev
  • 3,662
  • 8
  • 47
  • 100
3
votes
1 answer

Getting 401 when signing HTTP message with signpost

I am integrating my web app with AppDirect, for this I created a java rs API using jersey. When I subscribe to an event, I get a map containing the oauth values (key and secret) to sign my request and an event url to which I issue a sign fetch to. I…
eeadev
  • 3,662
  • 8
  • 47
  • 100
2
votes
0 answers

WSO2 API Manager and OAuth 1a signature verification

I am trying to integrate with a commerce platform called AppDirect. Every request AppDirect sends to my REST API service will be signed with an OAuth 1a signature. AppDirect does not use OAuth access tokens. Also, AppDirect provides the OAuth…
Robert P
  • 171
  • 2
  • 6
2
votes
1 answer

How to add custom metered usage items in IBM Marketplace (AppDirect)

I am trying to do a full integration of a solution into IBM Marketplace. (The one using AppDirect). There are many metering items available (Users, MBs, ...) but I can use none of them. Let's say, for example, we use "Places". I have checked the…
icordoba
  • 1,834
  • 2
  • 33
  • 60
2
votes
0 answers

Issue with appDirect Subscription Order Form Validation

I am trying to implement Form Validation for appDirect Subscription Order Below is the subscription create notification url and is working fine (Please not the url is not contain any…
Riyas
  • 299
  • 4
  • 15
2
votes
4 answers

Why can't I unbind this service?

When I try to unbind a specific SendGrid service from my Java Liberty application running on Bluemix, I get the following error message: Service broker error: {"description"=>"Received exception with class…
Lorentz Lasson
  • 885
  • 8
  • 26
2
votes
1 answer

How to send Metered Usage to AppDirect

I am writing an program to integrate with AppDirect. Link is: http://info.appdirect.com/developers/docs/api_integration/subscription_management I successfully handle subscription order, change, and cancel events. Now, I want to send metered usage to…
Tung Nguyen
  • 574
  • 8
  • 16
1
vote
1 answer

Spring Boot application endpoint returns 403

I'm new to Spring Boot and currently stuck. I followed this (https://github.com/AppDirect/service-integration-sdk/wiki) Tutorial, as I want to implement an application that integrates itself into AppDirect. In the log I can see that the endpoints…
Sebastian Lang
  • 492
  • 1
  • 6
  • 18
1
vote
2 answers

gem dependency conflict because of nori

how to resolve this type of errors In Gemfile: appdirect (>= 0) ruby depends on nori (~> 2.4) ruby google-adwords-api (>= 0) ruby depends on google-ads-common (~> 0.9.8) ruby depends on savon (~> 1.2.0) ruby depends on …
Adt
  • 495
  • 6
  • 19
0
votes
0 answers

next13 state management in the app directory

How to persist data between server components in NEXT13 app directory? I'm fetching api to check if user is authorized (from cookies saved in login) in the root layout and I want to save the response (contains the user Id) for later usage. Is that…