users@jax-rpc.java.net

RE: Problem with REPLACE_WITH_ACTUAL_URL

From: Sels Wannes <Wannes.Sels_at_cronos.be>
Date: Wed, 18 Jan 2006 10:05:30 +0100

Hi Joe,

 

You should not browse to the actual file, but let the jax-rpc service
fill in the address.

Go to http://server:port/war-name/endpoint?WSDL

(you defined the endpoint in your jaxrpc-ri.xml file)

 

Regards,

 

Wannes

 

________________________________

From: Joe Pederson [mailto:Joe.Pederson_at_firstlogic.com]
Sent: dinsdag 17 januari 2006 17:53
To: users_at_jax-rpc.dev.java.net
Subject: Problem with REPLACE_WITH_ACTUAL_URL

 

I've created and successfully deployed my WAR file on Tomcat, WebSphere,
Sun App Server and .NET and am able to consume with several different
clients (C++, Java, Perl, etc). However, when I deploy this WAR in
WebLogic 9.0, it deploys ok but when I browse to the WSDL in IE, the
WSDL still has the soap address as REPLACE_WITH_ACTUAL_URL instead of
the actual address. Therefore, all of my client apps are failing when
the web service attempts to connect to my application. Is this an issue
with JAXRPC (or WebLogic)? Ideas on what I might be doing wrong?

Thanks in advance for the help.