我总是通过将 URL 作为参数传递给我的服务来启动 WcfTestClient,然后在一切初始化后,选择操作,填写任何参数并单击“调用”。参数的格式由它的函数签名决定。因此,如果您期望一个 int,请输入一个有效的 int。这里不需要 JSON。
当我测试 /debuggin WCF 服务时,我发现这个小 gem 非常方便。
从 WcfTestService 启动面板:
To add a service:
. Select “Add Service” from the File menu or the context menu of the "My Service Projects"
. Enter the service metadata address in the input area, and click "OK"
To test a service operation:
. Double click the operation you want to test from the tree on the left pane
. A new tab page will appear on the right pane
. Enter the value of parameters in the Request Area of the right pane
. Click "Invoke" button
我希望这会有所帮助。