XML名称空间名称URI是否必须可检索?

XML名称空间名称URI是否必须可检索?

我的WSDL上有以下标签:

<?xml version='1.0' encoding='UTF-8'?><definitions name="" targetNamespace="http://xxxxx/ws"
             xmlns="http://schemas.xmlsoap.org/wsdl/"
             xmlns:s0="http://xxxxx/ws"
             xmlns:s1="http://schemas.xmlsoap.org/wsdl/soap/">
  <types>
    <xsd:schema attributeFormDefault="qualified" 
                elementFormDefault="qualified"
                targetNamespace="http://xxxxx/ws/comments" 
                xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
                xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" 
                xmlns:s0="http://xxxxx/ws" 
                xmlns:s1="http://schemas.xmlsoap.org/wsdl/soap/" 
                xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
                xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
                xmlns:tns="http://xxxxx/ws" 
                xmlns:tnsc="http://xxxxx/ws/comments" 
                xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
                xmlns:y="http://new.webservice.namespace">

此后,将类型限定为s0,s1 ...命名空间中的a。

问题是名称空间端点(=“ http:// xxxxx / ws”)是否需要为有效网址?
如果端点不再存在-是否意味着我们需要再次为Web服务重新生成存根代理?

注意:Web服务本身的端点与名称空间的端点不同,并且仍然存在。


RISEBY
浏览 452回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP