Hi,
I have an application running on websphere on https. Another server wants to send xml file to my server and I have to process it and sent back the response. What can be the solution if I dont have the option to use webservice?
Can I use xml over http post?
For that do I need to just make jsp page? Can you give me example of simple jsp accepting xml file and making response to sent back?
Thanks
I have an application running on websphere on https. Another server wants to send xml file to my server and I have to process it and sent back the response. What can be the solution if I dont have the option to use webservice?
Can I use xml over http post?
For that do I need to just make jsp page? Can you give me example of simple jsp accepting xml file and making response to sent back?
Thanks