Forum Discussion

Archana_Pandey's avatar
Archana_Pandey
New Contributor
16 years ago

Testing Java services using SOAPUI

Hi
We have a complete shift in the application architecture. As per the plan we will be having REST services and there will be an intermediate layer involving Java services.

I know we can test REST service but will we be able to test the Java services that are used here?
  • masterkeedu's avatar
    masterkeedu
    Occasional Contributor
    Well I assume your Java layer is still accesses via SOAP, REST, or HTTP, in which case yes.

    soapUI focuses on the interface, not the technology behind the service.