Announcement

Collapse
No announcement yet.

SOAP Connect

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • SOAP Connect

    we want to call a web service from a button in the pdf.
    While calling this service we want to pass all pdf form fields data in the form XML into the services.

    do you have any examples for that?

    We tried so many code as given the google and in adobe api reference but it is not connecting.


    console.println("");
    var myRequest = {Celsius: "50"};
    var service;
    try
    {
    service = SOAP.connect( "http://www.w3schools.com/webservices/tempconvert.asmx?WSDL")
    app.alert(service );
    }
    catch(e)
    {
    app.alert(e);
    }
    try
    {
    var response = service.CelsiusToFahrenheit(myRequest);

    console.println("value = " + response);
    }
    catch(e)
    {
    app.alert(e);
    }

  • #2
    Hi S_Muhilan,

    Please check which version of Foxit PhantomPDF you're using and send us the PDF in question so we could further check this request with QA and Dev team. Please email to [email protected]. Thank you.

    Comment


    • #3
      We are using 7.0.6.1126 version of PhantomPDF version. We already sent email to support. It would be great if the issues addressed ASAP.

      Comment


      • #4
        Currently, Foxit does not support SOAP Connection, and we have forwarded it to Dev team for future investigation, any update, i will keep you posted.

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎