File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
projects/examples/wcf/configDemo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<endpoint address =" soap.amqp:///Hello"
7
7
binding =" rabbitMQBinding"
8
8
bindingConfiguration =" rabbitMQConfig"
9
- contract =" WcfServiceLibrary1.IHelloContract"
9
+ contract =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.IHelloContract"
10
10
name =" Service1OverRabbit" />
11
11
</client >
12
12
Original file line number Diff line number Diff line change 3
3
<system .serviceModel>
4
4
5
5
<services >
6
- <service name =" WcfServiceLibrary1.HelloService" >
6
+ <service name =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.HelloService" >
7
7
<host >
8
8
<baseAddresses >
9
9
<add baseAddress =" soap.amqp:///" />
13
13
address =" Hello"
14
14
binding =" rabbitMQBinding"
15
15
bindingConfiguration =" rabbitMQConfig"
16
- contract =" WcfServiceLibrary1.IHelloContract" />
16
+ contract =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.IHelloContract" />
17
17
</service >
18
18
</services >
19
19
You can’t perform that action at this time.
0 commit comments