On Mon, 2003-06-02 at 12:59, Paul Andrews wrote:
> Hi,
>
> I'm implementing a SOAP profile (RFC 3288) which uses the 'serverName'
> attribute of the 'start' element to specify the virtual server on which
> a SOAP service should be present. It seems that I can't get a hold of
> that information in the profile. A quick look at Session.java shows that
> the ChannelZeroListener class access the attribute but doesn't use it or
> store it anywhere.
>
> What is the intention with this attribute and should the
> ChannelZeroListener class and profile API be modified to make the
> information available? Maybe it should be an attribute of the channel
> that is started?
The latest code in CVS saves this attribute on the Session and it can be
retrieved with getServerName().
--Huston
|