Tagged Questions
1
vote
4answers
150 views
SOAP traffic generator
I'm trying to build a SOAP message generator that will generate SOAP messages of different kinds that I have specified. Each of these messages also has a reply that will be coming back. The meaning of ...
2
votes
0answers
126 views
Design thoughts on a schema based request object for CXF endpoint
Trying to seek design suggestion on a schema based request object for a CXF endpoint. I've created a CXF SOAP endpoint which takes the following object as an input. The request object will have ...
4
votes
4answers
762 views
Advice on which technologies to use for a client-server desktop application
I am writing a desktop application in Java which will allow clients to authenticate to a server with their credentials, and afterwards view and manipulate some data (orders, invoices, employees etc.) ...
0
votes
3answers
335 views
Client/Server Application Using Google App Engine
Can someone please advise me what is the possible solution of using GAE to make a Client/Serer Application?
As far as I know, GAE is designed to do web applications. What I want to do is to have a ...
2
votes
3answers
505 views
What's the best way to implement a browser-based SOAP client?
We have an existing architecture of enterprise SOAP webservices based on JavaEE 6 that transfers large payloads of data.
We want to develop a browser based front end for these sevices, and I would ...