Имя: Пароль:
1C
1С v8
криво разбирается wsdl
0 Jamal77788
 
23.07.16
10:44
Здравствуйте, пытаюсь загрузить ws ссылку в 1с - выскакивает ошибка неверный формат, я начинаю вручную кодом ее прописывать через ws определения, вроде все норм, но в списке операций - у меня всего одна, хотя в файлике их 3. Помогите пожалуйста, что поправить нужно, чтобы прочитались все операции или чтоб можно было в конфу закинуть ws ссылку?
1 Jamal77788
 
23.07.16
10:47
вот собственно кусок схемы с операциями
:
<wsdl:operation name='updateOrder'>
            <soap:operation soapAction='urn:xmethods-delayed-quotes#updateOrder'/>
            <wsdl:input>
                <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>;
            </wsdl:input>
            <wsdl:output>
                <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>;
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name='getOrderById'>
            <soap:operation soapAction='urn:xmethods-delayed-quotes#getOrderById'/>
            <wsdl:input>
                <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>;
            </wsdl:input>
            <wsdl:output>
                <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>;
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name='getOrdersList'>
            <soap:operation soapAction='urn:xmethods-delayed-quotes#getOrdersList'/>
            <wsdl:input>
                <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>;
            </wsdl:input>
            <wsdl:output>
                <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>;
            </wsdl:output>
        </wsdl:operation>
2 Mauser
 
23.07.16
10:57
Тебе надо использовать .net
Сейчас придет Serginio1 и все расскажет.
3 Jamal77788
 
23.07.16
11:01
(2) что?))
4 Serginio1
 
23.07.16
11:56
5 Jamal77788
 
23.07.16
11:59
а как обратиться к Fragster???
6 Serginio1
 
23.07.16
12:35
Например напиши на почту
7 Jamal77788
 
23.07.16
18:22
up
8 Сергиус
 
23.07.16
18:49
(0) попробуй через WinHttp.WinHttpRequest.5.1
Программист всегда исправляет последнюю ошибку.