If you are using the .NET platform, you need to look at the SOAPExtension
class. This allows you to hook the stream of SOAP inbound or outbound, do
whatever you want, then chain the stream on to its eventual destination in
the framework.
http://msdn2.microsoft.com/en-us/library/system.web.services.protocols.soapexten
sion(VS.71).aspx
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com
> Hello,
>
[quoted text clipped - 14 lines]
> the last line.
> Hope someone can help me with this. Thanks!