cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP TO FILE ASYNC ERROR

former_member460664
Participant
0 Kudos

Hi All,

While  I am working on SOAP to FILE secnario, I got the following error........error getting response org.apache.http.client.clientprotocolexception.......

I am using SOAP UI(4.5.1) tool to send request to PI server. Scenario is Asynchronous. I am using to different usei id,s for ABAP engine and Java Engine. Is that the problem? Please help me to solve this issue. Great thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Please refer this link. SOAPUI considers your user/password credentials wrong. The problem is with soapui version features

http://www.soapui.org/forum/viewtopic.php?t=14356

Looks like  soapui 4.5.0 for basic authorization and 4.5.1 for keystore authorization.

You can fix this by changing 'Authorisation Type' to 'Preemptive' in 'Aut' tab of your soap request

former_member460664
Participant
0 Kudos

Heartful thanks to Baskar Gopalakrishnan. Now my issue has been solved

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Dear Kumar,

Is it possible to make a non-Preemptive webservice in PI?

Former Member
0 Kudos

Hi Ashok,

Check what is the protocol that you were using to communicate.

As per your perception, you are getting error while getting response. First, check whether you are able to hit the webservice.

If you are using SOAP 1.2 then the standard SOAP adapter does not support. for that you need to deploy the axis framework .jar files on the integration server to handle this.

Provide us some more info on the requirement.. so we would be able to help u.

former_member460664
Participant
0 Kudos

My scenario is ASYNCHRONOUS SOAP to FILE scenario. As per my scenario, there is no response.

TP-> HTTP, MP-> SOAP 1.1 and we are using PI 7.31 version. While testing by using SOAP UI tool, request not going to AE and IE. Message not reached to AE. Why message not come to AE?? Help to solve?

Former Member
0 Kudos

Have u published ur webservice URL in ES Registry?

When u trying to test from SOAP UI is that pointing to PI system?

former_member460664
Participant
0 Kudos

I have not published webservice URL in ES Registry. While testing only it has thrown..... error getting response org.apache.http.client.clientprotocolexception..... How to find whether it is pointing to PI system?

iaki_vila
Active Contributor
0 Kudos

Hi Ashok,

Are you sure that you have:

1. The two service interfaces asynchronous.

2. The SOAP sender communication channel with quality of service Exactly once

?

Regards.

former_member460664
Participant
0 Kudos

The two service interfaces are asynchronous only. Comm channel having Exactly once QoS.