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

oerv12345
oerv12345
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by oerv12345
Customize the badges you want to showcase on your profile
Re: Submit Pdf form to http w/ credentials (username/password) - Adobe LiveCycle 30-07-2013
I got it working 1. WS (in .net) must be asmx service. WS method accepting attachment should have string as a parameter, which will be passed as base-64 encoded string. So to save it as a file it has to be decoded first. I used byte[] ... = Convert.FromBase64String(yourstring).Keep in mind string <= 2GB2. In PDF file add WS service as Data Connection (File->New Data Connection ->WSDL File-> wsdl -> etc...). PDF will generate all WS parameters and a button to call WS. Drag and drop data connectio...

Views

331

Likes

0

Replies

0
Re: Submit Pdf form to http w/ credentials (username/password) - Adobe LiveCycle 29-07-2013
Joani, thank you very much for caring. Unfortunately I did not find answers to my questions yet, but I figure out why my WCF web service does not work I guess... it is not supported he-he. I tried to use 2 different bindings (this is .net I am talking about) basicHttpBinding and wsHttpBinding. Both support soap, have wsdl, etc.Only basicHttpBinding was recognized. The other one is not considered to be a valid web service from Adobe LiveCycle perspective But! Even though it was recognized, it was...

Views

331

Likes

0

Replies

0
Re: Submit Pdf form to http w/ credentials (username/password) - Adobe LiveCycle 26-07-2013
Using web service does not work so far. I created a very simple prove-of-concept web service, which has a valid wsdl and works fine from other client test application I created. It was very easy to add it as "New Data Connection" to the form. But.... values from the form are not getting passed. Why??? How to troubleshoot and fix??? I spent almost the whole day trying to find any posts, no way...Anyway if anybody has a clue please reply. Prove-of-concept web service has one method with 2 paramete...

Views

329

Likes

0

Replies

0
Re: Submit Pdf form to http w/ credentials (username/password) - Adobe LiveCycle 25-07-2013
Nope I was thinking about submitting it to a web service instead. Credentials for web service can be configured File->New Data Connection->WSDL File.Theoretically.... The thing is.. you can't just submit to web service, you have to call a method and pass parameters. How do I pass the whole form with attachments. Not sure. With http submission the whole form is sent as POST http request. I receive it as a byte array on another side and can just save as file with pdf extention or do whatever...I'l...

Views

329

Likes

0

Replies

0
Submit Pdf form to http w/ credentials (username/password) - Adobe LiveCycle 24-07-2013
Hi!I developed a form in Adobe LiveCycle, it has a button which submits form with attachments to http site. No coding involved, just configuration of the button.Http site requires credentials (username/password). How do I pass those credentials with submission?Can username/password be added to http header?Or I can excecute some javascript before submission?Thanks you!

Views

2.4K

Likes

0

Replies

7