cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP:Server Server Error XIAdapter ADAPTER.JAVA_EXCEPTION 500Internal Server Error

Former Member
0 Likes
3,999

Hi,

I have been testing an API (WSDL file) through SOAPUI from which I am getting successful response however when I am posting it from POSTMAN for chrome I am getting Server Error XIAdapter ADAPTER.JAVA_EXCEPTION 500 Internal Server Error . Is that I have to check from the Adapter configuration side ? 

Below I have pasted the URL and the the xml for the reference used to test the API.

http://piqas.xxxxx.com:50000/XISOAPAdapter/MessageServlet?channel=:BS_MOBILE_PORTAL:senderParty=&sen...

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

  <SOAP-ENV:Header/>

  <SOAP-ENV:Body>

  <ns3:MT_Cash_IN_Deposit_SavingAccount_Request xmlns:ns3="http://adarsh_mob_ecc.com" xmlns:ns4="http://adarsh_crm.com">

  <Transaction_Request_Number>1454582123082</Transaction_Request_Number>

  <BranchCode>1057</BranchCode>

  <AccountType>SS</AccountType>

  <AccountNumber>003</AccountNumber>

  <Amount>1000</Amount>

  <AdvisorCode>852</AdvisorCode>

  <NetworkID>+3584433445566</NetworkID>

  <MAC>F</MAC>

  </ns3:MT_Cash_IN_Deposit_SavingAccount_Request>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

A prompt response will be appreciated.

Thanks

Sumanta

View Entire Topic
markangelo_dihiansan
Active Contributor
0 Likes

Hi Sumanta,

First check if your PI system is allowed to connect to the target URL. This can be done by a simple ping command via OS (SM69), SM59 (type G) or in NWA (HTTP Destination). If it is working, analyse the http headers in SOAP UI and see if you missed a configuration in your SOAP receiver adapter.

Regards,

Mark

Former Member
0 Likes

Thanks Mark will check n revert

Regards,

Sumanta

Former Member
0 Likes

Hi Mark, The test results are fine. Any thing else if you can suggest. Regards, Sumanta

Former Member
0 Likes

Hello Sumantha,

Make sure your adapter is configured with HTTP protocol.

markangelo_dihiansan
Active Contributor
0 Likes

Hi Sumanta,

In that case it has something to do with the request. You can use this to trace the request coming from PI and compare it with SOAP UI

Regards,

Mark