View previous topic :: View next topic
|
Author |
Message |
Ashishpanpaliya
New User
Joined: 13 Oct 2017 Posts: 34 Location: India
|
|
|
|
Hi All,
I am working to test web service call from CICS as a requester.
It's failing with return code 4 which state - The value specified for the URI contained an illegal character or combination of characters, or the specified host name could not be resolved.
I tested same WSDL with SOAPUI testing tool (provide capability to call and test web service)and its work fine. This is to prove that WSDL, path etc details are fine.
I have documented(also attached here) all steps that I followed along with WSDL & program. Would be great if anyone can provide any pointer. |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
Please post your steps taken as text not an attachment. You can cut from your text file/ data set and paste into the message box. Attachments are not viewed by many as they a) may not be allowed to, b) they are fearful of malicious content. |
|
Back to top |
|
|
John Poulakos
Active User
Joined: 13 Jun 2012 Posts: 178 Location: United States
|
|
|
|
How are you using SOAPUI if CICS is the requestor?
Have you looked in CEEMSG and MSGUSR logs in CICS?
You do know path definition is case sensitive?
Have you tried it without using RDZ?
Have you installed SNIFFER? |
|
Back to top |
|
|
John Poulakos
Active User
Joined: 13 Jun 2012 Posts: 178 Location: United States
|
|
|
|
Your URIMAP shows usage is PIPELINE, which is usually for a web service provider, but a web service provider usually has a generated $name. |
|
Back to top |
|
|
|