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.
Member
21 Points
151 Posts
Consume Java webservice WSDL
Mar 09, 2020 09:04 AM|Sanfoor|LINK
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
All-Star
53041 Points
23613 Posts
Re: Consume Java webservice WSDL
Mar 09, 2020 10:57 AM|mgebhard|LINK
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.