users@jax-rpc.java.net

RE: REPLACE_WITH_ACTUAL_URL

From: Gabriel Bauman <gabe_at_bravenet.com>
Date: Tue, 16 Dec 2003 09:40:36 -0800

Well, in my case, clicking the WSDL link a web browser causes the
'Transformation Complete' message in the log, but the transformed WSDL
*still* contains REPLACE_WITH_ACTUAL_URL.

Perhaps my server (Resin 3.0.4) is not providing some environment
information or something along those lines. Anyone have any ideas?

Thanks for your help!

Gabe
 

-----Original Message-----
From: Kevin Jones [mailto:kevinj_at_develop.com]
Sent: Tuesday, December 16, 2003 12:48 AM
To: users_at_jax-rpc.dev.java.net
Subject: RE: REPLACE_WITH_ACTUAL_URL


It's done for you automatically.

If you browse to http://server/service/myIF?WSDL you will see the 'real'
URL in the WSDL. If you then look at the JAXRPC log message in Tomcat
(or whichever server you are using) you will see a message along the
lines of 'Transformation Done.'
The JAXRPC servlet (I believe) is running an XSLT or similar to
transform the resultant WSDL so that it contains the URL of the endpoint
rather than 'REPLACE_WITH_ACTUAL_URL'

Kevin Jones
http://kevinj.develop.com

> -----Original Message-----
> From: Gabriel Bauman [mailto:gabe_at_bravenet.com]
> Sent: 16 December 2003 02:25
> To: users_at_jax-rpc.dev.java.net
> Subject: REPLACE_WITH_ACTUAL_URL
>
>
> I was just wondering...
>
> Every WSDL file generated by jax-rpc has the following:
>
> <service name="Foo">
>
> <port name="FooEndpointMappingPort"
> binding="tns:FooEndpointMappingBinding">
>
> <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
>
> </port>
>
> </service>
>
> How exactly does one specify the REPLACE_WITH_ACTUAL_URL
> string? This is apparently supposed to be the HTTP URL to the
> WSDL file for the endpoint.
>
> Gabe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net