Page 1 of 1

About Question enthuware.ocejws.v6.2.84 :

Posted: Thu May 08, 2014 1:25 pm
by mstrzyz
I think that in option 1 there should be

Code: Select all

SOAPMessage response = dispatch.invoke(createSOAPmessage());
instead of

Code: Select all

SOAPMessage response = dispatcher.invoke(createSOAPmessage());
or

Code: Select all

Dispatch<SOAPMessage> dispatcher = service.createDispatcher(portName, SOAPMessage.class, Service.Mode.MESSAGE);
instead of

Code: Select all

Dispatch<SOAPMessage> dispatch = service.createDispatcher(portName, SOAPMessage.class, Service.Mode.MESSAGE);
Otherwise the explanation of why this is not correct answer should be expanded about the information that the code will not compile because there is no dispatcher declared.

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

Posted: Sun May 11, 2014 3:20 am
by fjwalraven
Hi,

You are right, I will fix that.

Thanks for your feedback!

Regards,
Frits