Results 1 to 1 of 1
Thread: WSDL integrator
- 08-18-2011, 06:06 AM #1
Member
- Join Date
- Aug 2011
- Posts
- 1
- Rep Power
- 0
WSDL integrator
Hi,
I have a question on integrating 2 java based applications. I shall try to explain the issue with an example:
There are 2 applications, both java based
Application A is a middleware, using JBoss as application server, and is connected to a web site and accepts requests from customers
Application B is a backend transaction engine written in Java. This application uses EJB to connect and transact between its modules
Assuming a balance enquiry request is made by a client, the request is accepted by App A and makes a WSDL call to App B. This means that App B should have some sort of integrator to accept the WSDL, transact in its native EJB format and give output back as a web service. The question is; is there a universal connector / union / shunt / junction for accepting WSDL, convert to native EJB, transact and then push the output back to the connector to broadcast as web service. What I mean is: can there be an interface between the 2 applications whereby the interface acts as a connector and does the conversions
Biju
Similar Threads
-
WSDL api error
By SanderSoulwax in forum Java AppletsReplies: 2Last Post: 07-26-2011, 05:21 PM -
Is new WSDL required ?
By kcjava in forum Advanced JavaReplies: 2Last Post: 01-04-2011, 06:36 PM -
How to create XSD from WSDL using IDE
By rarchana24 in forum EclipseReplies: 2Last Post: 09-12-2010, 10:09 AM -
Sun Certified JCAPS Integrator : 310-502 Exam
By zhouy680 in forum Java CertificationReplies: 0Last Post: 07-21-2009, 04:20 AM -
connecting to a wsdl on localhost
By david99world in forum EclipseReplies: 0Last Post: 01-23-2009, 10:25 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks