Xoffice V19 Broadcaster setup to send data to CE
Hi there,
I am setting up Xoffice V19 broadcaster to send data to ORCE V19 on cloud.
Usually when I have to setup the broadcaster to send data to an on-prem CE I update the xcenter-spring-beans.xml file.
<bean id="postTransactionRelate_1_jaxws"
class="org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean">
<property name="endpointAddress" value="http://relate_hostname:8084/soap/ORGCODE/v1_0/PoslogServices?wsdl" />
<bean id="relateAuthHandlerResolver"
class="com.micros_retail.xcenter.broadcast.relate.RelateAuthHandlerResolver">
<property name="relateOrgCode" value="ORGCODE" />
<property name="encryptedUsername" value="Pj4+MAAAAADXsyNI0q+rBCNBHqcKipM1" />
<property name="encryptedPassword" value="Pj4+MAAAAABMOQqvnNuNXrgi792UB4OZ" />
</bean>
However, connecting to cloud ORCE would require IDCS or OAuth for authentication and so how do we pass/update that info through the xcenter-spring-beans.xml file?