Micro Focus QTP (UFT) Forums
Webservies with SOAP Attachment - QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Webservies with SOAP Attachment - QTP (/Thread-Webservies-with-SOAP-Attachment-QTP)



Webservies with SOAP Attachment - QTP - Kesavan - 03-18-2008

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


RE: Webservies with SOAP Attachment - QTP - Ankur - 03-18-2008

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.


RE: Webservies with SOAP Attachment - QTP - Kesavan - 03-18-2008

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


RE: Webservies with SOAP Attachment - QTP - FredMan - 07-18-2008

You would probably need the WebService add-in.


RE: Webservies with SOAP Attachment - QTP - bc993aaa - 07-18-2008

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


RE: Webservies with SOAP Attachment - QTP - sheela - 04-26-2013

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.