File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Respond to 3rd party requests Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Respond to 3rd party requests" Watch "Respond to 3rd party requests" New topic
Author

Respond to 3rd party requests

Mimi Tam
Ranch Hand

Joined: Mar 05, 2010
Posts: 121
Hi,

I want to handle HTTP POST to create an HTTP Response message with an XML string and send it to a 3rd party device, then show what has been sent on a View. The HTTP request comes from the Web Service as well.

Please take a look at below:


Is myobject.sendTo3rdParty() sitting in the right place? How should I populate just the response body and how to send the HTTP out to a 3rd party?

Any help would be greatly appreciated.

Many Thanks in advance


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Respond to 3rd party requests
 
Similar Threads
@Responsebody for HTTP msg and a View to show the HTTP response msg
RestTemplate - How can I?
Controller redirect to another Controller?
Marshalling plumbing - off base
How to do both?