Expand my Community achievements bar.

Accessing Native SQL WebService

Avatar

Level 1
I am trying to access a SQL endpoint using a webservice in
flex 2. The SQL endpoint is associated with a stored procedure that
returns the results of a simple query.



The webservice in flex appears to load the WSDL but for some
reason is not getting the results of the operation. I think this
may be a security problem connecting to the webmethod/operation. Is
there a way to pass credentials to the webservice. I used the
"setRemoteCredentials" but that did not work.



I used the "setCredentials" and got an error that could not
use a direct channel.



Any thoughts woudl be greatly appreciated.

0 Replies