PDA

View Full Version : http_soap_basic_authentification


fibonacci
03-28-2008, 02:01 PM
hi all,

i implement a adobe air app with a sap backend. i call a webservice which works, but i have give (every time when i call my webservice) my username und password (basic authentification without a secure connection).
I try to pass this authentification with the method _webService.setCredentials(user,pw), but it dosent work.
(additional information:useproxy-property is true).

this is the error-result:
"RPC Fault faultString="[MessagingError message='Destination 'DefaultHTTP' either does not exist or the destination has no channels defined (and the application does not define any default channels.)'"

can anybody help me? how can i solve my problem??

thx