I am trying to create a SOA Service in eclipse. And there is one field in which I have to insert Admin Name. So whenever I am entering this as an Admin Name and I am getting this error-
Invalid Name. The name [Adcommerce, pubcommerceHelloWorldServiceV1] is not valid against the pattern “[A-Za-z]+[A-Za-z0-9_]*”
I am entering this as an Admin Name-
Adcommerce, pubcommerceHelloWorldServiceV1
Anything wrong I am entering?
The name has to start with a letter, and after that it can be multiple letters, digits and/or underscores, for example
random_123.It cannot contain the comma and space you use there, perhaps you’d best replace it with an underscore.