Web Service Data Control FROM ADF
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 ?