Re: Help requested: Has anyone created a SOAP connection with JDeveloper 9i?

From: Raghu <rrkodali_at_yahoo.com>
Date: 6 Feb 2002 10:50:09 -0800
Message-ID: <61e90571.0202061050.6fb3fe0f_at_posting.google.com>


Try the following

Unselect the proxy server settings.
Menu - > Tools |Preferences |Proxy server UnSelect the check box for "Use HTTP Proxy Server"

Start the embedded OC4J Server with the command "java -jar oc4j.jar" from JDEV_HOME/j2ee/home directory

Create a SOAP Server connection with
http://localhost:8888/soap/servlet/soaprouter or
http://127.0.0.1:8888/soap/servlet/soaprouter

and test the connection

raghu
JDev Team

Richard.Berger_at_nextcard.com (Richard Berger) wrote in message news:<d3ed84da.0202052115.63172084_at_posting.google.com>...
> I was hoping to use JDeveloper to build a simple Web service.
> However, I am stuck on the first step - I can't create a connection.
> I deployed the soap.ear Web Application and I can successfully reach
> http://127.0.0.1:8888/soap/servlet/soaprouter, but when I try to add
> this connection through the JDeveloper interface, I get an exception
> in java.lang (the specifics are at work).
>
> I deployed the soap servlet on a copy of Oracle 9i AS R2, but I would
> be happy to do it on the embedded version that comes with JDev.
>
> Many thanks in advance for any help!
> RB
Received on Wed Feb 06 2002 - 19:50:09 CET

Original text of this message