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
Re: Connecting and sending data to web service - Adobe LiveCycle 17-08-2009
Be careful, your question should be posted in "LiveCycle Reader Extensions" forum. LiveCycle Data Services doesn't deal with these features.Nevertheless, to use webService calls from a PDF opened in the free Adobe Reader, you need to Reader extend your form.You can use Acrobat Pro to extend it if the PDF will not be used by more than 500 people.If you plan to reach more than 500 people, then you must consider LiveCycle Reader Extensions. This limitation is explained in the Acrobat EULA.The final...

Views

190

Likes

0

Replies

0