Whether java web services can be tested using VSTS
-
13 กรกฎาคม 2555 13:41
I have tried to post SOAP UI XML from VSTS tool for PHP based web application but its not working, sample XML PFB.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ejb3="http://ejb3.examples.itko.com/">
<soapenv:Header/>
<soapenv:Body>
<ejb3:addAddress>
<!--Optional:-->
<username>?</username>
<!--Optional:-->
<addressObject>
<!--Optional:-->
<city>?</city>
<!--Optional:-->
<id>?</id>
<!--Optional:-->
<line1>?</line1>
<!--Optional:-->
<line2>?</line2>
<!--Optional:-->
<state>?</state>
<zip>?</zip>
</addressObject>
</ejb3:addAddress>
</soapenv:Body>
</soapenv:Envelope>Please help me to know about whether i can test the web services for PHP application(using soap UI XML) or i can test only .NET framework based web services.
1> Java web services can we test using VSTS
P.venkatesh
ตอบทั้งหมด
-
14 กรกฎาคม 2555 5:02
Can you try the follwoing. Execute the requests in IE or any toher tool and capture the requests in fiddler. Now create a web test from fiddler and run it http://www.fiddler2.com/fiddler/help/WebTest.asp
Thanks,
Anuj
http://www.anujchaudhary.com
- เสนอเป็นคำตอบโดย Jack Zhai - MSFTMicrosoft, Moderator 20 กรกฎาคม 2555 1:49
- ทำเครื่องหมายเป็นคำตอบโดย Jack Zhai - MSFTMicrosoft, Moderator 23 กรกฎาคม 2555 7:15