SOAP Request test error - host parameter is null

nancyhz
Mega Contributor

I have defined all parameters in SOAP message function.   I clicked "Test" link under Related Links.

find_real_file.png

Response returned Java error - host parameter is null,     You can   see the request is undefined.     Can anyone give some help here?  

find_real_file.png

SOAP Message

find_real_file.png

find_real_file.png

4 REPLIES 4

tony_barratt
ServiceNow Employee
ServiceNow Employee

Hi Nancy,



Looking at the response,


java.lang.illegalargumentexception host parameter is null


my guess is there is something wrong with the SOAP endpoint URL.



It may be badly formed. Google indicates one cause could be that   method, ie http or https, is missing.



Best Regards



Tony


What is the output of "Preview   script usage"?


There may be some clues there.


Thank you, Tony.   I will check SOAP endpoint URL


AlejandraEsGFT
Tera Contributor

Hello I have the same issue, How was this error resolved?