webservice

  1. Error when call BSSV webservice

    Hi I have a problem when I call BSSV from javascript. My call from javascript is: var xmlhttp = new XMLHttpRequest(); xmlhttp.open('POST', 'http://10.40.10.103:7101/context-root-JPR55ETI/LlamadaB55NCALLPort?wsdl', true); //the following variable contains my xml soap request...
Back
Top