Follow the steps below to test Webservice from Local:
1. Add the parameters below in client CFG in Siebel section
1. Add the parameters below in client CFG in Siebel section
2. To confirm that the siebel.exe process is listening
From the command prompt, type the following:
netstat -a -p TCP
Examine the output for the port number you set in the application configuration file, for example:
TCP mycomputer:2330 mycomputer.mycompany.com:0 LISTENING
From the command prompt, type the following:
netstat -a -p TCP
Examine the output for the port number you set in the application configuration file, for example:
TCP mycomputer:2330 mycomputer.mycompany.com:0 LISTENING
3. To Test the webservice from SOAP UI use the URL below:
http://localhost.:2330?SWEExtSource=WebService&UserName=&Password=For detailed information about Testing te webservice from Local follow the bookshelf link:
http://docs.oracle.com/cd/E14004_01/books/EAI2/EAI2_WebServices12.html