开发者

Sending message through SoapUI

开发者 https://www.devze.com 2023-03-13 11:19 出处:网络
I opened my wsdl file locally with soapUI(not using my localhost url but directly showing the wsdl from my harddisc, using localhost url can not find schemas..!)

I opened my wsdl file locally with soapUI(not using my localhost url but directly showing the wsdl from my harddisc, using localhost url can not find schemas..!)

Anyway, it has loaded the wsdl, how can I send a message to my web service through soapUI? I have the message to be send;

<holyrequest xsi:schemaLocation="http://www.mywebsite.com/xml/webservice Request.xsd"
 xmlns="http://www.mywebsite.co开发者_JAVA技巧m/xml/webservice"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<state reached="false">
  <value>Plan</value>
    <myvariable>myplan</myvariable>
</state>

 </holyrequest>

I couldnt find a place to copy this message and start testing my web service


If your wsdl is imported correctly, you should see all operations.
If you expand the operation you want to call, soap UI shows a default request (usually called "Request 1"). If you double-click that one, it will show an empty request generated by soapUI for your operation.
You can edit the request on the left before sending it. The response will be shown on the right.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号