i develop a web service with JDeveloper 10.1.2 IDE.
This web service run on Oracle Application Server.
i finish my code. And now try to client ip for Logging.
i try to use SoapContext or HttpRequestContext... and like
+ SOAPServerContext
+ RequestContext req;
OracleSOAPContext os = req.getRequestSOAPContext();
String myip = os.getRemoteAddress();
+ OracleSOAPTransport
+ OracleSOAPHTTPConnection
-- When i try like this ->
public String(SoapContext sc,String param1)
{
// code...
}
in jdeveloper, when i try to convert Web Service its error like "... XML not seriziable...."
-
Web Service Clients IP (2 messages)
- Posted by: Kara Kartal
- Posted on: February 24 2006 03:43 EST
Threaded Messages (2)
- Web Service Clients IP by Kara Kartal on March 06 2006 09:36 EST
- same question by jy young on March 23 2006 08:04 EST
-
Web Service Clients IP[ Go to top ]
- Posted by: Kara Kartal
- Posted on: March 06 2006 09:36 EST
- in response to Kara Kartal
Any one answer??? -
same question[ Go to top ]
- Posted by: jy young
- Posted on: March 23 2006 08:04 EST
- in response to Kara Kartal
hey,
i also wondering how to get the ws client ip address... i tried the way u mentioned too... it didn't work...
I posted the question at :
http://forum.java.sun.com/thread.jspa?threadID=719415&tstart=30
nobody answers!