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

AJQarshi
AJQarshi
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
1

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AJQarshi
Customize the badges you want to showcase on your profile
Unable to pass input parameters to WS function - Adobe LiveCycle 14-08-2009
Hi,I am calling a web service function from my PDF document, but the problem is that function doesn't receive the input parameter. I have even tried this with a webservice available on internet and facing the same problem.Please look the code below where my PDF document is interacting with the web services on internet:var strURL = "http://www.webservicex.net/globalweather.asmx?wsdl";var service = SOAP.connect(strURL);var CountryName = {soapType: "xsd:string",soapValue: "Australia"};var result = ...

Views

1.3K

Likes

0

Replies

0
Connecting and sending data to web service - Adobe LiveCycle 13-08-2009
Hi, I have to implement the functionality in PDF document to connect with the web service and send the form data in xml format on Click event of a button inside the form.During the initial development and testing I have found that document can only connect with the Web Service from within LiveCycle Designer or Adobe Pro. It doesn't work with the Reader.After surfing the internet I have come to know that Reader extensions are required along with Adobe Reader to communicate with the web services. ...

Views

1.5K

Likes

0

Replies

1