I was wondering if anyone has had experience testing a WCF API with a SOAP Action, using Postman ?
Probably anyone under a certain age will wonder wth is WCF
I am trying to test using Postman but keep running up against a 401.
This is the same when I try SOAPUI.
I wrote a quick test in .Net using HttpClient and get the expected Response.
I am trying to create a collection to give to Client’s, rather than writing an app that has to be maintained etc…
Not gonna deny, I read the title and I’m googling it right now.
Then I saw that comment
So for Postman SOAP requests I’m guessing you did:
Select method
enter URL
Added Headers (also the SOAPAction?)
Added a body and selected XML in the dropdown
Now you mentioned that you are getting a 401 which is Unauthorized.
I’m going to take the assumption that everything above is correct but just your token is invalid. Did you do your authentication flow also via postman or is it just something you fill in the headers?
I’m guessing you used the Beta version for NTLM auth?
I think my problem is firmly in the WCF part, more than Postman or SoapUI.
Saying they support WCF is very different from actually supporting.
Bottom line, the APIs need replaced.
For now I will keep plugging away, but thanks for all your help. Very much appreciated
It’s not really an API or Auth method that I’m hugely familiar with to be honest - my powers only stretch so far
Trying to to cross the streams here or pinch a topic from MoT but if you wanted to also raise this on https://community.postman.com I can take a look and if needed, grab someone from the team to get eyes on this too.