payara / Payara

Payara Server is an open source middleware platform that supports reliable and secure deployments of Java EE (Jakarta EE) and MicroProfile applications in any environment: on premise, in the cloud or hybrid.
http://www.payara.fish
Other
880 stars 302 forks source link

Bug Report: Error in calling SOAP web service #6147

Closed mmsaber closed 1 year ago

mmsaber commented 1 year ago

Brief Summary

I have deployed a WAR file with SOAP endpoints and created a handler to detect any call for all web services that the client may call. I want to detect the nonexistent web service but unfortunately, I am getting errors on Payara only if I deployed the WAR file on any other application server it works as expected the error has been logged by the handler,

Expected Outcome

Request:

1 **Response:** S:Client Cannot find dispatch method for {http://service.jaxws/}getfBook ### Current Outcome **Request:** 1 **Response:** S:Server java.lang.NullPointerException ### Reproducer Deploy any SOAP web service and try to call it using SOAPUi, it works great for example the **web method name is: getBook** 1 then try to change the web method name for example try to call **getBooks not getBook** 1 ### Operating System Windows 11 ### JDK Version JDK-1.8 ### Payara Distribution Payara Server Full Profile
felixif commented 1 year ago

Hi @mmsaber,

Could you please specify the Payara Server version, the JDK minor version and the JDK vendor? We would also need a proper reproducer in order to be able to verify the issue and escalate it. Thank you for reporting the issue!

Best regards, Felix

felixif commented 1 year ago

Hello @mmsaber,

As we have not received any update on this issue, we will proceed to close it for now.