We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i do my jobs in company use proxy network.when i use xsddiagram,it appear a error like follow:
Cannot load the dependency: http://www.w3.org/2001/xml.xsd, error: System.Net.WebException: 远程服务器返回错误: (407) 需要代理身份验证。 在 System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) 在 System.Net.WebClient.DownloadString(Uri address) 在 XSDDiagram.Schema.LoadSchemaFromUrl(String basePath, String url, String& loadedFilename, String& baseUrl) Cannot load the dependency: http://www.w3.org/2001/javaee_web_services_client_1_4.xsd, error: System.Net.WebException: 远程服务器返回错误: (407) 需要代理身份验证。 在 System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) 在 System.Net.WebClient.DownloadString(Uri address) 在 XSDDiagram.Schema.LoadSchemaFromUrl(String basePath, String url, String& loadedFilename, String& baseUrl)
so, i want to know Does xsddiagram support proxy network? or how can i set a config to make xsddiagram can use proxy network,tks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i do my jobs in company use proxy network.when i use xsddiagram,it appear a error like follow:
Cannot load the dependency: http://www.w3.org/2001/xml.xsd, error: System.Net.WebException: 远程服务器返回错误: (407) 需要代理身份验证。
在 System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
在 System.Net.WebClient.DownloadString(Uri address)
在 XSDDiagram.Schema.LoadSchemaFromUrl(String basePath, String url, String& loadedFilename, String& baseUrl)
Cannot load the dependency: http://www.w3.org/2001/javaee_web_services_client_1_4.xsd, error: System.Net.WebException: 远程服务器返回错误: (407) 需要代理身份验证。
在 System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
在 System.Net.WebClient.DownloadString(Uri address)
在 XSDDiagram.Schema.LoadSchemaFromUrl(String basePath, String url, String& loadedFilename, String& baseUrl)
so,
i want to know Does xsddiagram support proxy network?
or how can i set a config to make xsddiagram can use proxy network,tks!
The text was updated successfully, but these errors were encountered: