Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ShankarAp
ShankarAp
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ShankarAp
Customize the badges you want to showcase on your profile
Data is not transmitting in webservice - Adobe LiveCycle 17-02-2010
I have connected a webservices from another machine to flex.No error as occurred.But the data entered in flex page s not transmited to the the webservice which is in another machine. i have attached my flex code below.please help.thanks in advance./* import generated.webservices.*; private var number1:String; private var number2:String; private function f1():void { number1=(String)(txt_name.text); number2=(String)(txt_pass.text); } */

Views

8.2K

Likes

0

Replies

0
Re: how to invoke a java webservices in flex - Adobe LiveCycle 17-02-2010
i m using eclipse. i need to see the function in webservices which u have sent then i will get some idea to work in flex.

Views

109

Likes

0

Replies

0
Re: how to invoke a java webservices in flex - Adobe LiveCycle 17-02-2010
i have done my webservice with this example....but i am facing one problem.That is i need to know the structure of the webservice in order to implement to my webservice.i hav given my code below for webservice./*public class Checking { public String check(String u,String p) { if(u.equals("admin") && p.equals("admin")) { return "Valid User"; } else { return "Invalid User"; }}}*/I need to handle this web service in flex.I am new to this forum and flex.So please bare wit my knowledge and help me.th...

Views

111

Likes

0

Replies

0
how to invoke a java webservices in flex - Adobe LiveCycle 17-02-2010
hi people.I am new to ths flex.How to invoke java web service in flex .please reply .Thanks in advance.

Views

3.0K

Likes

0

Replies

5