cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO to Sharepoint Integration

Former Member
0 Kudos

Hi All,

I am doing Sharepoint Integration with SAP PO

File to REST Adapter (ICO Configuration)

posting .txt file successfully processed from source.

Issue in REST Adapter

Regards

Pradeep A

Accepted Solutions (0)

Answers (2)

Answers (2)

apu_das2
Active Contributor
0 Kudos

Hi Pradeep,

It looks like the server is not accepting your connection request. Can you please first try to open the REST service in the browser and then check the connection from PI.

I guess you are not using any SSL certificates.

Thanks,

Apu

Former Member
0 Kudos

Hi Apu Das,

I am using Certificate, i can able open REST service in the Browser.

Regards

Pradeep A

Former Member
0 Kudos

Below is PI Error Screen.

apu_das2
Active Contributor
0 Kudos

I guess your REST server accept only HTTPS connection whereas you are sending HTTP request. That's why the connection is failing.

Thanks,

Apu

Former Member
0 Kudos

Hi all,

Please find the REST Receiver Communication channel configuration.

Please correct me if i am wrong.

Iam not using OPERATIONS RULES, RESPONSE DETERMINATION, HTTP HEADDERS, ERROR HANDLING.

Regards

Pradeep A

apu_das2
Active Contributor
0 Kudos

Hi Pradeep,

I can see you have used https in the target url but you have not selected the client certificate authorization option where you suppose to put the key store view and key store entry name. Though sometimes putting SSL certificates only in the TrustedCAs works.

You can try once with xpi inspector whether it's giving any error or not.

Thanks,

Apu

Former Member
0 Kudos

Hi Apu,

yes! in 7.1 i have done same imported certificate in key store view, but 7.4 its not required,

even i tried to import certificate in key store view but its not reflecting in Communication channel.

Recently i have did Salesforce integration as same way. in NWA i have imported certificate not in Comm. Channel

Regards

Pradeep A

Snavi
Active Participant
0 Kudos

Hi Pradeep,

are you sure the operation GET is to be used for posting the file (as per your scenario) , can you check the service specification.

also, did you tried to run the same request and operation from another REST client (postman on chrome)

Former Member
0 Kudos

Hi Navdeep,

I have changed operation POST, in SOAP UI iam getting below error in SOAP UI

Can you please guide me.

i dont know how to test REST Client chrom, please help me.

Regards

Pradeep A