Send PartNumber to Agile from c# and get details from Agile for that PN

Hi There,

I know nothing about Agile. I need to send a PN to agile from c# and get a response of the PN details from Agile, then I update my database
How do I send data to Agile from c#(PN)
How to get data back from Agile
I am using c#.net

Please suggest

Add Comment
2 Answer(s)

Hi Tee,
We managed that implementing a SOAP Web Service PX .
http://docs.oracle.com/cd/E28664_19/otn/pdf/integration/E28698_02.pdf
 Chapter 3 Developing Web Service Extensions

Agile Angel Answered on January 29, 2016.

Thanks Antonio! Will go through the document.

on January 29, 2016.
Add Comment
Best answer

Hi,

Go to Oracle Sample Code, check for .Net samples.
http://www.oracle.com/technetwork/indexes/samplecode/agileplm-sample-520945.html
Download the code and enjoy.

Agile Talent Answered on January 29, 2016.

Thanks a lot! This is very helpful…Now that webapi is the new thing in webservice world for .net, I can replace the code specified here to use webapi right? It would still work right? Please let me know

on January 29, 2016.

In regards to the .net example. Could someone please elaborate on how to request a part description.

on October 27, 2016.
Add Comment

Your Answer

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