You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "Soltysik, Seumas" <Se...@iona.com> on 2007/07/24 01:06:04 UTC

Address vs. TransportId on EndpointInfo

What is the difference between the Address string and the TransportID string on EndpointInfo? They both seem to represent the same value.

Re: Address vs. TransportId on EndpointInfo

Posted by Freeman Fang <fr...@iona.com>.
Hi Seumas,

The address string is the real address where endpoint publish, something 
like http://localhost:9001/service, and the transportID is the 
identifier for each kind of transport, for example, 
http://schemas.xmlsoap.org/soap/http for http transport.
Best Regards

Freeman

Soltysik, Seumas wrote:
> What is the difference between the Address string and the TransportID string on EndpointInfo? They both seem to represent the same value.
>
>