Hello, I am hoping someone can help me with this problem. I am generating a service from WSDL that contains a lot of soap headers. When my service interfaces are generated there doesn't appear to be any way to access the incoming headers through the generated service interfaces. I know that I can access the headers from inside the generated MessageReceiverInOut class but that is not where you are supposed to be writing your code. Is there just something I am missing? I don't want to have to change generated code that will get stomped on any time I need to make a change to my WSDL and regenerate. It seems like the service generator should allow for the soap headers to be exposed to the service interfaces by means of access to the messagecontext directly or by the MessageReciever pulling them out and passing them to the service interface as an additional argument.
Thank you for taking the time to read my question. Matt Troutman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
