Hello world :-), This is my first post on this group. I need to create servlet which will do this: 1) invoked by GET method with some values, 2) one of this values will be used to translate to another GET method, 3) based on reconstructed GET request will be issued to 3rd party server 4) 3rd party server replies with XML file 5) our servlet parse received document using XSLT file 6) servlet reply to the request (from point 1) with this reformatted XML stream.
Can you advise what would be most efficient way to achieve above? Thanks, -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en