Agile PLM 9.3.5 Webservices Sample example with source code
I want to know how Agile Webservice works in Agile 9.3.5
Can anyone please help me with sample webservice hello world example deployed to Agile PLM 9.3.5
Hi Sujit,
Sample code is available on below URL.
http://www.oracle.com/technetwork/indexes/samplecode/agileplm-sample-520945.html
Regards,
Arif
Hi Arif,
Thanks for your quick response. I have gone through it.
But would like to know how in Agile 9.3.5 version supports webservices wsdl2java.
As in earlier Agile PLM version we were using wsdl2 java with axis 1.4 supportive jars to generate stubs from wsdl file and accordingly hosting webservice.
Request to please provide updates on it how wsdl2java works in Agile 9.3.5
Regards
Sujit
In Agile 935 we use JAX-WS (com.oracle.webservices.wls.jaxws-wlswss-client.jar) to generate stubs from wsdl file. Refer to Webservices guide. it is sufficiently clear.
FYI: The web service URL in the document is http://<host>:<port>/core/services/<serviceName>?wsdl which did not work for me instead i had use http://<host>:<port>/CoreService/services/<serviceName>?wsdl which works just fine. (Maybe that’s how its supposed to be used)
http://docs.oracle.com/cd/E69230_08/otn/pdf/user/agabd.pdf
Hi,
I know how to host webservices in Agile 9.3.3 using bottom top approach i.e creating stubs from wsdl .However in Agile 9.3.5 , i need some help.
Please let me know steps and any webservice code which is developed using 9.3.5 except examples given using bottom top approach.