Commit 2a326a2b322091f060031f460173a6e3c36f409a

replace https in dss.wsdl
webservices/dss.wsdl
(3 / 3)
  
11<?xml version="1.0" encoding="UTF-8"?>
22<definitions name="dss"
3 targetNamespace="https://localhost:8080/dss.wsdl"
4 xmlns:tns="https://localhost:8080/dss.wsdl"
3 targetNamespace="http://localhost:8080/dss.wsdl"
4 xmlns:tns="http://localhost:8080/dss.wsdl"
55 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
66 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
77 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37163716<service name="dss">
37173717 <documentation>gSOAP 2.7.10 generated service definition</documentation>
37183718 <port name="dss" binding="tns:dss">
3719 <SOAP:address location="https://localhost:8081"/>
3719 <SOAP:address location="http://localhost:8081"/>
37203720 </port>
37213721</service>
37223722