Hi All- I can test the service using IBM's Web Services Explorer Utility.
When I try to execute the same service using WSIF, I get the De-Serializer not found error. The web server sends the response soap message, but WSIF client couldn't des-serialize it. I switched to Axis Provider, but Axis provider puts some additional namespace in the request message . This causes serialization problem on the server side Any help would be greatly appreciated to resolve the issue. I am using WSIF 2.0. Thanks., <<Definitions.wsdl>> <<WsifWSDL.wsdl>> <<TestWsif.java>>
Definitions.wsdl
Description: Definitions.wsdl
WsifWSDL.wsdl
Description: WsifWSDL.wsdl
TestWsif.java
Description: TestWsif.java
