Questions tagged [data-exchange]

59 questions
1
vote
0 answers

What Data Format Exchange uses * and # instead of tags brackets?

There is a Web Service that returns this XML as a result for a GET. I want to know is this a famous Data Exchange Format ? or it just needs to be parsed normally ? or should I replace the * and # with normal brackets and handle it as a normal XML…
Belbesy M Adel
  • 105
  • 1
  • 6
1
vote
2 answers

Is there a need to encode encrypted data if exchanged between websites

We have multiple sites and we have requirement to post values between them. I am using phpseclib (http://phpseclib.sourceforge.net/) library for encryption-decryption. After encrypting data, is it safe to POST on other website. My working scenario…
I-M-JM
  • 15,732
  • 26
  • 77
  • 103
0
votes
1 answer

Accesses files from outside of the project folder in Angular

I'm generating a word or pdf file from a backend, passing the word file into a byteArray or base64 format to the backend. This file is stored into a outside of the angular folder. i.e., D:/drive. I have to display the word of pdf file into the…
0
votes
1 answer

Can't fix `NotFoundException` error when calling SendApiAsset in AWS CLI

Recently, I have been trying to access a data products from the AWS marketplace using the AWS CLI. I have an active subscription on the product; however, I get the NotFoundException error whenever I try to access any of the product's endpoints via…
0
votes
2 answers

Technique for sending data between a desktop client and a WCF service?

What is the best way of exchanging data between a C# desktop application and WCF service? The only method I know now is to send data as a string array with delimiters. Thanks
WelcomeTo
  • 19,843
  • 53
  • 170
  • 286
0
votes
1 answer

Control anylogic through external programs

I want to use python or JAVA to control the anylogic model. For example, start or shutdown model, input and output data and so on. Does Anylogic provide such an interface, like COM, Socket. or do i have to develop my own java interface to achieve…
Mengzhang
  • 35
  • 5
0
votes
1 answer

Recovering structs sent over a network

My coworker wants to send some data represented by a type T over a network. He does this The traditional way™ by casting the T to char* and sending it using a write(2) call with a socket: auto send_some_t(int sock, T const* p) -> void { auto…
Maelkum
  • 269
  • 4
  • 14
0
votes
1 answer

How to create batch process to upload Oracle DB data to AWS Data Exchange?

I am looking for scope where i can send data from oracle db to AWS Data exchange without any manual intervention?
0
votes
1 answer

Is there a way to return data from the called azure function back to logic app who called it?

I have office 365 trigger "when new e-mail arrives?" i initialize a variable username with value Max Sample Then called azure function FxNet21HttpTrigger1 and if determine there a username for the Logic App is this possible to chnge it there give…
0
votes
0 answers

Temporary s3 buckets or different storage methodologies to support AWS batch execution

I want to pass data to and from an AWS batch instance. The current workflow requires an s3 bucket as support, it requires to take care of s3 data upload and disposal and to create an existing bucket just for this data exchange. Is it possible to…
gc5
  • 9,468
  • 24
  • 90
  • 151
0
votes
1 answer

How to exchange data between bamboo task and a microservice

I want to send a file from Atlasssian Bamboo task to a microservice hosted online. My microservice will process the file and send back some metrics to bamboo task which invoked it. 1) How exactly can i send my file from bamboo task to a URL. (I can…
0
votes
1 answer

How to send a file from Bamboo task to a our python Microservice

I have a Microservice written in python flask and I will be hosting it soon. I want to send one file (example.txt) to My Microservice as a part of Bamboo Task. The microservice will use this file and extract some useful information. The bamboo is…
0
votes
0 answers

How can I transfer a specific item or data from a recyclerlist to another in other activity?

My question is that I have two RecyclerView list connected to a firebase database. And I would love to transfer the clicked items to another list in the other Activity. Given that one passenger list and when they arrive I want that Button to be…
0
votes
1 answer

best approach to exchanging data dumps between organizations

I am working a project where I will receive student data dumps once a month. The data will be imported into my system. The initial import will be around 7k records. After that, I don't anticipate more than a few hundred a month. However, there will…
0
votes
0 answers

Access on ViewControllerClass

I linked a TableViewController from storyboard to a class. In a different class I implemented some network request functionality and I would like, as soon as I receive responses, update data in my TableViewController-Class. Is there any way I can…
Julian Re
  • 1,023
  • 1
  • 8
  • 10