I am trying to generate a web service client, but the IDE is reporting a lot of errors, and no code is generated.
All erros are similar to these below:
cvc-datatype-valid.1.2.1 ‘0314_SPGSOAPReceiverServicePort’ is not a valid value for ‘NCName’.
cvc-atribute.3: The value ‘0314_SPGSOAPReceiverServicePort’ of attribute ‘name’ on element ‘wsdl:portType’ is not valid with respect to its type, ‘NCName’.
I need to create client code for accessing the services, and I know that these services where built using Axis2. How could I do that in MyEclipse?