My Oracle Support Banner

Web Service Invocation Works in Studio But Fails With an "http 404 error" in Enterprise J2EE (Doc ID 843260.1)

Last updated on NOVEMBER 13, 2023

Applies to:

Oracle Business Process Management Suite - Version 10.3.1 and later
Information in this document applies to any platform. *** ***

Symptoms

Project that invokes an introspected web service works fine when tested in Studio. However the web service invocation fails when project is deployed to Enterprise J2EE. The instances get aborted when the web services are called in J2EE environment.

Running TCPMON trace to capture the HTTP request shows the following:

Request:
POST /<hostname_A>:7777/orabpel/default/x/1.0 HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.2.1
Host: <hostname_B>:7777
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "process"
Content-Length: 547

 

The captured Response is the following:

Response:
HTTP/1.1 404 Not Found
Date: Thu, 28 May 2009 17:31:07 GMT
Server: Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /<hostname_A>:7777/orabpel/default/x/1.0 was not
found on this server.<P>
<HR>
<ADDRESS>Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server Server
at <hostname_B> Port 7777</ADDRESS>
</BODY></HTML>

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.