cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP: Response message contains an errorXIServer/UNKNOWN/ADAPTER.JAVA_EXCEPTION

former_member223432
Participant
0 Kudos

Hi,

I am working on synchronous SOAP interface. Here we send the request to SOAP client and with the SOAP response we get, we are generating File.

I have configured SOAP reciever channel with Endpoint URL shared by soap client also uploaded SSL certificate and client authentication. but i am getting the below error.

SOAP: Response message contains an errorXIServer/UNKNOWN/ADAPTER.JAVA_EXCEPTION - See log trace with id: n/a

URL Format share by SOAP client is:

https://hostname:port name/XISOAPAdapter/MessageServlet?senderParty=name of the sender party<&senderService>=name of the sender service<&interface>=name of the interface<&receiverParty>=name of the receiver party<&receiverService>=name of the receiver service<&interfaceNamespace>=name of the interface namespace

Can someone please advise on the given error. I am getting this error while fetching the response from SOAP client.

I dont see any other logs in monitoring.

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member229310
Active Participant
0 Kudos

Hello Smith,

Is your target server also PI system? Verify with target side if they are able to trace in the logs any calls made by you.

If the call is not reaching to target, then try to correct the target URL with the correct format.

Try to copy the target URL from the web service directly if available to avoid any mistakes.

Cheers