WSO2 Enterprise Store : Calling Services from Javascript -
After
I am testing the Enterprise Store and implementing the admin service from custom jug file using ws.WSRequest () Managed in; Now I am tryingbing to do the same with simple javascript code with ajax call $ 172.27.11.44:9443/admin/services/AuthenticationAdmin/getAuthenticatorName but do not succedd with phone 172.27.11.44:9443/admin/services/ For AuthenticationAdmin / Login, for example only diference message payload is to use the following message
& lt; Soapenv: envelope xmlns: soapenv = "http: //authentication.services.core.carbon.wso2.org" & gt; & Lt; Soapenv: body & gt; & Lt; Aut: Login xmlns: aut = "http://authentication.services.core.carbon.wso2.org" & gt; & Lt; Aut: username & gt; Admin & lt; / Aut: username & gt; & Lt; Aut: Password & gt; Admin & lt; / Aut: Passwords & gt; & Lt; / Aut: Login & gt; & Lt; / Soapenv: Body & gt; & Lt; / Soapenv: envelope & gt;
I got the following error ArrayIndexOutOfBoundException: 3, but works with a single payload soap UI can give light to anyone.
Comments
Post a Comment