locked
Consume Java webservice WSDL RRS feed

  • Question

  • User-1141190189 posted

    Hello

    I need to consume soap java web service: 

    when I test it using SAOPUI it works fine, when I consume it through .net client it gives "empty security header".

    I traced the request and response using a fiddler. and it returns data correctly. 

    could you please help if there is something missing, or if there is a workaround to solve this issue.

    Note: I don't have the service source code

    Monday, March 9, 2020 9:04 AM

All replies

  • User475983607 posted

    I need to consume soap java web service: 

    when I test it using SAOPUI it works fine, when I consume it through .net client it gives "empty security header".

    I traced the request and response using a fiddler. and it returns data correctly. 

    could you please help if there is something missing, or if there is a workaround to solve this issue.

    Note: I don't have the service source code

    It is impossible to answer this question as we do not have the Java service, the documentation, and your code. 

    But it sounds like you forgot to add the security header.  Contact the service owners for assistance, read the docs, or use standard debugging to compare the SoapUI request to the .NET request.  

    Monday, March 9, 2020 10:57 AM