Jump to: navigation, search

Changes


UBIK Push Web Service

28 bytes added, 13:32, 19 November 2015
/* Endpoint */
=== Endpoint ===
The Endpoint of the push service must be configured in the ''service'' section of the ''WebService.Config'' file:
<source lang="xml">
<configuration> <system.serviceModel> <services> ... <service name="UBIK.Service.UBIKPush" behaviorConfiguration="httpBehavior"> <endpoint address="" behaviorConfiguration="httpBehavior" binding="webHttpBinding" contract="UBIK.Service.IUBIKPush" /> <endpoint address="/SOAP" binding="wsHttpBinding" contract="UBIK.Service.IUBIKPush" /> </service> </services> </system.serviceModel></configuration>
</source>
{{Attention|The endpoint and binding has to be configured for the Studio and Enterprise Service as well!}}
 
[[Category:Publishing|UBIK Push Web Service]]
[[Category:Push|UBIK Push Web Service]]
[[Category:Web service|UBIK Push Web Service]]
== Web Service Interface ==
681
edits