Tesing Soap Calls
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2021
10:49 AM
08-13-2021
10:49 AM
Tesing Soap Calls
HI Team,
I am new to the api development or testing.
we have a solution exchange server and i need to test the apis using soap calls, I have WSDL, .pfx cert file and password .
How do I enter these into SoapUI to make my request and get a response. ?
Also can i test these soap calls in Python?
Thanks in Advance
GT
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2021
11:52 AM
08-18-2021
11:52 AM
Hey @gauthami,
The summary answer is as follows:
Import the .wsdl which will dynamically generate your Soap calls based on the .wsdl content.
Once youve gotyour .wsdl loaded, youve said your calls use certificates so follow these instructions to enable the cert auth on your soap calls.
https://www.soapui.org/docs/functional-testing/sending-https-requests/
Get as far as you can and reply with any problems. Might take a bit of bsck and forth, but we should be able to set you up fine
Cheers,
Rich
The summary answer is as follows:
Import the .wsdl which will dynamically generate your Soap calls based on the .wsdl content.
Once youve gotyour .wsdl loaded, youve said your calls use certificates so follow these instructions to enable the cert auth on your soap calls.
https://www.soapui.org/docs/functional-testing/sending-https-requests/
Get as far as you can and reply with any problems. Might take a bit of bsck and forth, but we should be able to set you up fine
Cheers,
Rich
if this helped answer the post, could you please mark it as 'solved'? Also if you consider whether the title of your post is relevant? Perhaps if the post is solved, it might make sense to update the Subject header field of the post to something more descriptive? This will help people when searching for problems. Ta
