Page 1 of 1

About Question enthuware.ocejws.v6.2.166 :

Posted: Wed Feb 26, 2014 11:43 am
by t.alex
Hi Frits,

could you please explain why is it wrong to instantiate the service with the Adressing feature?

Code: Select all

Service service = Service.create(url, serviceName, feature);
Or is something else not right with option 2?

Thanks,
Alex

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

Posted: Wed Feb 26, 2014 3:22 pm
by fjwalraven
Hi Alex!

The answer to this lies in the API of the AddressingFeature:
This feature can be used during the creation of SEI proxy, and Dispatch instances on the client side and Endpoint instances on the server side. This feature cannot be used for Service instance creation on the client side.
I have updated the explanation to this question.

Thanks again,
Frits