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
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
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.