wsdl 파일이 있는데, 거기에 주석 부분이 있습니다. 즉 <!--WSDL created by Apache Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT)-->
입니다. 브라우저를 통해 wsdl 링크를 호출 할 때마다 표시됩니다. 이 IDE로 이클립스와 자바에서 웹 서비스에 관한 것입니다.wsdl 링크를 호출하는 동안 "<! - Apache Axis 버전으로 생성 된 WSDL : 1.4 빌드 날짜 : 2006 년 4 월 22 일 (06:55:48 PDT) ->"wsdl 링크를 호출하는 중
그 부분을 제거하고 유효성을 검사했지만 여전히 표시 중입니다. 난 그냥 호출을 확인 나는이 작업을 수행하는 좋은 이유가 없어 도움
wsdl file example:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://webservice.test.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://webservice.test.com" xmlns:intf="http://webservice.test.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
**<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->**
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://webservice.test.com" xmlns="http://www.w3.org/2001/XMLSchema">
<element name="checkDBConnection">
<complexType/>
</element>
<element name="checkDBConnectionResponse">
<complexType>
<sequence>
<element name="checkDBConnectionReturn" type="xsd:boolean"/>
</sequence>
</complexType>
</element>
</schema>
</wsdl:types>
.
.
.
.
.
.
Erm .... 왜 그렇게해야합니까? –
클라이언트 중 하나에 대한 보안 문제 중 하나가 그 이유 –
정말요? 어떻게 이것이 보안 문제 일 수 있습니까? –