permission denied on resolve selected entry

S

Stefan Simon

Hello,

i have a fully thrusted certificated InfoPath-Form (sharepoint document
information panel). A drop-down list box contains entrys select from a
database. When I save the document, I receive follow error message:

permission denied
file: script.js
line: 46

var resolverWebServiceUrl =
"http://server:19068/Kunden/_vti_bin/BDCFieldsResolver.asmx";
var xmlHTTP = new ActiveXObject("Msxml2.XMLHTTP") ;
--> xmlHTTP.Open ( "Post", resolverWebServiceUrl, false) ;
xmlHTTP.setRequestHeader("SOAPAction",
"http://microsoft.com/webservices/SharePointPortalServer/BDCClientWS/Resolve")
;

Any hints to solve the problem?

tia
Stefan

PS: sorry about my bad english
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top