Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

when im invoking a service from my code and from WCFTestClient, im getting a null response, but when im using another Tool (SoapUI), im getting a valid response back.

Anyone has any idea why this is happening?

thanks a lot

share|improve this question

1 Answer

It is probably that your WCFTestClient is not sending the same request as SoapUI.

You need to use WCF Tracing or other network logging tool to find out what is happening.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.