go to post david clifte · Nov 3, 2016 The local support just answer my question. Select Health Share in Administration Portal, on top left corner choose Wizard Installer, then, in the new page activate the desired production.Thanks to local support!
go to post david clifte · Nov 1, 2016 Yes, I am.once I have implemented the following class, what else do I have to do in WebApplication page in order to publish the webservice unauthenticated. Thanks in advance. Class TEST.bs.Services.Service1 Extends EnsLib.SOAP.Service{ /// ---------------------------------------------------Parameter ADAPTER = "EnsLib.SOAP.InboundAdapter";/// ---------------------------------------------------Parameter SERVICENAME = "PUsuario_seviceName";Parameter LOCATION = "http://10.99.9.189:57772/csp/healthshare/service1";/// ---------------------------------------------------Parameter NAMESPACE = "http://Service1.br";/// ---------------------------------------------------Parameter USECLASSNAMESPACES = 1;
go to post david clifte · Oct 31, 2016 So, do I have to create a new entry in Web Applications Definition?Is It here?System>Security management>Web Application>Edit Web ApplicationPS: My system is in portuguese so the menu path is likely to be different.
go to post david clifte · Oct 7, 2016 It's usefull for hostname replacement.To retrieve a url param, do I have to put only its name in aComponents?
go to post david clifte · Oct 7, 2016 This really looks like what I want!Thanks!But, as I'm newbie, do you have any usage example? any class that uses this would be awesome!
go to post david clifte · Oct 6, 2016 Thanks,But this method only allow to access one table. I'd like to use dynamic SQL. I'd like something like this: conector = new conector('IP:porta/squema','user',''pass')ds = conector.eval('select * from TABLE....') I'd like to configure all connection in source code, or at least use the SQL gateway.
go to post david clifte · Sep 27, 2016 Exactally!I need this information to present only patient with health related information.