Hi,
I am trying to call the web service for post the data in dynamic CRM by using XRM Javascript. can anyone suggest How to call the web service URL from XRM Javascript without using ajax? Please help me. It's Very urgent. Thanks in Advance.
this is my web service Url
http://xyzazure.net/api/values" + "?name="+Name +"&"+"Title="+TItle+"&"+"Subject="+subject+ "&" + "company="+company + "&" + "isExistingClient=" + false + "&"+"startDate="+startDate+"&"+"closeDate="+closeDate+"&" + "city="+City + "&" + "country="+Country + "&" + "postalcode="+Postalcode+"&"+"BiddingType="+BiddingType+"&"+ "risks=" + riskData+"&"+"Deliveriables="+Deliveriables+"&"+"data="+milestoneData+"&"+ "estimatedCost="+estimatedCost;