I
Indigo Cowboy
Hi I designed simple form in infopath2007 for web service, form submits one
string to service created in vs2005, method is
[WebMethod]
public void SubmitString(string form)
{
}
When I press submit button on form, I get error
"Infopath cannot submit the form. An error occurred while the form was being
submitted. Access is denied." Web service is hosted in IIS, everything is on
local machine, I am new to Infopath and I am trying simple integration
scenario.
Can someone help me?
string to service created in vs2005, method is
[WebMethod]
public void SubmitString(string form)
{
}
When I press submit button on form, I get error
"Infopath cannot submit the form. An error occurred while the form was being
submitted. Access is denied." Web service is hosted in IIS, everything is on
local machine, I am new to Infopath and I am trying simple integration
scenario.
Can someone help me?