This topic is locked
[SOLVED]

 Login WSDL

1/28/2020 7:47:30 AM
PHPRunner General questions
milver author

Hello people,

I have a question, I created an application using phprunner with the login functionality.

E I have an ERP system that has wsdl login functionality. So I would like to know if it is possible to login to my application generated in phprunner using this wsdl from ERP
That is, I want to login to the application generated in PHPrunner through another login system. It is possible?

milver author 2/3/2020

I found a solution: https://xlinesoft.co...api_loginas.htm
After validating user by wsdl:
[font="Consolas"][size="2"][color="#008080"]Security::loginAs($username, true);[/size]

milver author 2/4/2020



I found a solution: https://xlinesoft.co...api_loginas.htm
After validating user by wsdl:
[font="Consolas"][size="2"][color="#008080"]Security::loginAs($username, true);[/size]


[size="6"]...::::Code example::::...[/size]
[size="6"]In Designer:[/size]
[size="3"]- Create a New Button[/size]


[size="6"]Cliente Before:[/size]
[size="3"] - Get input: username and password[/size]


[size="6"]Server:[/size]
[size="3"] - Call WSDL[/size]


[size="6"]Client After:[/size]
[size="3"] - Redirect Page[/size]



milver author 2/4/2020

I hope help you!