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

Add Comment
4 Answer(s)

Hi Sujit,

Sample code is available on below URL. 
http://www.oracle.com/technetwork/indexes/samplecode/agileplm-sample-520945.html

Regards,
Arif

Agile Angel Answered on January 2, 2017.
Add Comment

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

Agile User Answered on January 2, 2017.

I haven’t used for 9.3.5 so not sure on that.

on January 2, 2017.
Add Comment

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

Agile User Answered on March 7, 2017.
Add Comment

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.

Agile User Answered on November 24, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.