1.  The NAME of the prefix doesn't matter, as long as the namespace is the
        same.

Good point, thanks, showing my namespace ignorance...

        2.  I don't know what to say about this one.  I haven't played with it.
        Anyone else want to answer?

Just to be clear, I am talking about the WSDL ones gets when one deploys a
service and then requests WSDL using the ?WSDL postfix. It just so happens
I've built a base class for my web services (for helper methods, e.g.
logging W/S calls w/ caller IP context, managing W/S call lock-out times,
etc.) and my classes' sub-classes have some protected methods. Those
protected methods (e.g. paceErrantCallerByBlocking) are not public and I'd
rather they weren't public. ;-)

I know there have been a lot of attempts to get at sub-classes for
stubs/skeletons, perhaps this is an unfortunate corollary of progress there.

regards

Adam

Reply via email to