tips and handy
when I consume in custom java application, following lines are getting print in console... javax.xml.soap.SOAPException: Not a valid SOAP Content-Type: application/xml ===== reqeust ======== Content-Type:text/xml; charset=UTF-8 Content-Length:306 SOAPAction:"http://tempuri.org/IWaselAddressService/GetIndividualWaselAddress" Authorization:Bearer D8uiNeKyepGsXEGlnqMJIcPulquh NationalID 1030036857 =================================== and I think these lines are in sop of wsdl, as I didn't set any sop in my code ======= Map > httpHeaderMap = new HashMap >(); public ConfigHeaders() { System.out.println("calling >>> ConfigHeaders"); MainBaladyToken token = new MainBaladyToken(); // Map > headers = new HashMap >(); httpHeaderMap.put("Authorization", Collections.singletonList(token.getTokenKey(1))); httpHeaderMap.put("Host", Collections.singletonList("apiservic...