How long have you been using Microsoft Dynamics Ax?

Toplam Sayfa Görüntüleme Sayısı

Popular Posts

Translate

Bu Blogda Ara

16 Şubat 2012 Perşembe

The test form is only available for requests from the local machine

Merhabalar,

Web servisleri ile uğraşırken özellikle test aşamasında "The test form is only available for requests from the local machine" uyarısını geçmek istediğimizde yapmamız gereken işlem web.config dosyasını değişiklik için açıp <system.web> tagı altına aşağıdaki gibi ilgili tagları eklemek.

<configuration>
    <system.web>
    <webServices>
        <protocols>
            <add name=”HttpGet”/>
            <add name=”HttpPost”/>
        </protocols>
    </webServices>
    </system.web>
</configuration>

Hem AX entegrasyonları ile uğraşırken hemde AX dışındaki geliştirmelerinizde kullanabileceğiniz bir bilgi.

Bol AX lı günler,
Alper.


Hiç yorum yok:

Yorum Gönder