Hello, I did everything according to the instructions ( create and publish a web service ), when I enter the address of the browser in the address bar of the service, it asks for the username and password of the user, gives the link *?wsdl , but instead of the xml file, I see:

in IE:

НСвозмоТно ΠΎΡ‚ΠΎΠ±Ρ€Π°Π·ΠΈΡ‚ΡŒ страницу ΠŸΡ€ΠΈ ΠΏΠΎΠΏΡ‹Ρ‚ΠΊΠ΅ доступа ΠΊ этой страницС ΠΏΡ€ΠΎΠΈΠ·ΠΎΡˆΠ»Π° ошибка, страницу ΠΎΡ‚ΠΎΠ±Ρ€Π°Π·ΠΈΡ‚ΡŒ Π½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠ½ΠΎ.

----------------------------------------------------------------------

ΠŸΠΎΠΏΡ€ΠΎΠ±ΡƒΠΉΡ‚Π΅ ΡΠ»Π΅Π΄ΡƒΡŽΡ‰Π΅Π΅:

ΠžΡ‚ΠΊΡ€ΠΎΠΉΡ‚Π΅ домашнюю страницу, Π·Π°Ρ‚Π΅ΠΌ Π½Π°ΠΉΠ΄ΠΈΡ‚Π΅ Ρ‚Π°ΠΌ ссылки Π½Π° Π½ΡƒΠΆΠ½Ρ‹Π΅ Π΄Π°Π½Π½Ρ‹Π΅. НаТмитС ΠΊΠ½ΠΎΠΏΠΊΡƒ ΠžΠ±Π½ΠΎΠ²ΠΈΡ‚ΡŒ ΠΈΠ»ΠΈ ΠΏΠΎΠ²Ρ‚ΠΎΡ€ΠΈΡ‚Π΅ ΠΏΠΎΠΏΡ‹Ρ‚ΠΊΡƒ ΠΏΠΎΠ·ΠΆΠ΅.

НаТмитС ΠΊΠ½ΠΎΠΏΠΊΡƒ Поиск для поиска свСдСний Π² Π˜Π½Ρ‚Π΅Ρ€Π½Π΅Ρ‚Π΅. МоТно Ρ‚Π°ΠΊΠΆΠ΅ ΠΏΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ список родствСнных ΡƒΠ·Π»ΠΎΠ².

HTTP 500 - ВнутрСнняя ошибка сСрвСра Internet Explorer

And in chrome:

БСрвис Π½Π΅ Π½Π°ΠΉΠ΄Π΅Π½.

An error occurred processing this request.

Added.

httpd.conf will not copy, the main thing:

 LoadModule php5_module C:/PHP/php5apache2_2.dll LoadModule _1cws_module "C:/Program Files/1cv82/8.2.15.289/bin/wsap22.dll" . # 'Main' server configuration Alias /ws d:/www/ws <Location /ws> DirectorySlash Off SetHandler 1cws-process Allow from all </Location> . # 1c publication Аlias "/test" "D:/www/ws/" <Directory "D:/www/ws/"> AllowOverride All Options None Order allow,deny Allow from all SetHandler 1c-application ManagedApplicationDescriptor "D:/www/ws/default.vrd" </Directory> 

default.vrd:

 <?xml version="1.0" encoding="UTF-8"?> <point xmlns="http://v8.1c.ru/8.2/virtual-resource-system" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" base="/test" ib="Srvr=&quot;127.0.0.1&quot;;Ref=&quot;vesnadev&quot;;" enable="false"> <ws> <point name="Test" alias="test.1cws"/> </ws> </point> 
  • Show the contents of default.vrd, httpd.conf and alias database settings. 100% somewhere not there a comma :-) - mantigatos
  • To clarify, the namespace URI in 1C for the web service is set to localhost - Dagmanor
  • It seems everything is in order. And still show webserver erreor-log - mantigatos
  • Last error logs long before I tried to run the web service :( - Dagmanor
  • Hmm ... this is bad. Somewhere in the logs this error with a detailed description should fall out, especially 500. And if there are no logs at all, it looks strange. Although the favicon is missing, it will slip through. Check how errors are logged. Also look at the logbook and, in the most extreme case, the technology logbook of the platform. Maybe something and slip. Others wrote: forum.mista.ru/topic.php?id=614545 - mantigatos


0