Имя: Пароль:
1C
1С v8
Импортируемый пакет типов 'http://www.w3.org/2005/05/xmlmime' не определен
0 Смотрящий от 1С
 
07.10.13
14:07
В тупике с веб сервисом. При загрузке wsdl в 1С возникает ошибка :
Ошибка проверки модели XDTO: xdto-package-3.3    пакет: http://ws.dkbm.rsa.com/
Импортируемый пакет типов 'http://www.w3.org/2005/05/xmlmime' не определен

Созранял WSDL локально, прописывал <xs:import namespace="http://www.w3.org/2005/05/xmlmime";;
                schemaLocation="http://www.w3.org/2005/05/xmlmime"/>;;
Не помогает. Что еще можно попробовать?

Текст WSDL :

http://i59.fastpic.ru/big/2013/1007/4f/4d4c003e6e40a614f0abcfaddfa4344f.jpg
1 Serginio1
 
07.10.13
14:42
Можно прописать прямо в схеме еще и схему в WSDL

-<xs:schema targetNamespace="http://www.w3.org/2005/05/xmlmime"; xmlns:xmime="http://www.w3.org/2005/05/xmlmime"; xmlns:xs="http://www.w3.org/2001/XMLSchema">-<xs:attribute name="contentType">-<xs:simpleType>-<xs:restriction base="xs:string"><xs:minLength value="3"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="expectedContentTypes" type="xs:string"/>-<xs:complexType name="base64Binary">-<xs:simpleContent>-<xs:extension base="xs:base64Binary"><xs:attribute ref="xmime:contentType"/></xs:extension></xs:simpleContent></xs:complexType>-<xs:complexType name="hexBinary">-<xs:simpleContent>-<xs:extension base="xs:hexBinary"><xs:attribute ref="xmime:contentType"/></xs:extension></xs:simpleContent></xs:complexType></xs:schema>
2 Serginio1
 
07.10.13
14:48
3 Serginio1
 
07.10.13
14:49
2 + 2 = 3.9999999999999999999999999999999...