Siebel Integration Error

nancyhz
Mega Contributor

We are trying to integration to ServiceNow integration incident to Siebel.   We were able to create SOAP massage, , but when I tested Soap message function call, the error message was generated regarding SOAP endpoint.     Can any expert give some direction how to fix this error?  

SOAP endpoint

find_real_file.png

Java Error

find_real_file.png

6 REPLIES 6

tony_barratt
ServiceNow Employee
ServiceNow Employee

Hi Nancy,



My guess is that the '>' should be removed from the SOAP endpoint.


Like to give that a try?



Best Regards



Tony


nancyhz
Mega Contributor

I tried after removing '>', it did work, but got connection refuse error:


find_real_file.png


It doesn't seem to like the escaped URL. What is the actual URL for the Service Request. Does it really contain spaces?


nancyhz
Mega Contributor

Hi Geoff,


I got Siebel wdsl url (http://144.36.48.103:8080/SNServiceRequest/SNServiceRequest?wsdl) from our Seibel developer and got the following SOAP endpoint from SOAP message function.       I got "Connection refused"   java error after I removed '>' from the following SOAP url.           Does this mean it failed to connect to Siebel server, am I right?


find_real_file.png


I don't have the actual URL yet, but I will get it from our Siebel developer late.



Thanks