I am trying to consume the ProcessControl.asmx but I am not sure how to do the authentication on ASP.net or JQuery. Anybody has done this?
http:////AppWebServices/ProcessControl.asmx
When I generated the WSDL it created the items on the config. Anyone knows what security to fill-in?
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="ProcessControlSoap">
</binding>
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://192.168.1.126/reQuireCRM/AppWebServices/ProcessControl.asmx"
binding="basicHttpBinding" bindingConfiguration="ProcessControlSoap"
contract="processStage.ProcessControlSoap" name="ProcessControlSoap" />
</client>
</system.serviceModel>
*This post is locked for comments
I have the same question (0)