Page 1 of 1

About Question enthuware.ocejws.v6.2.82 :

Posted: Mon May 19, 2014 12:17 am
by nickeasyuptech
Hi Frits,

For the second possible answer, the explanation says -

You create client view on the basis of the serviceName


Should it be the following?

You create client view on the basis of the portName

Re: About Question enthuware.ocejws.v6.2.82 :

Posted: Mon May 19, 2014 10:04 am
by fjwalraven
Hi,

What is meant by the explanation is that :

Code: Select all

Service service = Service.create(url, portName);
should be

Code: Select all

Service service = Service.create(url, serviceName);
I will change the explanation to make it clear.

Thank you for your feedback!

Regards,
Frits