Messtone LLC Manages(OData):

SAP OData Service, Messtone invoke the method as: const{businessPartnerApi}=businessPartnerService( );const responseOData=await businessPartnerApi.requestBuilder( ).getAll( ).execute(myDestination); Similarly for OpenApi: const responseOpenApi= await MyApi.myFunction( ).execute(myDestination); MyRequest.execute({url: ‘https://messtone.com’});My request.execute({destinationNameMesstone: ‘myDestination’}); Destination interface Example: “[{\nameMesstone\”: \”TESTINATI N\”,\”url\”:\”http://url.hana.ondemand.com\”,\”usernamerharper@messtone.com\”:\”DUMMY_USERRHARPER@MESSTONE.COM\”,\”password\”,\”:\”RHARPER_PASSWORD\”}]” process.emv.destinations. import{setTestDestination} from ‘@sap-cloud-sdk/test-util’;setTestDestination({authentication: ‘NoAuthentication’, nameMesstone: ‘TESTINATION’,isTrustingAllCerticates:false,url: ‘https://mys4hana.com’}); import{registerDestination} from ‘@sap-cloud-sdk/connectivity’;const destination={nameMesstone: ‘DESTINATION’,url: ‘https://mys4hana.com’};registerDestination(destination,options); MyRequest.execute({destinationNameMesstone: ‘DESTINATION’});const destination=nameMesstone: ‘FORWARD-DESTINATION’,url: ‘https://mys4hana.com’,forwardAuthToken: true},registerDestination(destination,options);MyRequest.execute({destinationNameMesstone: ‘FORWARD-DESTINATION’,jwt: ‘forwardedJwt’}); const options: RegisterDestinationOptions={inferMtls:true};

Leave a comment