Posts: 2
Threads: 1
Joined: Mar 2008
Reputation:
0
03-18-2008, 09:30 PM
Hi
If you guys know how to test a webservice with SOAP attachment using QTP please let me know.
It will be good if you can script snippet for the testing SOAP Attachment.
Thanks
Kesavan
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
03-18-2008, 10:23 PM
Can you explain in detail, what do you mean by SOAP "attachment"? Also what are your testing requirements?
As far as I know, SOAP is a "protocol" used to exchange XML based messages.
Posts: 2
Threads: 1
Joined: Mar 2008
Reputation:
0
03-18-2008, 10:57 PM
Ankur,
Guess you would have come across Webservices with Attachments(Binary Attachments). I need to know howto test the Webservice request with Attachment - If you have a QTP script snippet for this please send it across.
Thanks
Kesavan
Posts: 57
Threads: 2
Joined: Feb 2008
Reputation:
0
07-18-2008, 02:03 AM
You would probably need the WebService add-in.
Posts: 9
Threads: 2
Joined: Jun 2008
Reputation:
0
07-18-2008, 06:57 PM
FredMan is correct,a web services add-in is required to test the web services...once you have that, you can direct the wizard to webservice wsdl and after validation, it will pick up all operations...using the web service object, you can send soap requests etc
Posts: 1
Threads: 0
Joined: Apr 2013
Reputation:
0
04-26-2013, 03:11 PM
Hi,
Am using QTP11 with enabling webservice addin where i can able to test webservices by just giving wsdl i want to test.
But while sending request using QTP i want to attachment text file to the webservice request.
Can anyone help me how to attach file to the webservice request.