Unity API / AXL / SOAP

Hello

Is it possible for subscribers of managed the unit via an external API based on AXL/SOAP?

Currently, there is no SOAP connection based in the unit, but you can use procedures stored SQL and views to do what you do (that's what all my tools). I have a few samples of code and documentation showing how to make configuration tasks base using this interface on www.CiscoUnityTools.com that you can check for more details. The documents page has a paper "for unit administration" and the Code examples page has several examples of creation/update subscribers and other common tasks.

There will be a SOAP interface in the unit, but it will be just a portal to call these same views and stored procedures, it will not be an owner interface / specialized - any time you spend familiarizing yourself with what's there now will be applicable on the road.

Tags: Cisco Support

Similar Questions

  • The SOAP API does not speak for me

    Hello

    I'm trying to implement billsafe, a provider of payment services in my store-system...

    I almost tried everything since nearly two days but I can't operate that billsafe-SOAP-API correctly responds to my requests. Whatever I do, I always return (as the result/answer) the full XML API. (The same as if I call the URL in a browser)

    What I do is I post a request cfhttp to the API, including SOAP content. But whatever I post, I get the contents of the API... (See http://vr-wohnideen.de/test.cfm)

    This is the API - URL: https://sandbox-soap.billsafe.de/wsdl/V211

    It's the way I try to connect to the URL:

    " < cfhttp method = 'post' url = ' https://sandbox-SOAP.billsafe.de/WSDL/v211 "result ="httpResponse"> "

    < cfhttpparam type = "header" name = "content-type" value = "text/xml" / >

    < cfhttpparam type = "header" name = "charset" value = "utf-8" / >

    < cfhttpparam type = "header" name = "SOAPAction" value = "prepareOrderRequest" / >

    < cfhttpparam type = "xml" name = "message" value = "#trim (soapBody)" # "/ >"

    < / cfhttp >

    I want to run the function prepareOrder/prepareOrderRequest, but all that contains my SOAP-file, I don't get a good answer, so I think that the problem is inside my cfhttp call.

    I tried several different arguments, I have modified SOAPAction and tried different combinations for the soapBody (type body = | name = filecontent...) but its always the same result.

    Any ideas?

    Here's my soapbody:

    < cfsavecontent variable = "soapbody" >

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < SOAP - ENV:Envelope xmlns:SOAP - ENV =" http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:ns1 =" urn: BillSAFE "> "

    < SOAP - ENV:Body >

    < ns1:prepareOrderRequest >

    Merchant <>

    < id > 000 / < ID >

    < license > 000 < / license >

    < / merchants >

    < application >

    < signature > 000 < / signature >

    < version > 1.0.0 < / version >

    < / application >

    < order >

    < number > 7 < / number >

    < amount > 11.90 < / amount >

    < > 1.90 taxamount < / taxamount >

    < currencyCode > EUR < / currencyCode >

    < / order >

    < customer >

    < id > 7 / < ID >

    company of <>< / company >

    < sex > M < / Type >

    < firstname > Paul < / name >

    < name > Positiv < / lastname >

    < Street > Marchenstrsse < / street >

    < number > 15A < / house number >

    < code postal > 49084 < / code >

    < City > Osnabrück < / City >

    < Email > [email protected] < / email >

    < country > OF < / country >

    < dateOfBirth > 1987 - 12 - 20 < / dateOfBirth >

    < / customer >

    < articleList >

    < number > 1 < / number >

    < name > Testname_1 < / name >

    < description > test_description < / description >

    goods of < type > < / type >

    < quantity > 1 < / quantity >

    < > 10.00 netPrice < / netPrice >

    < > 19.00 tax < / tax >

    < / articleList >

    invoice of < product > < / product >

    validation of < userAction > < / userAction >

    < url >

    < return > http://www.ABC.com < / return >

    < cancel > http://www.ABC.com < / cancel >

    < / url >

    < / ns1:prepareOrderRequest >

    < / SOAP - ENV:Body >

    < / SOAP - ENV:Envelope >

    < / cfsavecontent >

    Thanks in advance!

    Sebastian

    I don't know anything about the service you are trying to use, but my guess would be that you are using the wrong URL for your cfhttp call.  One that you listed seems to be to the WSDL, that works and is found as a response.  When you call a web service via cfhttp you need not the URL of the WSDL.  Try to use this instead: https://sandbox-soap.billsafe.de/V211/prepareOrderRequest/.  I guess only it is the correct position to use.  Their documentation should tell you with certainty.

  • More quick REST API / JSON approaches to the interviews of the OPA?

    I recognize there are services / libraries that can convert an OPA Web Service deployment on the hub to a JSON / REST API.  (Examples: Mashape I used for the other REMAINS in the SOAP proxy).

    But, is there a consensus on the more common approach / best to this operation?  Is there an approach that may be more in line with the future development of the OPA hub around REST API?  I think I saw something with Oracle Cloud Computing Mobile Service, but I cannot find enough documentation to the CEP with.

    It occurs to me, that instead of researching the topic for an hour or more, I could have benefits more ask on the forum.

    Thank you

    Paul, my quick view is that whatever you do will be OK, because even once we add REST API, existing SOAP API will remain for backward compatibility reasons.

    It would also be impossible to build compatibility for something we have not designed yet, so I can't really all guide on what to do / avoid in order to simplify any possible future transition official rest API.

    Davin.

  • En RESTful ADR services

    Hello

    Anyone know a good link (for beginners) which explains what are Restful services, why ther are so popular, but also what is the ADR?

    Thank you in advance.

    Kind regards

    Hi Patrick,

    Laury wrote:

    Anyone know a good link (for beginners) which explains what are Restful services, why ther are so popular, but also what is the ADR?

    REST (REpresentational State Transfer) is a type of web service such as SOAP (Simple Object Access Protocol).

    RESTful Web services regarding:

    The following differences between SOAP and REST will help you understand why the REST is so popular:

    About ADR (REST of the Oracle Data Services) is that a java based Oracle tool to make/serve the relational data in Oracle Database RESTful services. In short, ADR is a tool for developing a RESTful Web Services for Oracle Database.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/get_started.htm#CHDEIDBI

    NOTE: ADR can also be configured as Web for Oracle APEX listening Port. Earlier, before ADR 2.0.6 it is identified as "APEX Listener" and earlier is mainly intended to provide basic java Web for Oracle APEX listening port. But as RESTful Services have been introduced in the main purpose has changed as mentioned above. ADR itself joined Grizzly/flavored jetty server HTTP which is activated in stand-alone Mode , and it can also be deployed for support for Java EE application servers as a java application.

    Kind regards

    Kiran

  • PHP: Seeking users by e-mail of the Eloqua GUID

    I'm looking for simple instructions on how I can get the users Web site e-mail address of the Eloqua GUID with PHP...

    I have seen a few examples with javascript, but I can't seem to find the side Server?

    Steve

    This is an old issue, but for those who can land here via search and so on...

    As you said, you can use web data research to obtain data through JavaScript client-side (using the Eloqua Cookie to customize your Web site, FAQ: data Web site searches).

    For these server-side data, get the GUID (you should maybe wait for the page to load so that the cookie is loaded, retrieve the GUID with JavaScript, and then send it to the server with an AJAX call) and make a call to the SOAP API (Eloqua SOAP API Documentation) to obtain the profile of visitors (Eloqua API how-to: request for visitor profile data).  Condition that the visitor has been linked to a known contact, visitor will have known contact ID profile data - use ID to call the REST API (The API REST Eloqua - contact tracing) and get some contact data you want, including the address email contact.

  • Call service Salesforce adapter error - java.lang.IllegalStateException: encryption algorithm not initialized

    Hi gurus of the Oracle,.

    I use the "Query" Salesforce adapter operation. It worked fine last week when I had a service to call SFDC API. But after I added a second invoke for the same query operation, I get this error.

    Call service Salesforce adapter error - java.lang.IllegalStateException: encryption algorithm not initialized

    Pls check below the doc for source Composite.xml and BPEL.

    https://drive.Google.com/file/d/0B8E4JtTUuzitQ1lpUkVxNnV5UGM/edit?USP=sharing

    It looks like an access problem, but I am able to call the SFDC API using SOAP UI. Help, please.

    The soa stack error - diagnostic.log

    --======================

    [2014 07-09 T 17: 47:04.272 - 07:00] [soa_server22] [NOTIFICATION] [] [oracle.soa.adapter.cloud] [tid: orabpel.invoke.pool - 4.thread - 9] [username: GOPAL_TARITLA] [ecid: c17d2d5e5766b07e:-65660a9c:14711d970c3:-8000-00000000000d3eba, 1:33309] [APP: soa-infra] [composite_instance_id: 50029] [composite_name: Dell_Zuora_to_Oracle_Invoice_Iface! 1.4] [Component_name: SFDC] resource found by Solver of location

    [2014 07-09 T 17: 47:05.266 - 07:00] [soa_server22] [WARNING] [] [javax.xml.ws.Service] [tid: orabpel.invoke.pool - 4.thread - 9] [username: GOPAL_TARITLA] [ecid: c17d2d5e5766b07e:-65660a9c:14711d970c3:-8000-00000000000d3eba, 1:33309] [APP: soa-infra] [composite_instance_id: 50029] [composite_name: Dell_Zuora_to_Oracle_Invoice_Iface! 1.4] [Component_name: SFDC] could not read the URL wsdlDocumentLocation WSDL definition: null

    [2014 07-09 T 17: 47:05.718 - 07:00] [soa_server22] [ERROR] [] [oracle.soa.adapter] [tid: orabpel.invoke.pool - 4.thread - 9] [userId: GOPAL_TARITLA] [ecid: c17d2d5e5766b07e:-65660a9c:14711d970c3:-8000-00000000000d3eba, 1:33309] [APP: soa-infra] [composite_instance_id: 50029] [composite_name: Dell_Zuora_to_Oracle_Invoice_Iface! 1.4] [component name: SFDC] Salesforce Dell_Zuora_to_Oracle_Invoice_Iface:SFDC [SFDCPortType::query (parameters, parameters)] error sending bytes to socket: java.lang.IllegalStateException: Cipher uninitialized

    [2014 07-09 T 17: 47:05.720 - 07:00] [soa_server22] [ERROR] [] [oracle.soa.adapter] [tid: orabpel.invoke.pool - 4.thread - 9] [username: GOPAL_TARITLA] [ecid: c17d2d5e5766b07e:-65660a9c:14711d970c3:-8000-00000000000d3eba, 1:33309] [APP: soa-infra] [composite_instance_id: 50029] [composite_name: Dell_Zuora_to_Oracle_Invoice_Iface! 1.4] [Component_name: SFDC] JCABinding = > Dell_Zuora_to_Oracle_Invoice_Iface:SFDC [SFDCPortType::query (parameters, parameters)] could not invoke operation "application" against the "sales force" due to: []

    Error sending bytes: java.lang.IllegalStateException: encryption algorithm not initialized

    ]]

    [2014 07-09 T 17: 47:05.722 - 07:00] [soa_server22] [NOTIFICATION] [] [oracle.soa.adapter] [tid: orabpel.invoke.pool - 4.thread - 9] [username: GOPAL_TARITLA] [ecid: c17d2d5e5766b07e:-65660a9c:14711d970c3:-8000-00000000000d3eba, 1:33309] [APP: soa-infra] [composite_instance_id: 50029] [composite_name: Dell_Zuora_to_Oracle_Invoice_Iface! 1.4] [component name: SFDC] JCABinding = > Dell_Zuora_to_Oracle_Invoice_Iface:SFDC [SFDCPortType::query (parameters, parameters)] modify the logging at TRACE level: n to see the full error stack

    [2014 07-09 T 17: 47:05.745 - 07:00] [soa_server22] [ERROR] [] [oracle.soa.adapter] [tid: orabpel.invoke.pool - 4.thread - 9] [username: GOPAL_TARITLA] [ecid: c17d2d5e5766b07e:-65660a9c:14711d970c3:-8000-00000000000d3eba, 1:33309] [APP: soa-infra] [composite_instance_id: 50029] [composite_name: Dell_Zuora_to_Oracle_Invoice_Iface! 1.4] [Component_name: SFDC] JCABinding = > [by default/Dell_Zuora_to_Oracle_Invoice_Iface! 1.4 * soa_bee5ce9f-a39a-4023-b5a6-8c13cbcbf2ad.] SFDC]: query operation failed two-way query()

    [2014 07-09 T 17: 47:05.748 - 07:00] [soa_server22] [ERROR] [] [oracle.soa.bpel.engine.ws] [tid: orabpel.invoke.pool - 4.thread - 9] [username: GOPAL_TARITLA] [ecid: c17d2d5e5766b07e:-65660a9c:14711d970c3:-8000-00000000000d3eba, 1:33309] [APP: soa-infra] [composite_instance_id: 50029] [component_instance_id: 50029] [composite_name: Dell_Zuora_to_Oracle_Invoice_Iface! 1.4] [Component_name: Dell_Zuora_to_Oracle_Invoice_Iface] had FabricInvocationException []

    java.lang.IllegalStateException: encryption algorithm not initialized

    Concerning

    TV Gopal

    OK guys, we found the solution. We had to update the files of PVE strategy on our SOA server Linux machine.

    Thanks to Varun Guruvugari (Support Salesforce) who responded with below the answer on another forum:

    --===========================
    There are countless reasons for uninitialized encryption error, but I'm sure that this reason is because of SSL certificates and you saw the error above for good reasons that salesforce.com ensures the safety and security.

    You will be able to integrate successfully in this instance, by deploying the latest version of the files of Extension JCE (Java Cryptography) unlimited strength jurisdiction policy-6 for JDK1.6 on the server SOA in FMW. Here is a good article to allow strong encryption algorithms FMW:http://docs.oracle.com/cd/E19644-01/817-5447/sgencryp.html#wp15647

    --===========================

    Concerning

    TV Gopal

  • connect the two controls of VCS to Call Manager, unity and IM/P by AXL for migration

    All,

    I'm migrating from physical to VM for my VCS-C/E. can I connect ' my existing physical VCS both my new virtual machines to CUCM, unity, IM/P by AXL at the same time? or should it be done at the during the downtime of the migration?

    The new virtual machines are not ready yet... always set up the production.

    Thank you

    RB

    You can integrate physics VCS C/E with CUCM, CUC, IMP from now. Once you are about to migrate to virtual VCS C/E, you can integrate virtualized VCS C/E with CUCM, CUC and IMP and shut down physics VCS C/E.

  • SOAP/AXL to pull numbers

    We need to change 1000 existing extensions in CM of the new range.

    Since there are many 2/3 lines and party lines phones. I need some kind of tool/App in order to get existing numbers CM SQL database to Excel and replace it.

    Even if I can't replace the references at least if I can pull the existing database to Excel it would be great.

    I was checking this forum more Engr. use this SOAP/AXL of similar requirement.

    I have no experience on this SOAP/AXL so I need expert advice on how to do this.

    Your help is very appreciated.

    Thank you

    Balu

    You are welcome.

    Here is the query that has above all, held at the front and before No Answer included:

    SELECT d.Name, d.Description, np. DNOrPattern, np. CFADestination, np. CFBDestination, np. CFNADestination, dnp. NumPlanIndex

    Np NumPlan INNER JOIN

    DNP DeviceNumPlanMap ON np.pkid = dnp.fkNumPlan INNER JOIN

    Device d = d.pkid dnp.fkDevice

    WHERE (dnp.fkDevice IN

    (SELECT d.pkid

    Device d, dnp, np NumPlan DeviceNumPlanMap

    WHERE np.pkid = fkNumPlan AND d.pkid = dnp.fkDevice))

  • The API SOAP Email - reply not saved name/address

    Hi, Code

    We're having a problem with the custom setting Reply-To the names and addresses of response when you use the "CreateHtmlEmail" and "UpdateHtmlEmail". I am including the request/response below, please note that I indicate the ReplyToName and ReplyToAddress settings but the Email does not have those.

    Request:

    " < = env:Envelope container ' http://www.w3.org/2001/XMLSchema "" xmlns: xsi = " " http://www.w3.org/2001/XMLSchema-instance "xmlns:tns =" " https://secure.Eloqua.com/API/1.2 "xmlns:env =" " http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:ins0 =" " http://schemas.Microsoft.com/2003/10/Serialization/Arrays "> "

    < env:Header >

    " < xmlns:wsse wsse: Security = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd ">

    " < wsse: UsernameToken WSU: ID = 'UsernameToken-1' xmlns:wsu = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd ">

    < wsse:Username > IHSIncSandbox\Ilya.Hoffman < / wsse:Username >

    " < wsse:Password Type = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText "> [DELETED] < / wsse:Password > .

    < / wsse: UsernameToken >

    < / wsse: Security >

    < / env:Header >

    < env:Body >

    < tns:UpdateHtmlEmail >

    < tns:email >

    < tns:Id > 10700 < / tns:Id >

    [PMP] < tns:Name > _4558_Testingrn_PreviewEmail_IH < / tns:Name >

    < tns:Subject > T1 < / tns:Subject >

    < tns:AutoGenerateTextContent > true < / tns:AutoGenerateTextContent >

    < tns:EncodingId > 1 < / tns:EncodingId >

    < tns:FooterId > 1 < / tns:FooterId >

    < tns:FromAddress > [email protected] < / tns:FromAddress >

    < tns:FromName > T1 < / tns:FromName >

    < tns:HeaderId > 1 < / tns:HeaderId >

    < tns:HtmlContent > Hello World! < / tns:HtmlContent >

    < tns:SendHtml > true < / tns:SendHtml >

    < tns:NeverExpires > true < / tns:NeverExpires >

    < tns:ReplyToAddress > [email protected] < / tns:ReplyToAddress >

    < tns:ReplyToName > response Test < / tns:ReplyToName >

    < tns:SendToUnsubscribes > false < / tns:SendToUnsubscribes >

    < tns: crawler > true < / tns: crawler >

    < / tns:email >

    < / tns:UpdateHtmlEmail >

    < / env:Body >

    < / env:Envelope >

    Answer:

    " < s: Envelope = xmlns:s ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:u =" " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd ">

    < s:Header >

    " < ActivityId CorrelationId ="7052c8fd-1ca2-4aca-9608-4b033717cd2d"xmlns =" http://schemas.Microsoft.com/2004/09/ServiceModel/Diagnostics "> 9eec4480-4856-48c1-9835-0633e518948a < / ActivityId > .

    " < o: Security s:mustUnderstand = '1' xmlns:o = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd ">

    < u: Timestamp u: Id = "_0" >

    < u: created > 2013-08-30T 19: 37:28.427Z < / u: created >

    < u: expires > 2013-08-30T 19: 42:28.427Z < / u: expires >

    < / u: Timestamp >

    < / o: Security >

    < / s:Header >

    < Body >

    " < UpdateHtmlEmailResponse xmlns =" https://secure.Eloqua.com/API/1.2 ">

    < UpdateHtmlEmailResult > true < / UpdateHtmlEmailResult >

    < / UpdateHtmlEmailResponse >

    < / Body >

    < / s: Envelope >

    Then retrieve the details for the same E-mail:

    Request:

    " < = xmlns:soapenv soapenv:Envelope ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:ns =" " https://secure.Eloqua.com/API/1.2 ">

    < soapenv:Header >

    " < xmlns:wsse wsse: Security = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd ">

    " < wsse: UsernameToken WSU: ID = 'UsernameToken-1' xmlns:wsu = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd ">

    < wsse:Username > IHSIncSandbox\Ilya.Hoffman < / wsse:Username >

    " < wsse:Password Type = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText "> [DELETED] < / wsse:Password > .

    < / wsse: UsernameToken >

    < / wsse: Security >

    < / soapenv:Header >

    < soapenv:Body >

    < ns:GetEmailDetails >

    < ns:emailId > 10700 < / ns:emailId >

    < / ns:GetEmailDetails >

    < / soapenv:Body >

    < / soapenv:Envelope >

    Answer:

    " < s: Envelope = xmlns:s ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:u =" " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd ">

    < s:Header >

    " < ActivityId CorrelationId ="153f216a-97c0-4f0b-98bc-41f19734ca9f"xmlns =" http://schemas.Microsoft.com/2004/09/ServiceModel/Diagnostics "> 19a9ec9b-882c-4ef2-b706-d01fd9e4a37a < / ActivityId > .

    " < o: Security s:mustUnderstand = '1' xmlns:o = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd ">

    < u: Timestamp u: Id = "_0" >

    < u: created > 2013-08-30T 19: 39:50.509Z < / u: created >

    < u: expires > 2013-08-30T 19: 44:50.509Z < / u: expires >

    < / u: Timestamp >

    < / o: Security >

    < / s:Header >

    < Body >

    " < GetEmailDetailsResponse xmlns =" https://secure.Eloqua.com/API/1.2 ">

    " < = Xmlns:i GetEmailDetailsResult ' http://www.w3.org/2001/XMLSchema-instance ">

    < id > < /ID > 10700

    [PMP] < name > _4558_Testingrn_PreviewEmail_IH < / name >

    T1 < object > < / topic >

    < AutoGenerateTextContent > true < / AutoGenerateTextContent >

    < BouncebackAddress > [email protected] < / BouncebackAddress >

    < EncodingId > 1 < / EncodingId >

    < FooterId > 1 < / FooterId >

    < FromAddress > [email protected] < / FromAddress >

    T1 < FromName > < / FromName >

    < > 123 GroupId < / GroupId >

    < HeaderId > 1 < / HeaderId >

    < HtmlContent > Hello World! < / HtmlContent >

    < NeverExpires > false < / NeverExpires >

    < ReplyToAddress > [email protected] < / ReplyToAddress >

    < ReplyToName > IHS Inc Sandbox < / ReplyToName >

    < SendHtml > true < / SendHtml >

    < SendToUnsubscribes > false < / SendToUnsubscribes >

    < TextContent > Hello World! < / TextContent >

    < track > true < / tracks >

    < / GetEmailDetailsResult >

    < / GetEmailDetailsResponse >

    < / Body >

    < / s: Envelope >

    Tarek,

    It turns out that it's the location of the "SentHtml" parameter in the envelope regarding settings "answer". The following query works:

    10700

    _4558_Testingrn_PreviewEmail_IH [PGP]

    T1

    true

    1

    1

    [email protected]

    T1

    1

    Hello world!

    true

    [email protected]

    Test answer

    true

    fake

    true

  • How to recover Contacts using ContactGroupID using SOAP or RESTFul API in c#?

    Hi guys,.

    I want to recover contact records from Eloqua 10 using ContactGroupID or by using the SOAP API or RESTFul API in c#. Well want to, help me for the same thing.

    Thanking you,

    Kind regards

    Dhaval Doshi.

    Hi Alain,

    You can use the bulk API to export contacts who are members of a segment or group. Documentation is available at the following address: Eloqua bulk API 1.0: importing and exporting data

    Hope this helps and please let me know if you need more information.

    Thank you

    Fred

  • Example API SOAP Submission Form

    Can anyone provide an example implementation of a form submission by using the SOAP API?

    For a long time, but... Eloqua API how: submit a form

  • How to get data for submission of form using REST or SOAP API

    Hello

    Can someone let me know how to recover data using REST or SOAP API for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Answer please I need to implement in one of my projects.

    Thanks and greetings

    Angela

    Post edited by: Md Shahid

    Here the answer How to recover data for submission of form using REST or SOAP API

  • How to recover data for submission of form using REST or SOAP API

    Hi Topliners,

    Can someone let me know how to recover data using REST or SOAP API, for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Please answer I need to implement in one of my projects.

    Thanks and greetings

    Angela

    See REST API - to access form data REST API - Documentation for kernel objects

    Delete only is not supported via the API.

  • In the Api Soap Echosign, how can I send more than one file for the signature...

    Some examples of code for sending single document...

    $client = new SoapClient(EchoSign\API::getWSDL());)

    $api = new EchoSign\API ($client, "YOUR API KEY");

    $file = EchoSign\Info\FileInfo::createFromFile('demo.pdf');

    $document = new EchoSign\Info\DocumentCreationInfo ("Test sendDocument", $file ");

    $recipients = new EchoSign\Info\RecipientInfo;

    $recipients-> addRecipient ($recipient_email);

    $document-> setRecipients ($recipients);

    $result = $api-> sendDocument ($document);

    Hello

    You will find the documentation of the DocumentCreationInfo object in the EchoSign API SOAP at https://secure.echosign.com/public/docs/EchoSignDocumentService22#DocumentCreationInfo

    You will see that you can provide an array of files in the field of fileInfos DocumentCreationInfo object.

    EchoSign also provides REST style APIs. You can access the REST API documentation at https://secure.echosign.com/public/docs/restapi/v5. You can use POST reassure API https://secure.echosign.com/public/docs/restapi/v5#! /agreements/ to send the contract and this API operation accepts also several files on demand.

    I hope this helps.

    Thank you

    Nikhil

  • SOAP API - get the value of an external entry of default user Interaction

    Hi guys,.

    I'm trying to get the default value of an external input of User Interaction.

    My Testworkflow has a beginning and end, in the Middle it is a "user interaction" with two external entrances. Among the external references entered through presentation with a default value.

    This default value is what I want to get via SOAP for Scripting

    All I can understand with the "getWorkflowInputForWorkflowTokenId" method is the following:

        [getWorkflowInputForWorkflowTokenIdReturn] => stdClass Object
            (
                [id] => 2c961dc145ccc05e0145e0baae600c7a
                [workflowTokenId] => 2c961dc145ccc05e0145e0baadd40c77
                [name] => myWorkflowName : TestInteraction
                [description] => Description der Interaction
                [parameters] => stdClass Object
                    (
                        [item] => Array
                            (
                                [0] => stdClass Object
                                    (
                                        [name] => externalInputString
                                        [type] => string
                                    )
    
                                [1] => stdClass Object
                                    (
                                        [name] => externalInputNumber
                                        [type] => number
                                    )
    
                            )
    
                    )
    
                [attributes] => 
                [state] => 0
                [creationDate] => 20140509132501+0200
                [xmlContent] => 
    

    Is it possible to get this value? (even with the REST API? < = I don't find as well)

    Thank you

    Marc

    Hi Marc,

    "xmlContent" property must contain a similar XML content to:

    
       
    ...
       
    
    

    User interaction, including the default, settings must be inside the element 'presentation '.

    Hope this helps,

    Ilian

Maybe you are looking for

  • RAID for Qosmio X 870

    Does anyone have an idea if it is possible to raid installation on the new X 870?I see that the option is not available in the BIOS...

  • Hi can help someone, after clicking 3 times on my g6, I get the 53183358 code

    Hi can help someone, after clicking 3 times on my g6, I get the code 53183358

  • Computer concern how to get help

    When it comes with HP, the best thing to do is file a BBB complaint and then follow up with a letter to Richard Bailey, in Palo Alto, California.  Then call it to [edited by Moderator] 8-5 PST.  Good luck.  It won't be easy for you, but if you persev

  • The name of the Contact only

    Hello I do a demo application in which I want to call a number of my application. I'm doing it with success. I'm just passing the number of my application to the built application that makes the call. But I want that the built application in does not

  • Icons of blackBerry emails and blackberry Smartphones

    I just bought my first BlackBerry - Curve 9320.  There are a number of icons on the screen, including one called "messages".  I just found how to add my personal email address to my phone.  Soon I'd made a new icon, with my email address on it now ap