Agreed.  That approach works more often than not.  Except in this case. 
The client of the WS does indeed use the URL that is sent back.  That is
part of the overal protocol.  So it has to be a valid URL that reaches the
WS inside of my Struts app.

One could argue that the real problem is within Axis, which does not
provide any HTTP details to the WS call dispatcher.  If I had access to
that info I could stuff it into the WS DOM response and not bother with
the Struts PlugIn.  Sigh.


--Marty

--- "Varley, Roger" <[EMAIL PROTECTED]> wrote:

> > 
> > The WS response has to contain the URL that was used to 
> > access the WS. 
> > This is a requirement of the XML Schema that defines the WS response
> > payload.  I have no control over this.
> > 
> 
> I know this might be stupid, but whenever I see an odd requirement like
> this my first experiment is to see what happens if I pass something that
> is a valid URL but doesn't actually point anywhere. In this way you
> could simply "hard-code" a string value into your plugin. It wouldn't be
> the first time I've come across a "mandatory" requirement that doesn't
> actually do anything :)
> 
> Regards
> Roger
> 
> 
>
__________________________________________________________________________
> This e-mail and the documents attached are confidential and intended 
> solely for the addressee; it may also be privileged. If you receive this
> 
> e-mail in error, please notify the sender immediately and destroy it.
> As its integrity cannot be secured on the Internet, the Atos Origin
> group 
> liability cannot be triggered for the message content. Although the 
> sender endeavours to maintain a computer virus-free network, the sender 
> does not warrant that this transmission is virus-free and will not be 
> liable for any damages resulting from any virus transmitted.
>
__________________________________________________________________________
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to