プロジェクトでの HTTP バインディングコンポーネントの使用

http:operation 要素

<http:operation> 要素:

HTTP バインディングコンポーネントでは、この要素の location 属性の値として空白がサポートされています。

例:


Given:
    <http:operation location="Submit">
    <http:address location="http://localhost/MyService/MyPort">

The full HTTP request URI is: 
http://localhost/MyService/MyPort/Submit