Page 1 of 1

About Question enthuware.ocejws.v6.2.150 :

Posted: Sat Apr 05, 2014 8:47 am
by himaiMinh
I think I can add one more example to enable MTOM on the proxy client:
GifService port = service.getGifServicePort(new MTOMFeature());

This is an alternative to this example:
GifService port = service.getPort(GifService.class, new MTOMFeature());

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

Posted: Sat Apr 05, 2014 3:16 pm
by fjwalraven
Hi Himai!

Yes you are right, that one is also correct.

Regards,
Frits

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

Posted: Tue Nov 15, 2016 5:19 pm
by sttaq0442
RE: enthuware.ocejws.v6.2.15

When I click discuss on this it being me to this question which is 150 instead of 15.

Anyway, I was reading the JAX-WS spec and in there in Chapter 3 (Section 3.4.1) it mentions that:

Conformance (Inheritance flattening): A mapped wsdl:portType element MUST contain WSDL definitions for all the method of the corresponding Java SEI including all inherited methods.

So, in this case they have not specified whether the super class should contain the @WebService annotation and this leads me to think that LogServiceSuper.logSuper method will also be exposed.

Look forward to your response.

Thanks

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

Posted: Wed Nov 16, 2016 12:23 am
by fjwalraven
When I click discuss on this it being me to this question which is 150 instead of 15.
Yes, this a known bug in the forum software. Anyway good that you saw it.
Conformance (Inheritance flattening): A mapped wsdl:portType element MUST contain WSDL definitions for all the method of the corresponding Java SEI including all inherited methods.
This rule is in effect when the Webservice declaration contains a SEI (interface with the @Webservice annotation). However in the problem statement there is no SEI only a SIB.

Regards,
Frits

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

Posted: Wed Nov 16, 2016 6:22 am
by sttaq0442
fjwalraven wrote:
When I click discuss on this it being me to this question which is 150 instead of 15.
Yes, this a known bug in the forum software. Anyway good that you saw it.
I guess the bug is that if a question does not have a topic it takes it to the topic appended by 0 or maybe the nearest match which exists. i.e. in this case it brought me to 150 instead of 15. However, once I created the topic for 15 I am taken to the correct place.