1. I have a data control what is a web service client to URL https:
2. JDev 11g build a model
3. I need to call this data control from java class
4. My java class simply must call a method of the web service, this method I see in the DAta Control, with the parameter and just return the String,
5. this is not a Web Application, is swing, I not have a Context
method in WS
public String ConsultaPlaca(String arg1);
How I can implement this?
Just in Java Class, not in page JSP. the java class is a library of other Java class, I need to build a file .jar