Send Adobe to Service Web URL button

Hello

I'm working on a proof of concept in order to send a PDF file to a web service, I am running an obstacle as to send, and how the Web Service should receive the data.

I've read conflicting documents about what Adobe sends.   Some say that it is SOAP, some say that HTTP, some say you need the life cycle, some say you don't have.  I have what I think, it's a valid Web Service (ASP.NET and c#), but after several attempts and changes the button returns an error in Adobe and no action seems to be made (I am so he could write the file to the server).  I did web services in the past, but this is the first I do where the sender is really a 'black box' as to what it sends.

I was essentially beaten my head against the wall for a few days and I'm really looking for an example (or even at this stage a little snipit) of what code I need for the side c# Web Service to accept the request.  All links to other sources of information would be appreciated as well.  After that, I think I could continue with my actions.   At this point, I just want to see something happen to the service without returning an error, whether it is PDF, XML file... anything.

Thanks in advance

You do not use a web service to do this, it's just a regular request for HTML. And no, TOT is not necessarily the way to go. It is usually simpler to present as HTML and then just deal with what looks like a submission form, a normal web form. From there, you are no longer dealing with anything that are specific to Adobe Acrobat. For example look at this tutorial: working with HTML forms in ASP.NET Web Pages (razor) Sites. The ASP.NET Site

Only if a submission of 'normal' forms isn't what you're looking for, should - what invest you time and money in the search of the FDF/XFDF or full PDF presentation. I would stay away from FDF and XFDF except if you need features to FDF which are not implemented in XFDF (for example, annotations, or JavaScript). XFDF has the advantage that it is a format based on XML "modern" and therefore easier to analyze.

To report status to the PDF form, you always need to use the FDF however.

Tags: Acrobat

Similar Questions

  • How to send data to a Web service

    Hello everyone. I have a very simple example of sending data (2222) to an existing Web service as follows:

     topmostSubform.Page1.SEND::click - (JavaScript, client)
    var url="http://Localhost:8080/4DWSDL";
    var serv = SOAP.connect(url);
    app.alert("hello ");
    serv.MethodeSOAP(2222);
    app.alert("hello 2");
    
     
    

    However, it works fine in Acrobat, but not in the drive. Is it possible to make it work?

    In addition, although in this example, the data to be sent are only worth 2222, but my goal is to send all the information from the form to a Web service. Someone has tried it before, or is there an other way easier to do? I would appreciate any suggestion on your part thanks

    Hello

    Via web service calls data connections will not work in the drive, unless the form has been activated in LC Reader Extensions ES2 to drive:

    I have a summary here:

    http://www.assuredynamics.com/index.php/2010/11/using-LiveCycle-Forms-in-Acrobat-and-Reade r.

    Hope that helps,

    Niall

    Ensure the dynamics

  • I made a form for my clients, I did this form with a button "submit" button, the button will save the form and send it, I did the URL to go to a different (different to mine) e-mail address but when I distribute the form and it is complete

    I made a form for my clients, I did this form with a button "submit" button, the button Save the form and send it, I did the URL to go to a different (different to mine) e-mail address but when I distribute the form and it is supplemented by my clients it send to my email address not the URL how to change this.

    No matter how you have configured the Send button when you use the feature distribute the form. There are some e-mail address is in your identity preferences (Edit > preferences > identity) and use it. If you can change the email address it or not to use distribute the form and the button send the value you want.

    One thing that happens when you use the feature to distribute the form is the form is enabled Reader, you can do separately, but you really shouldn't do if the form must be used by others. The dispenser a form must activate using their copy under license of Acrobat Reader.

  • How to change Service Auth URL on Adobe Edge server?

    Hi, we had to change the URL for 'Service url' and 'Service auth url' in DPS App Builder configuration. We made this change a few days ago and we have created new versions of our applications, but the apps still does not allow us to open a session. We have tried to watch the communication between applications and our service, and it seems that even servers Adobe calls the old url. How we can update information about Edge server Adobe about the new URL auth?

    Sebastian

    Hi Sebastian,.

    Please note that the integratorID is the first parameter that is taken into consideration when the communication is done with your set up Direct payment.

    So, as long as the intergratorID your old server path, these values will be always present.

    The URL of the Service and the Service AuthURL are checked only if the integratorID check fails, then as a backup of these two values are being verified.

    You will need to get in touch with the support team if you want to update the URL for the integratorID.

    Thank you

    Andrei

  • How to remove the meeting via API to use Adobe Connect 8 Web Services

    Support using Adobe Connect 8 Web Services API 'Meetings to create' to create an Acrobat Connect Pro meeting.

    But I don't find not "Delete meeting" API similar to delete the meeting, could you tell me how to remove the meeting via API.

    Thank you!

    You must have used sco - create to create the meeting. To remove a meeting, use sco - remove API call.

    Find its documentation here.

  • HOW URL WSDL Web Service: Web Service call in the workflow

    have a 1 step, Web service workflow: call the Web Service.  I wish I could pass a string parameter to the url of the endpoint for the parameter of the URL of the WSDL in the Web service settings dialog box as oppose to the transmission of the actual url (http://machine/some_service.svc?wsdl).

    The reason is that we are moving the workflow between environments DEV, TEST, etc., we do not want to reopen the workflow in each env and update the DEV, TEST endpoint.

    I tried the following without success

    1. create a parameter of type String devURL

    2 by default, set the value on http://machine/some_service.svc?wsdl

    3 Goto service web appeal stage and set the URL of the WSDL to the /process_data/@devURL

    I get the error:

    java.io.FileNotFoundException: \process_data\@devURL

    at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:94)

    at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:103)

    at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity (unknown Source)

    at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion (unknown Source)

    at org.apache.xerces.parsers.XML11Configuration.parse (unknown Source)

    at org.apache.xerces.parsers.XML11Configuration.parse (unknown Source)

    at org.apache.xerces.parsers.XMLParser.parse (unknown Source)

    at org.apache.xerces.parsers.DOMParser.parse (unknown Source)

    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse (unknown Source)

    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)

    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)

    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)

    to org.apache.axis.wsdl.gen.Parser$ WSDLRunnable.run (Parser.java:361)

    at java.lang.Thread.run(Thread.java:595)

    I don't think that the URL of the WSDL parameter can even accept a parameter as the username + password settings.

    Is this possible?  OR if not, how can this be achieved?

    Under the Service Web Options change 'The Option' use 'variable' instead of 'literal '. Then click the Green + and it will create a variable of type WebServiceSettingBean.

    You can use a setValue before the stage of web service to set this variable.

    Jasmine

  • Placing videos in PDF format using the web URL instead of a local file?

    I used Adobe Chat support twice, but we didn't know the answer or how to do this. It becomes quite frustrating.

    I have the latest Adobe Acrobat Pro DC and I want to put videos in my PDF document. Local video files work fine, but I need to insert a lot of videos, which means that the size of the PDF file will get quite large, and I don't want that. Instead, I want to be able to use a web URL to reference the video and have this video appear in my document.

    I checked these resources:

    Acrobat help. Add audio, video and interactive objects in PDF format

    Acrobat help. Adding multimedia to PDF

    ... as well as a lot of forums and web, but none work answers have been found.

    What I want:

    Reading inside the document, referenced from a web URL, like below the video:

    sample1.png

    I tried:

    Rich Media > add a video, but this error

    I tried youtube, vimeo, dropbox .mp4 links but nothing works.

    I tried to incorporate youtube codes but Acrobat says that it does not recognize < iframe > code.

    Capture1.PNG

    On the Adobe website, I posted, that's what Adobe said:

    "Adding video, audio, and interactive content transforms multidimensional communication tools that increase the interest and commitment in your PDFs documents."

    "Is another way to insert multimedia content by entering a URL referring to a continuous video or multimedia file. Three types of URLS can be used: RTMP, HTTP, and HTTPS. On HTTP and HTTPS servers, MP4 and MOV H.264 compatible files are supported. »

    My question:

    What I want to do? And HOW?

    You must link directly to the video file with a full qualified URl. You may not use the services like YouTube or Vimeo that hide the URL of the actual video.

    Try the URL below.

    https://archive.org/download/CEP318/CEP318_512kb.MP4

  • 'Send the link' change lowercase URLs in Outlook; IE is not that.

    Previous versions of Firefox put some url appears in the address bar in an email Outlook when I used "send link". Now, the URLs that are inserted are changed to lowercase. IE still puts the exact url in the email. I used Firefox mode without failure and tried to send a low/high case url, but the modules are not the culprit - Firefox is always.

    Try to delete the mimeTypes.rdf file in the Firefox profile folder.

    You can use this button to go to the Firefox profile folder:

    • Help > troubleshooting information > profile directory: opens showing the file
  • Methods to transfer data of Service Web Application LV?

    What methods do people have found it more useful to transfer data Services Web of LabVIEW and their instance of the main application? I have a project using LV RT and I would like to be able to send data to the target RT via HTTP requests.

    I found surprisingly little information on the different available methods / best practices for this and there aren't something I tried to do before - I use mostly of Web Services for hosting of static content that uses my library WebSockets.

    These are the methods that I know:

    -Static Variables: the only information of OR , I could find on the way to proceed was to create two shared variables, one for the RT, one for the Web Service and alias them. It seems ridiculous and is useful for data "tag.

    - File: write data to a file within the web service and read out in the application. Therefore, the file/folder for querying data.

    - TCP/UDP: write a Manager TCP/UDP in the application that listens to incoming connections, then create the connection and send the data inside the web service VI.

    - Server of VI: I saw a presentation here that speaks using Server VI (slide 8), but when I tried to get a queue named within the VI (using the instance of the application open / open reference vi at the request on port 4000), I get error 1100 (no queue found with the same name) of the published web service It does not seem to complain about not being able to connect to the instance of the application. Executes the VI locally or from the debug server works. See the attached project (LV2013) for what I tried.

    So, the question is - why my VI Server method does not work when it should (according to this presentation, I couldn't find the examples mentioned) and what methods people have used and had success with? I was hoping that the last method would be to succeed because it means I can push data directly into an existing queue manager, would be a fairly light and medium solution, I wouldn't need to write a custom file manager / network.

    OK - after playing more - I had no wired 'localhost' to the instance of the application open VI I thought I passed by default to "localhost" rather than "this instance of the application. Then I got the "VI Server Access is denied" and added * to the exported VIs list and it worked.

    Always curious to hear other methods / thoughts / success though.

  • Call the Service Web Studio omitting

    We have developed and tested an application made call Studio. This application uses a WSDL to call a web service. We have deployed this application on 2 identical servers of the CVP. The server "A" runs this application successfully every time. The 'B' server fails everytime, it performs the service web appeal. Both servers are installed to access the same WSDL.

    We have attempted to circumvent the problem but cannot locate a network problem which would make the request fails on the side 'B '. Our network traces show the CVP 'B' server, sending a GET request to obtain the WSDL, but there is never of messages as well as the side "a".

    What can the places we are trying to determine what the cause of this failure. Attached, is output to the log file for this application where it is a failure.

    No matter how lucky are going some firewalls?  It's not just sound right.

    David

  • Adobe Acrobat 9 web updated since Adobe Acrobat 6 standard, but I can't find my original serial number

    I've been away from windows for a while. Now installed my improved version of the web Adobe Acrobat 9, provided the serial number and want to move forward. A screen will appear asking for the serial number than i, based on the upgrade. I think what Adobe Acrobat 6 standard, but I can't find my original serial number for this more. Am I losing the ability to use Adobe Acrobat 9?

    I know, Version 9 is probably considered to be archaic, but it works for me.

    Could not find a phone number to call the Adobe customer service.

    Thanks in advance for any help.

    You have 2 choices... Find your old serial number or get a refund on the upgraded version and buy the version complete

    Your serial number appears on your account page?

    https://www.Adobe.com/account.html . for numbers on your Adobe page... or

    Lost serial number http://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • How can CS3 license transfer - I join the ADOBE customer service?

    Hi, how can I contact the ADOBE CUSTOMER SERVICE

    Send my LICENSE TRANSFER form?

    Background:

    I bought a license of the software, ADOBE CS3 Mac.

    The seller has already send in the form of TRANSFER OF LICENSE from ADOBE.

    including the serial number, file number and signature.

    Now, I want to send my version send ADOBE LICENSE TRANSFER form.

    I logged in with my ADOBE ID, but all the time I am redirected to the forum.

    (my region is Germany/Europe).

    I couldn't find the right site to send a message including the attachment (transfer form) to the ADOBE's HELP.

    How can I join the ADOBE SUPPORT directly?

    Thank you Carl

    Making contact can be hit or miss for some people, and despite the demand for 24/7 chat support which normally do not weekend.

    To the link below, click on the still need help? the option in the blue box below and choose the option to chat...

    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If it fails to connect, try to use another browser.

    http://helpx.Adobe.com/x-productkb/global/service-b.html ( http://adobe.ly/1d3k3a5 )

  • Help! It is impossible to cancel our subscription to Adobe creative cloud Web site. Can someone help us?

    Help! It is impossible to cancel our subscription to Adobe creative cloud Web site. Can someone help us?

    Hello

    Please contact support by calling/chat for cancellation requests and billing queries:

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    You can also check the help below document:

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Kind regards

    Sheena

  • Send the page and redirect url

    Can someone tell me how I can do the following when the user presses a button. I can do 1 and 2 separate button but don't know how to link to a single button.

    When you press a button (example: submit button)

    1. send the page, do a few select and insert
    2. a url redirection


    Thank you very much.

    Zen

    Change the branch that fires after 'Send' to go to a URL instead of a page as you probably now have it.

  • Open file or URL button does not.

    I use VMWare on a Mac Windows XP with Captivate 4.

    I'm trying to basically put a link at the end of my e-learning for them to jump to a URL.  I opted for a dell XP.  I created a new project and attempted to recreate just the last slide, I created another new project and tried to just open URL button but none of it works!

    any thoughts?

    Hello

    Take a look at the link below.

    Click here to see

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

Maybe you are looking for