Forum Discussion

treskie's avatar
treskie
New Contributor
9 years ago

Getting null response from soapui when connecting. soapui4.0.1

I am getting a null response for a project of mine and I do not know what to do. I have my certificates setup with the appropriate passwords In the SSL part of the preferences. I have tried both selecting the client verification and ssl boxes to see if the null error was associated with these boxes. I am using http 1.1 both in my internet options and my http preferences in soapui. Lastly I did shut off all the security for my server to allow for messages to not be blocked(certificates are not being asked/enforced by requestering services). I checked my server requests can be made. I also have verified that the WSDL is accessible through internet explorer. Does any one have any input??? is there some type of debugger that I can access in soapui that will show me where I am getting null from? I have tried other peoples fixes from this forum with no progress towards solving this problem.

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Can you confirm form your server logs that soap request reaching your server?
  • Daniil's avatar
    Daniil
    Senior Member

    Or use a sniffer (e.g. Fiddler) to see what you are sending.

  • treskie's avatar
    treskie
    New Contributor
    since yesterday I have gotten around the null responses. The null messages just stopped I don't know why they just did. The response now goes to unable to validate message and complains about both a xml signature and a certificate. I commented out all of my security procedures on my server but I still get issues with validating my signature and certificates. I am using weblogic servers to host my application. Does any one know how I can just get around the validation issues? I just want to be able to get an answer back from the server.