Hi Ajith!
I see that the porttype name is '
net.xmethods.services.stockquote.StockQuotePortType'. It's of course valid
in WSDL but need to be modified when it comes to java. I've already checked
this with the method names (A regexp replaces all none word characters with
an _). Is it alright if I introduce the same fix for the class name ???
Note that I also just checked in org.apache.axis2.util.JavaUtils (in the
databinding module right now), which uses the JAX-RPC rules for
converting XML names to Java names.
--Glen