cancel
Showing results for 
Search instead for 
Did you mean: 

Dear Experts ,

former_member221434
Participant
0 Kudos

I have created WSDL file for a synchronous scenario Soap to proxy in SAP PI 7.4 , But this WSDL file  is  working fine in SOAP UI tool and when i am testing this file in postaman tool that time error is comming .

Error is :

SOAP:Server server error XI Adapter.Java EXception .

500 internal server error .

Please help me , it's urgent .

Regards ,

pradeep

Accepted Solutions (1)

Accepted Solutions (1)

maheswarareddykonda
Active Contributor
0 Kudos

Hi,

I guess you forgot the Content-Type in Post man.

and in SOAP UI tool , you need too mention the same, here tool its self will decide what that needed.

So In Postman too try to add Content-Type in header level.

former_member221434
Participant
0 Kudos

Hi Maheswarareddy Konda ,

Actually I am using postman first time so i do not know how to add content-type .

Please can u tell me how to add content-type .

maheswarareddykonda
Active Contributor
0 Kudos

Click the Headers button, and supply the Header - Value pair Content-Type - application/xml.


i have given application/xml , you must give correct content of yours.


also may i know why you want to test in Postman tool since you able to test in soap ui tool?

former_member221434
Participant
0 Kudos

Hi Maheswarareddy Konda .

Thank you very much,Now It is working fine .

maheswarareddykonda
Active Contributor
0 Kudos

OK, Then please close the thread

Answers (0)