Hi guys,
We are connecting to a 3rd party SOAP web service. The wsdl looks like below
.png)
Please notice that the portType was defined as /cvpService.
Then when we are trying to use SOAP Wizard to generate a client for the service, we will encounter the following error which prevented the generation
.png)
It seems that '/cvpService' can not be used as a valid class name (or even method name) thus the generation failed.
Thus I have 2 questions about the failure
1.

.png)


