Questions tagged [application-integration]
12 questions
24
votes
8 answers
How to pass enumerated values to a web service
My dilemma is, basically, how to share an enumeration between two applications.
The users upload documents through a front-end application that is on the web. This application calls a web service of the back-end application and passes the document…

Edo
- 1,821
- 3
- 20
- 27
5
votes
5 answers
What's the best way of synchronizing data between decoupled systems?
I have let's say 2 (but they'll become more in the future) fully decoupled systems: system A and system B.
Let's say every piece of information on each system has an informationID. There's nothing stopping the informationID to be the same on…

JohnIdol
- 48,899
- 61
- 158
- 242
2
votes
1 answer
integrate website with offline system
I have a website that provides a booking system. A lot of my costumers already have an offline booking system that also gives them other funcionalities(POS, Accounting, etc.). So they usually ask me to integrate my online booking system with their…

Federico
- 53
- 5
2
votes
1 answer
xquery to check if the value is null then return null as string
I am new to XQuery. Please guide me to solve the issue below I want to return the null value as a string, if the below expression does not give any value.
Currently, the output doesn't show the 'name' field itself. I want to have a name with null.…

gunjan gupta
- 51
- 1
- 12
1
vote
1 answer
NIntegrate a function which involves another integration
I want to carry out a numeric integration using Mathematica. The integrand is
I=Exp[-z^2]F[z]^2
where this F[z] is defined as Integrate[1/(q+I) Exp[-c(q+z)^2],{q,-Infinity,0}]. Since Mathematica does not know how to carry out the Integration, it…

Huijie Guan
- 11
- 2
1
vote
3 answers
Application Integration - Biztalk vs Rhapsody vs JCAPS
My organisation is in the science & health sectors and currently uses JCAPS to integrate some of its applications and third parties. These include STARLIMS and SAP amongst others.
The JCAPS expert has left the organisation and now there is talk of…

John Mills
- 10,020
- 12
- 74
- 121
0
votes
0 answers
Enterprise Application Integration Styles in 2023?
As per Enterprise Integration Patterns book written in 2003: Following four Integration styles has been mentioned:
1. File Transfer — One application writes a file that another later reads. The applications
need to agree on the filename and…

fatherazrael
- 5,511
- 16
- 71
- 155
0
votes
1 answer
How can I send message to an azure queue from a 1.1 .net framework based application?
We need to integrate a web application based on .net framework 1.1 with an more recent application, we are thinking on using azure queues. Is that possible? There is always the option the option to poll a table, or to write a custom clinet, but we…

user1075679
- 287
- 1
- 2
- 13
0
votes
3 answers
Flowgear running old workflow version
I have a workflow that queries table and when there is available data it calls another workflow and retrieves the relevant data and then pushes it to a web service. This is supposed run every 2 minutes.
Previously I had some test data in my…

user3738955
- 3
- 1
0
votes
3 answers
When to choose Enterprise Application Integration Middleware?
I work in a software company that delivers a software product. Many times we must integrate with other applications. 70% of the time we integrate with a single application. Currently we do not use middleware (MuleESB, Biztalk, ...) in these…

sultanazzal
- 11
- 2
0
votes
3 answers
how to include my asp.net website under sharepoint?
I i have the asp.net web site with c# + sql server 2008 connectivity + css + javascripts + ajax . I have a solution. i want to run this site under sharepoint . What i have to do for integrate this ?

Red Swan
- 15,157
- 43
- 156
- 238
-1
votes
0 answers
How to Manage Application Integration in a Multi-Cloud Environment?
I'm working on a project where we need to integrate various applications across different cloud providers like AWS, Azure, and GCP. I'm finding it tough to manage the complexity and keep things aligned with our company’s vision. I'm also concerned…