/
dimamir
/
node-soap
Обзор
Документация
Войти
/
dimamir
/
node-soap
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/wsdl/emptyTargetNamespace.txt
11 строк
496 B
asxelot
fix undefined targetNamespace (#1161)
01 окт 2021, 21:08
Не верифицирован
01 окт 2021, 21:08
647bdb5
Код
Авторство
О чём код?
<?xml version='1.0' encoding='UTF-8'?> <definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://localhost:333" name="Name"> <types> <xsd:schema> <xsd:import namespace="http://localhost:3333/a" schemaLocation="Common.xsd"/> </xsd:schema> <xsd:schema> <xsd:import namespace="http://localhost:3333/b" schemaLocation="Common.xsd"/> </xsd:schema> </types> </definitions>