Siebel Integration Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2015 08:47 AM
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
Java Error
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2015 11:49 AM
Hi Nancy,
My guess is that the '>' should be removed from the SOAP endpoint.
Like to give that a try?
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2015 11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2015 12:05 PM
It doesn't seem to like the escaped URL. What is the actual URL for the Service Request. Does it really contain spaces?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2015 01:33 PM
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?
I don't have the actual URL yet, but I will get it from our Siebel developer late.
Thanks