How to invoke PEGA Rules Service from Adobe LiveCycle and vice versa

Hi,
I have new requirement..... I have to invoke pega service from livecycle....
Do we have any interface to integrate these 2 tools?
Pls help me out on this
Its Urgent...
Regards-Sekhar

In this case the LiveCycle services are exposed as web services that can be consumed by any application language that can interact with web services. While the sample published are for c# and Java there is no reason that other web service aware languages (C++, Perl, etc) wouldn't work.
I'm not a Microsoft C++ expert, but as far as I understand all you need to do is create a web reference and then have your C++ classes interact via the generated proxy classes. The syntax will be different, but the concept is the same

Similar Messages

  • How to call a Applet from a servlet and vice versa...?

    Hi all
    Can anyone help me how to call a applet from a servlet and vice versa. When the applet is called it should contact the database (oracle8i) and get the data. When i submit the applet form the data in the applet should be saved in the database.
    Thanks in advance
    Kamalakannan

    Sweep is correct about requestDispatcher being another approach for inter-servlet delegation; the only issue that i recall with this approach is that it defaults the method of the destination servlet to the one it was called from...for example, calling servlet2 from within servlet1.post() resulted in the dispatcher attempting to utilize servlet2.post() - i believe that i searched for a parameterize solution to no avail :( (ended up handling the request by placing a "fake" doPost() in servlet2 that simply called servlet2.doGet())
    however, if your application is functioning correctly on your pc/webserver then the problem may be external to servlet communication (e.g. client webserver's ports not configured or blocked, missing runtime classes, etc.)
    my suggestion would be to set aside the programmatic concerns for the moment - what is the response if you open a browser on a client's machine and access the URL in question (i.e. http://clientserver:port/stefanoServlet)? If it will not respond to access in this manner then it certainly won't when your application calls for it.
    It's possible that there is a coding error but, given the info supplied, i'd start examining the environment, first. Let us know if you have any luck with the test i recommended or not (please provide abundant detail). Or, if you've found the solution then you may want to post back with a quick blub so the next person knows how to escape the trap.
    D

  • How to sync my iPhone to my MacBook Pro and vice versa as it no longer seems to be doing?

    How to sync my iphone to my MacBook Pro and vice versa as it no longer seems to be doing? When I initially set up everything it worked fine; however, now my contacts are not syncing between devices?
    I have Icloud and even paid for ectra storage to see if this was the issue but it doesnt seems to be.  When I try and view devices on my itunes to sync it will not allow - blank option?
    If anyone could please help it would be really appreciated- thanks in advance:)

    I don't know how you got to your current position, but you might want to start by replacing your calendar with your MacBook Pro calendar if it is correct (if it isn't, skip this):  first disable calendar syncing on your phone (Settings>iCloud>Calendars set to OFF), then prior to syncing open iTunes on your computer and disable automatic syncing (under Preferences>Devices>Disable...from syncing automatically syncing).  Next connect your phone and set your sync settings on the Info tab to Syc Calendars with iCal, and below under Advanced choose "Replace Information on this iPhone" and check Calendars.  Now sync and this will hopefully replicate your MacBook calendar on your iPhone.
    Next, carefully review this to see that you have correctly set up iCloud on both your phone and your MacBook: http://www.apple.com/icloud/setup/, and that your meet the minimum system requirements (latest version of iOS on your phone, latest version of iTunes, OSX Lion 10.7.2 or later).

  • How to change manual segment management to automatic? and vice versa

    how to change manual segment management to automatic? and vice versa
    i can't find any option for that in EM
    Thanks

    Paolo Marin,
    The original wants to change from Freelist management to Automatic Segment Space management - the URL you supplied is about converting from Dictionary Managed tablespaces (DMT) to Locally Managed tablespaces (LMT).
    In passing - the article you reference says: First, MAKE sure to take a full backup of the tablespace and all related tablespaces (inter-tablespace referential integrity) before running this procedure:. There's no such thing as 'tablespace referential integrity', but (a) it would be a good idea to make sure that no-one else is using the database whilst you do a conversion, and (b) it's the system tablespace that holds the data dictionary so that's the one other (really important) tablespace you have to back up before starting.
    There is a very old note about the limitations of doing the DMT -> LMT conversion here: http://www.jlcomp.demon.co.uk/book_8i/ch_08.html#Extent%20Management
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    https://www.jlcomp.demon.co.uk

  • How to invoke a Web Service from PL/SQL with Complex Type as  input.

    Hello,
    I am trying to invoke a web service from PL/SQL using the UTL_DBWS package.
    The web service expects a complex type as input (defined below):
    <xs:complexType name="MsgType">
    <xs:sequence>
    <xs:element name="sender" type="xs:string"/>
    <xs:element name="messageId" type="xs:string"/>
    <xs:element name="messageType" type="xs:string"/>
    <xs:element name="dateSent" type="xs:date"/>
    </xs:sequence>
    </xs:complexType>
    How to construct input to this in PL/SQL Procedure?
    Has any body tried this before?
    An exmaple will be helpful.
    Thanks

    Dear,
    I have read your article, it is useful for me. But I cannot Apply to my case. Please kindly help me. Thank you.
    When running, the error occurs:
    1:39:31 Execution failed: ORA-20000: soapenv:Server.userException - org.xml.sax.SAXParseException: Attribute name &quot;password&quot; associated with an element type &quot;user&quot; must be followed by the &apos; = &apos; character.
    My webservice Url: http://abc.com.vn:81/axis/ABC_WS_TEST.jws?wsdl
    I make PL/SQL (similiar as your example)
    FUNCTION INVOKESENDMT
    RETURN VARCHAR2
    AS
    l_request soap_api.t_request;
    l_response soap_api.t_response;
    l_return VARCHAR2(32767);
    l_url VARCHAR2(32767);
    l_namespace VARCHAR2(32767);
    l_method VARCHAR2(32767);
    l_soap_action VARCHAR2(32767);
    l_result_name VARCHAR2(32767);
    p_zipcode VARCHAR2(160);
    BEGIN
    --p_zipcode:='''TEST'' ; ''TEST'';''84912187098'';''84912187098'';''0'';''8118'';''1'';''000001'';''ThuNghiem'';''''';
    p_zipcode:='TEST';
    -- Set proxy details if no direct net connection.
    --UTL_HTTP.set_proxy('myproxy:4480', NULL);
    --UTL_HTTP.set_persistent_conn_support(TRUE);
    -- Set proxy authentication if necessary.
    --soap_api.set_proxy_authentication(p_username => 'TEST',
    -- p_password => 'TEST');
    l_url := 'http://abc.com.vn:81/axis/ABC_WS_TEST.jws';
    l_namespace := 'xmlns="' || l_url || '"';
    l_method := 'sendMT';
    l_soap_action := l_url || '#sendMT';
    l_result_name := 'sendMTResponse';
    l_request := soap_api.new_request(p_method => l_method,
    p_namespace => l_namespace);
    soap_api.add_parameter(p_request => l_request,
    p_name => 'user password sender receiver chargedflag servicenumber messagetype messageid textcontent binarycontent',
    p_type => 'xsd:string',
    p_value => p_zipcode);
    l_response := soap_api.invoke(p_request => l_request,
    p_url => l_url,
    p_action => l_soap_action);
    l_return := soap_api.get_return_value(p_response => l_response,
    p_name => l_result_name,
    p_namespace => l_namespace);
    RETURN l_return;
    END;

  • How to invoke a proxy service from a java client

    Hi all,
    how could I invoke a proxy service from a java client ?
    The proxy service type is 'any xml service' with http protocol.
    For a proxy with web service type I can export the related WSDL and generate the java client source.
    With 'any xml service' there is no associated wsdl and I'm wondering how to do that.
    Thanks
    ferp

    Hi Ferp,
    I used ClientGEN to generate client files from WSDL deployed in ALSB. You can also use Axis for client file generation.
    You need to know the WSDL URL. Generate Client files from WSDL URL.
    Sample ANT Script
    <project name="simple-web" default="mytask" basedir=".">
    <taskdef name="clientgen" classname="weblogic.wsee.tools.anttasks.ClientGenTask" classpath="C:\bea92\weblogic92\server\lib\weblogic.jar"/>
    <target name="mytask" description="Generate web service client">
              <clientgen wsdl="http://<hostname>:<port>/URL?WSDL"
         destDir="src"
         packageName="com.client.mytask"
         classpath="${java.class.path}" />
         </target>
    </project>
    Use the following JAVA Code,
    try {
         ActivationService service = new ActivationService_Impl("http://<hostname>:<port>/url?WSDL");
    client = service.getActivationServicePort();
    } catch (Exception ex) {
    // Handle Exception
    client.activateNumber();
    Let me know if you need any more information.
    Thanks,
    Suman.

  • How do I get my iPad to show iMessages from my iPhone, and vice versa?

    My iPad used to show the same iMessages as on my iPhone, and vice versa...and now it doesn't.  I don't know whether it was an iOS upgrade that fouled it up or what, but I'd like to restore the convenience of seeing and responding to iMessages on either device.  They both send and receive iMessages, but one begun on one device does not appear on the other.
    Fred

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
     Cheers, Tom

  • Mac OS 10 can't see files on HD coming from OS 9 and vice versa?

    Hello, all!  Got a TiBook 1Ghz with a 255 GB HD which I've partitioned in half, one for Tiger/OS 9 and one for Leopard.  Problem:  Any file placed on Vol 2 in OSX is invisible in OS 9 and vice versa, so one writes over the other.  Vol 1 works fine.  Tried reformatting, disk repair, DiskWarrior 9 and 10, re-installing all the operating systems.  Suggestions?  Thanks!

    Hi, kennethfromtoronto & BGreg!  I do know that OS  9 is not supported by Leopard, however I'm not talking about running 9 in Classic.  This TiBook will run 9 by itself, but when I run OS 9 it is from Volume 1 which also has Tiger installed.  I can boot from Tiger or from OS 9 from Volume 1 and they both run just fine.
    The problem is that when do I boot from OS 9, it can't see the files on Volume 2 that were placed there under OS X Tiger.  Conversely, when I run Tiger, the files I put on Vol 2 while running OS 9 are not visible.  It's like I'm running a parallel universe.  Unfortunately, this allows one system to overwrite whatever was put on the volume from the other system, and vice versa, with the net effect that I don't dare run OS 9 for fear of overwriting data on Volume 2. 
    Also when I do run Leopard from the second volume, it also cannot see any files on Volume 2 that were put there under OS 9.
    Note that with Volume 1 there is no visibility problem, no matter which of the three systems is running.  It happens with the second volume, whether it has an operating system installed on it or not.
    Usually I am good at figuring this stuff out, but you see how confusing this is...  My thinking is there might be a bug in the Apple formatting software?  I used the Disk Utility from my external hard drive which runs Leopard.
    Makes a good puzzle to solve, anyway...  Thanks for the help!
    DQM

  • How to invoke an OSB service from a BPEL process

    I need help, to figure out how to invoke an OSB proxy service from a BPEL process.
    I found a blog which exactly does that; but I am unable to get it to work. I get the following error on my BPEL console. We are on OSB10gR3 and SOA 10134.
    "com.bea.wli.sb.transports.TransportException: Unknown error while processing message for service ProxyService DWIntegrations/ProxyService/PeopleServiceBus"
    Any help will be greatly appreciated.
    Regards,
    BP

    It really comes down to the proxy service on the OSB. Is it invoked by a WSDL? If so you should be able to take the endpoint defined in the proxy service messaging configuration and use that URL. You also need to use the sb transport type.
    Can you also post the blog you used, then we can put it into context.
    also have a look at this link.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/bpelpmtransport/transport.html#wp1116011
    cheers
    James

  • How to call a SAP service from adobe flex

    Hi experts,
    I need to call a webservice create from SAP BAPI  my URL is: http://xxxxxxxxx:8000/sap/bc/srt/wsdl/bndg_DD90E166ACE1B1F18AD8001B789FF0AD/wsdl11/allinone/ws_policy/document?sap-client=200, with this URL I can test the webservice from WsNavigator.
    The operation is ZimrfcVerifOtUbica and the input structure is:
    ZimrfcVerifOtUbica
    > PiNumeroAlmacen (input parameter)
    > PiOTransporte (input parameter)
    The output structure is:
    ZimrfcVerifOtUbicaResponse
    >PoMessage (output parameter)
    I've created a view with two inputfield (one to PiNumeroAlmacen, one to PiOTransporte), one button and one label (to put the result value).
    but I don't know how to call the WS, I tried with this code:
    <mx:WebService id="ZCCONVERTERService"
         wsdl="http://xxxxxxxxx:8000/sap/bc/srt/wsdl/bndg_DD90E166ACE1B1F18AD8001B789FF0AD/wsdl11/allinone/ws_policy/document?sap-client=200;" useProxy="false" >
              <mx:operation name="ZimrfcVerifOtUbica" resultFormat="e4x">
                   <mx:request >
                        <PiNumeroAlmacen>AGR</PiNumeroAlmacen>
                        <PiOTransporte>01000</PiOTransporte>
                   </mx:request>
              </mx:operation >
         </mx:WebService>
    and I get this error: [RPC Fault faultString="Could not load WSDL" faultCode="Server.NoServicesInWSDL" faultDetail="No <wsdl:service> elements found in WSDL at ."].
    I tried with actionscript and runtime library but I get this error: java.lang.Exception: Unsupported element in WSDL file: UnknownExtensibilityElement
    I tried put in Data--> Import Web Service and I put the URL and I get Unable to load the WSDL.  Specify another URI.
    Other thing is for this webservice I've created a logic destination, and this webservice is used in a webdynpro aplication and works correctly. But now I need to use the same webservice in flex.
    Could you help me to call to this webservice?
    Thanks in advance.
    Jose

    I have could do it, but now I'm trying to do the same with a SAP standard service.
    Any idea?
    Regards,
    Jose

  • How to invoke secure web service from BPEL in SOA 11g

    In SOA 11g I have a simple bpel process in which I am invoking a secured webservice as partnerlink. The webservice which is used in bpel process is deployed in weblogic and the SSL port is enabled on weblogic server. The wsdl url starts with "https:\\hostname:port\servicename?wsdl"
    But I am getting compilation errors when i compiled the BPEL code
    Error(16,65): Load of wsdl "AddressBookManager.wsdl" failed
    Error(19,30): Load of wsdl "https://hostname:port/DV900/AddressBookManager?wsdl" failed
    Error(35,102): Cannot find Port Type "{http://oracle.e1.bssv.JP010000/}Oracle_E1_SBF_SEI_PkgBldFile_AddressBookManager" for "AddressBookManager" in WSDL Manager
    Can anyone please help me out in resolving this.
    Thanks,
    Shameem banu.

    Solution is you need to import the keystore into Jdeveloper jdk first.
    keytool -import -alias <name> -file <name>.pem -keystore <name>.jks -storepass <passwd>
    All details in <> are your specific keystore,pwd details.
    Then go to Jdeveloper/jdev/bin
    add the following to
    jdev.conf file
    AddVMOption -Djavax.net.ssl.trustStore=path_to_keystore\keystorename.jks
    AddVMOption -Djavax.net.ssl.trustStorePassword=password
    Then you can create partner link for https based wsdl
    Good Luck

  • How to access MYSQL from Oracle 10g and vice versa

    I will like to know how do I create a database link between Oracle 10g and MYSQL database on windows.  I have been saddled with responsibility of ensuring the communications between the 2 databases and I have searched everywhere on google, I could not find anywhere where this is explain explicitly and made work.
    THank you

    In general Oracle offers 2 different products to connect from an Oracle database to a MS SQL Server. The first product is for free and it is called
    As DG4ODBC is a generic connectivity based on ODBC it allows you to connect to many foreign databases as long as you have a suitable ODBC driver.It for example allows you to read from text files but also connect to foreign databases like MS SQL Server or IBM DB2. Due to this wide variety of foreign data sources tha capabilities of DG4ODBC are very limited. It only supports a few Oracle functions that it can directly map to foreign database equivalents. All other functions will be post processed. Post processing means that ALL records from the foreign table(s) will be fetched into the Oracle database and the result is then processed locally - so depending on the amount of data stored in the foreign database it might take a while.
    To be complete here some notes to follow up:
    This Oracle support note describes possible options you have to connect to a foreign database:
    Document 233876.1 Options for Connecting to Foreign Data Stores and Non-Oracle Databases - For example - DB2, SQL*Server, Sybase, Informix, Teradata, MySQL
    So you see, to connect from Oracle to MySQL you need to use the Database gateway for ODBC release 11.2 (HSODBC which was shipped with 10g was desupported in march 2008).
    The Database Gateway for ODBC 11.2 (=DG4ODBC) license is included in the Oracle database license and it allows you to connect with a suitable 3rd party ODBC driver to a foreign database.
    For your MySQL connection you only need to download and configure the MySQL ODBC driver from the MySQL web site. Once you can connect with the ODBC driver you could then download and configure DG4ODBC.
    As you didn't post on which platform your Oracle database is installed, here 2 notes for common platforms:
    How to Configure DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX Itanium) to Connect to Non-Oracle (Doc ID 561033.1)
    How to Configure DG4ODBC (Oracle Database Gateway for ODBC) on 64bit Windows Operating Systems to Connect to Non-Oracle Databases Post Install (Doc ID 1266572.1)
    - Klaus

  • How to make non-podcast show up as podcast, and vice versa?

    I downloaded a free preview video awhile back, a compilation of upcoming releases from a certain label. I'd like it to show up in podcasts, because it's more like a podcast than anything else, but instead, it shows up in the general music library. I tried changing its genre listing to "podcast," but it didn't work.
    Also, how do I do it the other way around? There's a "song of the day" podcast which is, as its name implies, simply a new song every day. I'd like to have these songs show up in the regular library, rather than the podcast section. How do I accomplish this? Is it even possible?

    Never mind...I think I figured it out!
    (d'oh!)

  • What XI people need from ABAP people and vice versa?

    Hi everyone,
    Right now I'm developed IDoc application and using XI as middleware. I'm not XI people and never see or touch this thing. The XI people is in London and my team in Asia. I have read many article about XI and i'm only get little grip about XI. We must cooperate with XI team so we must know what information that i can give to them and what information that I needed from them too. Can you help me ? As far as i know, I give information about "Logical System" to them, other than that, i really don't know. Thank you.
    Regards,
    Satria

    Hello Vishal,
    Yes we can search in multiple portal if they are in FPN
    so answer to your question is yes,
    kindly check it.
    [Link 1|http://help.sap.com/saphelp_nw70/helpdata/EN/44/5759fc5f6b4ddee10000000a1553f7/frameset.htm]
    [Link 2|http://help.sap.com/saphelp_nw70/helpdata/EN/44/58bd7ab6684ddee10000000a1553f7/frameset.htm]
    REGARDS.
    Soni Vinit

  • HT4436 My daughter has an iPod touch which has been set up under my apple ID. I want to change this so that she doesn't receive messages and FaceTime calls from my fiends and vice versa. I have set her up an apple ID with iCloud but the settings still sho

    I need help setting up my daughters iPod. She has been using her iPod touch for 6 months using my ID. This caused a problem now that she is a bit more savvy and has learnt to message and FaceTime. I get her calls and she gets mine. I have set her up her own ID with iCloud but when I go to settings for FaceTime and messaging I can't erase my ID. So the problem is not really solved. She will have to access iTunes through me as she doesn't know my password and any games etc have to pass the mummy test. Can anyone help?

    Thanks.  I have my iPad on my lap and her iPod in my hand. We can FaceTime each other but it won't let either of us message each other. I know mine is activated as I use it frequently. I have activated hers as well. Maybe I will put it in the too hard basket for tonight, sleep on it and try again tomorrow.

Maybe you are looking for

  • MACBOOK PRO 15" EARLY '11 CRASHED AFTER RECORDING HELP PLEASE

    Hello everyone, Thankyou for reading. Let me start by explaining the situation. Im a university student studying music, and I was in the university studio for a few hours recording vocal tracks for an assignment I've been working on. I was using the

  • How do I create a bleed for an irregular shaped vector?

    I am trying to make stickers. I have created a few images (vectors), added cutlines but i have no idea how to add a bleed to the outer edge of the image to prevent "white space" when the printer cuts it out. I am using CS2 and i am a noobie. Please c

  • Calendar color codes - Same list - Jquery

    I'm working on my first SharePoint project and I have patched together this code referencing a few different blogs. There are two different actions here: Calendar color coding using the same list, based on div titles. <script src="http://code.jquery.

  • Questions bout updates

    Hi, I have a question, I am getting annoyed over my Laptops constant updating. Every second day its telling me to that there are updates and to log in to get them updated, and each update takes at least an hour in a half to two hours, because I Have

  • Which is latest version of Audition: CS6 or CC?

    What is difference between the two? A chat support person seemed to talk in circles stating that CC is latest version, replacing CS6 and with a subscription for cloud storage. But when I said I want latest version but do not want any monthly bills or