I built a web-service application in Jdeveloper 11.1.1.7 to be used by other clients. Simply the general steps as follow (Server web-service Application is built ---> Deployed on server ---> Used by clients through WSDL file location).
Now I come across a requirement where I need to get the client's IP address and port number.
Questions:
How to get IP address of the calling client to the web-service application built in Jdeveloper?
Common technologies used to built web-service applications is AXIS or CXF. What technology Jdeveloper use to built web service application ?