6/29/2025 8:30:45 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
How use WEB-Service in external application
Posted: 12 Oct 10 12:19 PM
|
I want to be able to use Sage services in my WCF service (XML service), for example like this:
... // Service methode public string WhoAmI() { return Sage.Platform.Application.ApplicationContext.Current.Services.Get().UserName } ...
To get this method work my external application must be somehow authorized in SlxClient portal... am i right? So the questions are: 1. how to host WCF Service right (for consuming by external application)? 2. how to authorizate external application in SlxClient portal (to be able to use .ApplicationContext.Current.Services in WCF Service) and consume service from it? |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|