cancel
Showing results for 
Search instead for 
Did you mean: 

Error : SRT: Wrong Content-Type and empty HTTP-Body received: ("HTTP Code 301 : Moved Permanently")

sachin_thadani
Explorer
0 Kudos

Dear Friends,

I am trying to call web service in one system (ISX) from another system(ISV) through my program where i am getting below error:

Error :   SRT: Wrong Content-Type and empty HTTP-Body received: ("HTTP Code 301  : Moved Permanently")

When I pinged web service , it worked succesfully from ISV to ISX .

Any suggestions would be highly appreciated.

Thanks,
Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

jitendra_it
Active Contributor
0 Kudos

Hi Sachin,

As per documentation of error code 301(http://en.wikipedia.org/wiki/HTTP_301) , the URL u r pinging is moved permanently to some other one and use the new URL  which u get in response.

It may be possible that your program Or Logical port still pointing to old URL while manually you are trying with new one. check once.

thanks,

soni

sachin_thadani
Explorer
0 Kudos

Hi Soni,

Thanks for the reply but the problem is solved and here i would like to share solution which was far away from that we could thought off :

Even if computer name URL was correct and was getting pinged succesfully but due to EHP 6.0 upgrade in the server system , computer name got chnaged.

So even if earlier computer name was correct and pinging successfully but after ehp 6 upgrade , due to change in computer name ( for which we were totally unaware), we had to consider new computer server name in SOACONFIGURATION and now it worked.

Thanks for replying and sharing your thoughts !!

Sachin