Author Message
ermanbas
Joined: Apr 11, 2016
Messages: 17
Offline
When I deploy snapin project to the breeze, My project place in "Calling Service Invocation Order" part.
How can deploy my snapin project to the part of "Called Service Invocation Order" .

Pls help.
  • [Thumb - Capture.JPG]
[Disk] Download
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Hi, we've recently discovered that we have a bug in our 3.4 and 3.5 SDK that causes this. You can fix it by populating your properties.xml with term_order and term_group elements as shown by this snippet from page 50 of our developer guide.

<?xml version="1.0" encoding="UTF-8"?>
<service xmlns=http://archiveschemas.aus.avaya.com/properties
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://archiveschemas.aus.avaya.com/properties properties.xsd"
name="${serviceName}" version="${serviceVersion}" application="${serviceName} -
${serviceVersion}">
<smgr>
<description>Test Service</description>
<term_order>1</term_order>
<term_group>1</term_group>
<fs_component>true</fs_component>
</smgr>
</service>
ermanbas
Joined: Apr 11, 2016
Messages: 17
Offline
thank you
its work
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Thanks for letting us know.
Go to:   
Mobile view