Dear Russell, In the sample code u have sent, I see the "symbolTable" package that i do not find in the beta2 release. I think this package may be more recent than the beta2 release. For the issue i mentioned in retrieving the port of the service, if i want a program to work fine even with beta2, can I just strip the substring "Type" from the service portType say "StockQuoteServicePortType" name that is generated and which i can get from the GeneratedFileInfo class. Is this a consistent way of doing it if i have to avoid the usage of SymbolTable class? I know I run the risk of changing implementation in case some easier way for retrieving the methodnames is provided in future. Is it worth the way I am trying to do?
Sandeep L