Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SoapUI Test Web Service for JDeveloper Fusion Application : Read Time Out

user8860348Mar 12 2016 — edited Mar 15 2016

Folks,

Hello. I have been implementing PeopleSoft Campus Solution 9.0 Revision 5 for a University.

I am developing an Online Admission Application for Prospective student to apply for admission.

My PeopleSoft facilities are below:

Server machine: Oracle Linux 5.10 (64 bits)

Client machine: Windows XP Professional (64 edition) with Browser Internet Explorer

Internet Architecture in Server Oracle Linux 5.10:

1) Database Server: Oracle Database 11g that is release 11.1.0.6.0

2) Application Server: Tuxedo 11g

3) Web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

4) Browser: Firefox Mozila

5) Two huge Database Instances in Database Server: PeopleTools 8.53 and Campus Solution 9.0.

In order to develop Online Admission Application, I have done the 4 parts with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

1) Install ADR (Application Development Runtime) 11.1.1.6.0 (64bit)

2) Install RCU 11.1.1.6.0 to create OWSM_MDS Schema (32bit)

3) Create a new WebLogic Domain "Domain_CS" in WebLgoic 10.3.6.0 to support ADR 11.1.1.6.0.

4) Install JDeveloper 11g 11.1.1.6.0 Studio Edition including WebLogic 10.3.5.0.

5) Install SOAPUI in Client Machine Windows XP to test Web Service.

The Online Admission Application is developed in JDeveloper 11g 11.1.1.6.0 Studio Edition.

The Online Admission Application connects with AAWS (Admission Application Web Service) and via AAWS gets to Database tables.

After create Fusion Web Application "StudentAdmissionApplication", we need to call Web Service USER_PROFILE for login.

I confront the issue regarding the web service USER_PROFILE as below:

First, in both Server machine and Client machine, open wsdl file in Browser http://MyIPaddress:8000/PSIGW/PeopleSoftServiceListeningConnector/USER_PROFILE.1.wsdl successfully.

Second, in JDeveloper, Fusion Web Application "StudentAdmissionApplication" calls web service USER_PROFILE.

Error: Client received SOAP Fault from server: null.

Third, tested the web service USER_PROFILE in SOAPUI.

Its result: nothing comes up on the right hand side. The error message comes up at the bottom of the screen as below:

Error getting response; java.net.Socket TimeOutException: Read Time Out.

I have set SOAPUI > Preference > HTTP Settings > Socket Timeout(ms): 25000

I run it again and get the same error. I ping Server IP address in Windows XP, output is below:

C:\> ping Server IP Address

Ping ServerIP Address with 32 Bytes of data:

Reply from Server IP Address: bytes=32 time=26ms, TTL=64

Reply from Server IP Address: bytes=32 time < 1ms, TTL=64

Reply from Server IP Address: bytes=32 time < 1ms, TTL=64

Reply from Server IP Address: bytes=32 time = 1ms, TTL=64

Ping Statistics for Server IP Address:

Packets: sent=4, Received=4, lost=0

Approximate Round Trip Time: Min=0ms, Max=26ms, Avg=6ms.

C:\>

Windows XP should keep pinging constantly, but it stops.

I don't know whether the network or SOAPUI setting causes "Read Time Out" issue.

My question is:

How to solve the error "Error getting response; java.net.Socket TimeOutException: Read Time Out" in SOAPUI ?

Thanks in advance.

This post has been answered by Timo Hahn on Mar 15 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2016
Added on Mar 12 2016
10 comments
1,886 views