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!

Web Service Data Control FROM ADF

user1254328May 24 2010 — edited May 24 2010
Hi All,

Using Jdev 11g. and Soa suite 11g

I have created a SOA process and deployed and able to test this SOA process from EM. :-)

Now, I do not want to test it from EM but rather want a UI screen to input request parameters and test.

So, copied the WSDL URL from EM

Created a Web Service data Control FROM WSDL URL in my Jdev 11g

Dragged the WSDL control on JSF page as Input Form WITH Submit.

ADF Form got created successfully. compiled deployed and go to browser ----- input my usual request parameters ---- click Submit and THEN go to EM to see the that SOA process invocation. I SEE NOTHING.

WHY is ADF page WSDL datacontrol Form NOT able to talk to my deployed SOA process. ??

thx
pp


Also, how do you GRAB the already created Web Service data Control MANUALLY coding in your one of the Java Method ? LIKE be able to GRAB the instance object of WSDL control and THEN be able to SET request prameters and THEN be able to say "EXECUTE THIS WSDL DATA control with SET parameters". All happening via java code .... any idea ? snippet ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2010
Added on May 24 2010
4 comments
1,420 views