Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic authentication in SAP from flex with SOAP webservice

AntonPierhagen
Active Participant
0 Kudos

hi all

I have a flex application which uses SOAP webservices from SAP to retrieve data.

Everytime one of the SOAP webservices is called the user have to enter a name plus password

I would like to make this automaticly. So that the user haven't got to fill this in. But Flex already filled it automaticcally.

But how do this work? How can you set this in Flex?

kind regards

Anton Pierhagen

1 ACCEPTED SOLUTION

AntonPierhagen
Active Participant
0 Kudos

Problem solved i added the username plus password in the string of the WSDL. Like:

"&sap-user="+user._name + "&sap-password=" + user._password;

3 REPLIES 3

AntonPierhagen
Active Participant
0 Kudos

Problem solved i added the username plus password in the string of the WSDL. Like:

"&sap-user="+user._name + "&sap-password=" + user._password;

0 Kudos

Dear Anton,

I'm planning to integrate using adobe flex and service froms http://esworkplace.sap.com .But still failed, do you have any tutorial to i connect using this webservice. I also the same issue as above, thanks for advise.

Regards

Mohamad Firhad Samuri

0 Kudos

Hi Mohamad

Sorry for the late response, i have not been active for a while. I haven;t got any experience with those kind of services. Have you find something ?