Websphere 8.5 web services not deployed -


i having tough time getting web service working on websphere. have ejb-jar has defined web service, using jaxws annotation @webservice. ejb-jar packaged ear. have deployed ear onto glassfish , have been able access webservice. however, when try deploy same ear websphere 8.5, don't see exposed webservice. steps need take make ear work in websphere?

and how view webservices available in websphere admin console?

thanks

in order view available web services in websphere cell, admin console, select services , service providers.

if deployed ear containing web service , can't see web service being available in was, best bet first @ logs (regular logs + ffdc logs) see maybe had problem processing service class (for whatever reason).

if doesn't help, can configure emit trace data jax-ws operations.

i encountered similar problem before when didn't process web service class , wrote nothing logs. once set trace, figured out problem was, may similar problem you're having: had trying deploy jax-ws service when following true -

  1. the ear contains source code jax-ws service; and
  2. the ear doesn't contain classes required compile web service class (or of classes being used directly web service class.

explanation: when deploy ear websphere , specify web services should deployed (-deployws) when ear contains source code application, websphere plays smart , goes ahead , tries recompile code. why? beats living hell out of me is. if websphere fails compile jax-ws web service class - or class being used web service class - gives up, writes nothing logs , service doesn't deployed @ all.

the place websphere log trace file, if jax-ws trace activated.

(i considering open pmr ibm this, had 10 pmrs open @ time...)


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -