How to test/use AIS WebService?

Hi,

I have a ETL Integrator Software and I need consume data from Agile PLM through the AIS.
How i do a test to know if AIS is operational? We use Weblogic here.

The URL of AIS WSDL is http://SERVER:PORT/Agile/integration?wsdl ??

When the Agile is installed the AIS is installed too? We should to setup the AIS?

Thanks

 

Add Comment
3 Answer(s)

HI Rafael,

    AIS comes with a bunch of Sample Programs(Java) ready to run, on server side you don’t have to install/setup anything. I suggest you the following document, which is comprehensive:

http://docs.oracle.com/cd/E60149_23/otn/pdf/integration/agaat.pdf

It includes the samples explained, the architecture, urls,etc…

Wish you good success!

    Dennis

 

Agile Angel Answered on June 3, 2016.
Add Comment

Thanks for your reply Dennis, I’ve been studying the material on this link.

The problem is that I need to export the data using WebService: I am making tests with SoapUI, the idea was to use the DataExport command sending a SOAP request and receive back a xml with data.

When we invoke a WSDL like “AdminMetadata” sending a SOAP request works fine (we receive a response in xml data). But the “Export” does not work. Simplesly the WSDL http://SERVER.PORT/Agile/integration/services/Export?wsdl
 is not accepted.

I fear that in the version of Agile PLM used here (9.3.3) does not operate more integration with AIS by SOAP request. I saw this information on the link below:
http://docs.oracle.com/cd/E60149_23/otn/pdf/user/html_agabd/output/chapter_1.htm

Can I use another WSDL or create one to do this export?

Thanks again,
Rafael

RE: How to test/use AIS WebService?

Agile User Answered on June 13, 2016.

Hi Rafel, is that AIS SOAP request is working for you?

Do you have sample SOAP Request for import or export?

on April 2, 2017.
Add Comment

use SOAP GUI tool for testing.

Agile Angel Answered on June 14, 2016.

I’m already using SOAP UI, it’s a very good tool.

My question is how to use/create de WebService to use the ExportData Function in Agile PLM 9.3.3.

The WSDL Export (http://SERVER.PORT/Agile/integration/services/Export?wsdl) seems not work for SOAP requests.

on June 14, 2016.
Add Comment

Your Answer

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