Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WebService DataControls programmatically construct java class en jdeveloper 11g

1017871Jun 19 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2013
Added on Jun 19 2013
0 comments
828 views