Regarding soap header authentication in web service
14 views
Skip to first unread message
teji sandhu
unread,
Nov 5, 2009, 7:19:20 AM11/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flex India Community
Hi,
I’m still struggling with the authentication of soap header in web
service,help me if anyone knows how to authenticate soap header using
web service in flex.
Thanks in advance.
VISHAL YADAV
unread,
Nov 5, 2009, 9:04:50 AM11/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_...@googlegroups.com
Hi,
Try and use the available web service import wizard available in flex
Then replicate the method used by the wizard to overcome the
authentication of soap header
--
Thank you
Vishal Yadav
Sr. Software Developer
tajinder sandhu
unread,
Nov 6, 2009, 11:57:53 PM11/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_...@googlegroups.com
HI,
I am using web service import wizard available in flex and now i am able to authenticate authheader but now the issue is if i am calling the method that is not returning result then its fine but if any method giving result( return xml) then i am not getting result or fault event and web service throwing xmldecoding or soapheaderdecoding error.
Please help me.
VISHAL YADAV
unread,
Nov 7, 2009, 8:20:33 AM11/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_...@googlegroups.com
Hi,
OK, Are you using the imported web service or have you replicated the
authentication functionality in to your code?