2

I am working on axis2 webservice in java for insertion of records into database. i am testing the webservice client, it return null response code, actually i return integer value in webservice but i inserted the records in database successfully, i can able to see in my databnase while executing the client but it return null instead of integer response code 100.whenever i see the log file in server side, no exception rises.

0

1 Answer 1

1
+50

I have faced similar issue, i resolved it through message inspector.

Implement message inspector IClientMessageInspector capture and correct your response at AfterReceiveReply

Please provide your response to help you.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, your suggestion pointed me to the right direction. I have captured the request and clean it before de-serializing.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.