shonaa16 / upnpx

Automatically exported from code.google.com/p/upnpx
0 stars 0 forks source link

Add new device should change the SoapActionFactory.m #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add a new device when following the tutorial
2. the soap action can not excute 
3. (solution:)add the urn of new service in the SoapActionFactory.m

What is the expected output? What do you see instead?
excute the actions

What version of the product are you using? On what operating system?
1.2.4 on ios5

Please provide any additional information below.
When add a new device and new services, we should change the DeviceFactory as 
tutorial said. At the same time, we should change the SoapActionFactory to 
specify the services' urn that we added. Otherwise, the [[aDevice 
getServiceForType:@"urn:..."] soap] will be nil, actually, the soapAction is 
not specified.

Original issue reported on code.google.com by ForSure...@gmail.com on 21 Sep 2012 at 3:43