Help regarding XML-Based Integration with XAware

If any one have some tutorial related with this topic:
XML-Based Integration with XAware Kirstan Vandersluis

It's a book. Go and buy it. Why would any part of it be available for free on the web?

Similar Messages

  • Need Urgent Help on Meeting Place Integration with CUCM 7.1 and AS5400 PSTN Gateway

    Hi,
    This is first time I am on this forum.
    I have already tried going through a lot of docs on docwiki.cisco.com but couldn't find complete configuration help.
    I have to integrate Meeting Place 8.X with an existing CUCM and an E1 gateway (PSTN Gateway) AS5400.
    The CUCM is already part of a Telepresence Environment. I need to create a SIP trunk between AS5400 and CUCM 7.1 and then create a Trunk between AS5400 and Cisco Unified MP 8.X and then between CUMP and CUCM.
    I need help on AS5400 SIP Configs as well as parameters I need to cover on CUCM (Though I have done some basic dial-peer configs but they haven't been of much help).
    Then I also need help on AS5400 SIP configs with CUMP 8.0
    Any docs on Integration between CUMP and TP3000 will be of great help too.
    Rgds,
    Asim

    I can get the Ricoh to register as sip endpoint, it answeres then imediatly disconnects. Doing a monitor with Wireshark looks like it attempts to negotiate t38 but fails. Any idea why this fails?
    |160.260684000|         INVITE SDP (g711U)            |                   |SIP From:
    |         |(5060)   ------------------>  (5060)   |                   |
    |160.338806000|         INVITE SDP (t38)              |                   |SIP Request
    |         |(5060)   <------------------  (63435)  |                   |
    |160.339545000|         491 Request Pending           |                   |SIP Status
    |         |(5060)   ------------------>  (5060)   |                   |
    |160.547894000|         406 Not Acceptable            |                   |SIP Status
    |         |(5060)   <------------------  (63435)  |                   |

  • Help File to Be Integrated with Sap System

    Dear sir
    Please get me how to integrate the help file[ERP 2004 help ] with SAP System. I M Not able to get the help from the system the error it throw is no document available i want the help of .chm file so is there any way to integrate that file with SAP system so that we can cget help from sap system itself
    I m Using ECC 5.0
    Regards
    Ashish

    you can place (install) the help files on any machine you want, at least it has a web server on it.
    you can then specify the "Server Name" and "Path" in SR13 to this server (e.g. Server Name = mywebserver.mycompany.com:1080, Path = helpdata)
    the clients open the associated program to the extension of the files (in case of .chm and .html it would be most likely the Internet Explorer)
    kr, achim
    check this link: https://websmp106.sap-ag.de/~sapdownload/011000358700002110712004E/SAPLibInstGuide_640_EN.pdf
    Message was edited by: Achim Hauck

  • Please help regarding XML Publisher Output

    Hi,
    I have bugs in my XML Template, please can any one help me to correct the template which i have designed.
    Regards
    Prabu

    Hi Prabhu:
    Did you try using the Template Viewer? (remember to change the Debug log level to Maximum).
    If you are using Word then you can try validation, although it failed to tell me errors at times (bug in deleting the cache?)
    Usually you will be able to find out. If it neither of these works, I normally fall back to the tried and tested method; Start afresh, add one complexity at a time and test it.
    HTH
    Srini Ramanujam

  • Help regarding xml compilation

    Hi,
    I have done a small flex project. In that project I am
    loading a xml file. When I compile that project, itz compiled in
    the bin folder. After compilation, even if I delete the xml file
    from the bin folder and run the application, I can see the contents
    that were already in that xml file. But it throws an error that xml
    file is not present. Is there a way to avoid this.
    Thanks for ur help...

    You can try to use the httpservice tag for this as it always
    loads an external xml.

  • Help regarding pm tables link with fi/co tables

    Hi ,
           I need urgent requirement regarding one object.
    my need is i want to know the link among the plant maintenance tables with fi/co tables.
    my out put is depends on equipment no fetch diff g/l accounts.
    how to fetch data from diff g/l accounts depends on pm table equi.becoz i am getting equipment no from equi table.
    Thanks n regards,
    khadar.

    thanq for ur reply ,
    In my selection criteria I have equipment no and date and diff radio buttons for diff g/l accounts ,depends on that I have to fetch dig g/l accounts with equipment and class
    with regards,
    khadar.

  • Help Regarding XML

    I have to insert some xml entry into existing xml . I am
    including the code used
    var myXml:XML = <playerr>
    <playlist>
    <name>Playlist 1</name>
    <image>
    http://images.com/playlist1.jpg</image>
    <video>
    <name>Item 11</name>
    <image>
    http://images.com/item11.jpg</image>
    <url>
    http://videos.com/item11.flv</url>
    </video>
    <video>
    <name>Item 12</name>
    <image>
    http://images.com/item12.jpg</image>
    <url>
    http://videos.com/item12.flv</url>
    </video>
    <video>
    <name>Item 13</name>
    <image>
    http://images.com/item13.jpg</image>
    <url>
    http://videos.com/item13.flv</url>
    </video>
    <video>
    <name>Item 14</name>
    <image>
    http://images.com/item14.jpg</image>
    <url>
    http://videos.com/item14.flv</url>
    </video>
    </playlist>
    <playlist>
    <name>Playlist 2</name>
    <image>
    http://images.com/playlist2.jpg</image>
    <video>
    <name>Item 21</name>
    <image>
    http://images.com/item21.jpg</image>
    <url>
    http://videos.com/item21.flv</url>
    </video>
    <video>
    <name>Item 22</name>
    <image>
    http://images.com/item22.jpg</image>
    <url>
    http://videos.com/item22.flv</url>
    </video>
    <video>
    <name>Item 23</name>
    <image>
    http://images.com/item23.jpg</image>
    <url>
    http://videos.com/item23.flv</url>
    </video>
    <video>
    <name>Item 24</name>
    <image>
    http://images.com/item24.jpg</image>
    <url>
    http://videos.com/item24.flv</url>
    </video>
    </playlist>
    </player>
    trace(myXml.insertChildBefore(myXml.playlist[0].video[0],<help>Gr8</help>));
    After executing i am getting undefined as result.
    Could anybody find out what mistake I am doing. ( I have to
    insert xml node before video[0] in playlist[0]).

    I have the following code:
    var myXml:XML = <player>
    <playlist>
    <name>Playlist 1</name>
    <image>
    http://images.com/playlist1.jpg</image>
    <video>
    <name>Item 11</name>
    <image>
    http://images.com/item11.jpg</image>
    <url>
    http://videos.com/item11.flv</url>
    </video>
    <video>
    <name>Item 12</name>
    <image>
    http://images.com/item12.jpg</image>
    <url>
    http://videos.com/item12.flv</url>
    </video>
    <video>
    <name>Item 13</name>
    <image>
    http://images.com/item13.jpg</image>
    <url>
    http://videos.com/item13.flv</url>
    </video>
    <video>
    <name>Item 14</name>
    <image>
    http://images.com/item14.jpg</image>
    <url>
    http://videos.com/item14.flv</url>
    </video>
    </playlist>
    <playlist>
    <name>Playlist 2</name>
    <image>
    http://images.com/playlist2.jpg</image>
    <video>
    <name>Item 21</name>
    <image>
    http://images.com/item21.jpg</image>
    <url>
    http://videos.com/item21.flv</url>
    </video>
    <video>
    <name>Item 22</name>
    <image>
    http://images.com/item22.jpg</image>
    <url>
    http://videos.com/item22.flv</url>
    </video>
    <video>
    <name>Item 23</name>
    <image>
    http://images.com/item23.jpg</image>
    <url>
    http://videos.com/item23.flv</url>
    </video>
    <video>
    <name>Item 24</name>
    <image>
    http://images.com/item24.jpg</image>
    <url>
    http://videos.com/item24.flv</url>
    </video>
    </playlist>
    </player>
    trace(myXml.playlist[0].insertChildBefore(myXml.playlist[0].video[0],<help>Gr8</help>));
    This outputs:
    <playlist>
    <name>Playlist 1</name>
    <image>
    http://images.com/playlist1.jpg</image>
    <help>Gr8</help>
    <video>
    <name>Item 11</name>
    <image>
    http://images.com/item11.jpg</image>
    <url>
    http://videos.com/item11.flv</url>
    </video>
    <video>
    <name>Item 12</name>
    <image>
    http://images.com/item12.jpg</image>
    <url>
    http://videos.com/item12.flv</url>
    </video>
    <video>
    <name>Item 13</name>
    <image>
    http://images.com/item13.jpg</image>
    <url>
    http://videos.com/item13.flv</url>
    </video>
    <video>
    <name>Item 14</name>
    <image>
    http://images.com/item14.jpg</image>
    <url>
    http://videos.com/item14.flv</url>
    </video>
    </playlist>

  • Urgent :-Need Help in DOtnet Dll integration with CFM 8. for error "java.lang.NullPointerException"

    Hi Everyone,
    I am trying to intergrate Dotnet DLL with coldfusion. The basic perpose of this DLL is putting value in cache.
    My code is working fine on my local machine but it giving me problem on live server.
    It is throwing "java.lang.NullPointerException" error.
    Description of task:-
    DLL:-
    made in : Dotnet 3.0
    Functions:-
    setCache:- setting a string into cache.
    getCache:- getting value from cache.
    ClearCache:- Clearing all value from Cache.
    Local Machine:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Developer
    Result:-Task is working fine.No error what so ever.
    Live server:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Standred
    Result:-Task is throwing error "java.lang.NullPointerException"

    Thanks for your response, but surely if the .NET Services was not running how can CF instantiate and dump the object with all the correct methods?
    Anyway for some strange reason there is no Coldfusion .NET service in my services control panel even though I am running CF8. I have since downloaded the .NET service installer, run it and done a restart but I can still see no such service and the error continues?
    I am running CF8 Dev on IIS 6 – Window XP pro and here is debug
    java.lang.NullPointerException
                   at com.jnbridge.jnbcore.clientTransports.d$b.close(Unknown Source)
                   at java.net.Socket.<init>(Socket.java:368)
                   at java.net.Socket.<init>(Socket.java:209)
                   at com.jnbridge.jnbcore.clientTransports.d$b.<init>(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.d.if(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.c.a(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.f.a(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.int(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.getObjectStaticProperty(Unknown Source)
                   at System.Environment.Get_CurrentDirectory()
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                   at java.lang.reflect.Method.invoke(Method.java:597)
                   at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:87)
                   at coldfusion.runtime.dotnet.DotNetProxy.invoke(DotNetProxy.java:38)
                   at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272)
                   at cftestDotNet2ecfm215937280.runPage(C:\Inetpub\wwwroot\his_clothing\testDotNet.cfm:20)
                   at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
                   at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
                   at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
                   at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
                   at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
                   at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
                   at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
                   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
                   at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
                   at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
                   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
                   at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
                   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
                   at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
                   at coldfusion.CfmServlet.service(CfmServlet.java:175)
                   at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
                   at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
                   at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
                   at jrun.servlet.FilterChain.service(FilterChain.java:101)
                   at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
                   at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
                   at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
                   at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
                   at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
                   at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
                   at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
                   at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
                   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

  • Help needed in Apex Integration with EBS

    Hi All,
    Currently, when trying to integrate with EBS these are the steps I followed.
    1) Created apex generate hash and apex launch procedure in APPS DB.
    2) Created Profile in Application Developer Responsibility.
    3) Saved above profile in system administrator -->Profile -> System and set the site level as http://<hostname>:<Apex port>/pls/apex
    4) Created a function in system administrator , type as SSWA plsql function and called the launch procedure and passed parameters as my apex application and page id.
    5) Created a Web PL/SQL entry under System Administrator Responsibility -> Security -> Web PL/SQL for the launch procedure.
    6) Created menu, responsibility and assigned to the user.
    For the APEX application , currently I have not given any login page. The login is through EBS only. I have given logout URL in apex application to EBS Login page. Now my problem is , when I click Logout the session of EBS does not get invalidated. How can I achieve this ?
    Secondly, When I give the APEX application URL directly in the browser it will open without asking for the EBS login credential. But I do not want this to happen. I need it to be authenticated through EBS login credential.
    Any suggestions would be welcome.
    Thanks
    Alaka

    Hi Scott,
    I tried the solution given in this URL.
    http://oracledbas.blogspot.com/2008/11/oracle-application-express.html
    It is not working for me.. I tried in the forum also.
    While creating authentication scheme I gave Oracle EBS Login Page as Session Not Valid URL. But every time I login to EBS and click responsibility then menu which has APEX screen, it is not validating username and password and it redirects to EBS login page which i gave in "session not valid URL" (it is going to a loop.)
    Now my problem is when I login to EBS and click responsibility then my APEX screen should validate the EBS login and directly it should open. It should not ask for any other (APEX login)login page. If I paste the APEX application URL in any browser it should ask for EBS login page.
    When I logout it should invalidate the session of EBS.
    Thanks
    Alaka

  • Help Regarding Tidal Enterprise Scheduler with SAS

    Actually, we have SAS Server running on Windows 7. Till the day one of the developer is manually running the jobs.
    Now client want to use Tidal Enterprise Scheduler for all Servers(including SAS) for executing jobs, which is present in another windows 7. We are working on SAS with Tidal.
    We have created a .bat file on SAS server which is having below line.
    “C:\Program Files\SAS\SAS 9.1\SAS.EXE" -SYSIN "\\uscol2k3sas02\SASBATCH\VDM\Batch\BatchRunSas\PCRPManualAdjustmentsDaily_testing.sas"
    Then finally we are trying to schedule the .bat file in Tidal. We have received the status as “status change to Externally Defined” without executing the job in SAS server.

    Hi seniblue,
    Welcome to TES @ Support Forums. Have you reviewed your MLA to see what it covers - and how long support is for? And did you know that Cisco has pushed the EOL & EOS date further into January 31, 2016. So you still have time, but planning should start now.
    http://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/tidal-enterprise-scheduler/eol_c51-697468.html
    Tidal 6.0 is pretty buggy from what I've been told, and to perform an upgrade -- it would be better to jump from 5.3 to 6.2 directly. There are a lot of people in a similar situation, please check out
    https://supportforums.cisco.com/discussion/12348951/tidal-621-client-manager-and-fault-monitor
    BR,
    Derrick Au

  • Urgent help requested: Access Manager integration with BEA Portal

    We're using Access Manager 7.1 and Policy Agent 2.2 to authenticate users for our BEA WL Portal 10 which contains all of our content and applications. The portal contains both anonymous pages and protected pages (for registered users).
    Problem: When an anonymous user who is going through a multi-step application flow decides to sign-in to their account (or sign-up) Policy Agent wipes out the current content of the user session, and creates a brand new user session after the user is authenticated. Therefore we cannot send the user back to the same spot in the portal where they were before signing-in.
    Is there anyway to make Policy Agent preserve the content and state of http session when authenticating a user?
    We have a business requirement to allow users to continue their application process after successfully signing in.
    Thanks in advance.

    Hi,
    I think this problem is not just related to weblogic 10 agent, it is a general problem for any agents.
    Can you please clarify what you mean by "anonymous user "? Do you mean that this user has never logged in to Access Manager, and is just browsing the site as an anonymous user, or do you have a role specified as "anonymous user " that they are currently logged into when browsing the site?
    thx,
    Sean

  • XML Integration with Oracle

    Hi,
    Can anyone help me getting a document about XML's integration with Oracle ?
    Thanks

    XML Technology Center
    http://www.oracle.com/technology/tech/xml/index.html

  • OIM 11.1.1.5.0 + BP03 Integration with BI Publisher 11.1.1.5.0

    Folks,
    Has anyone been successful in integrating BIP 11.1.1.5.0 with OIM 11g? I have recently integrated BIP 11g with OIM11g for reporting. After doing all the necessary configurations as mentioned in the OIM 11g developers guide and BP03 read me document, I am able to see the reports structure in BIP. Also I could execute few of the reports like Access Policy details, Role membership etc. .
    But none of the user reports are working. It always shows up a blank screen and no activity in logs either. I’m pretty sure that I have configured that BIP user properly and he has all the rights to execute the reports, in fact I have assigned all the available functional roles to the BIP user.
    Has anyone of you faced such an issue earlier?
    Appreciate your support!
    Thanks
    Sid

    Hi Sidharth,
    Instaed of BIP 11.1.1.5.0, go for BIP 10g, as it is certified with OIM 11.1.1.5. We integrated BIP 10g successfully.
    Hope this helps
    BI Publisher 11g Integration with OIM 11.1.1.5.0 + BP03
    Regards
    Kumar

  • PS Integration with IM

    Hello Experts,
                       Can U please tell me How PS is Integrated with IM and vice versa.And Is there any configuration similarities between the two?
    Thanks & Regards,
    Ankur

    Hi,
    PS integration with IM is required for Investment Projects.
    Investment Managent integrates for creartion of Asset Master data. The Project Costs are settled to Asset.
    IM has great capabiltiy when you go for Higher Level Budgeting i.e Budget is allocated one level up of Project.
    Budget is allocated to Investment Programs and then distributed further to Projects.
    Mulitiple Projects can be assigned to one Investment Program for a Financial year.
    Apart from this it also serves as good reporting for MIS.
    You can also use Appropriation request when your Project is in Approval Stage.
    Hope this helps you in understanding.
    Regards,
    Nitin

  • Integration with Process Manufacturing

    We are looking at upgrading Financials and Process Manufacturing to R11i early next year. Currently we use i2's Rhythm Factory Planner but are interested in the APS developments.
    Which APS modules are available for use with OPM? Also where can I get an indicication of the cost per module?

    I've got this info from Oracle. Hope this helps. OPM is integrated with APS now.
    1. It uses the advanced planning engine and global ATP.
    2. Demand Planning integration is in the works.
    3. Manufacturing Scheduling is purely a discrete option and not needed for
    OPM.
    The pricing of APS for OPM is the same as the standard APS and is priced by Cost of Goods Sold. You may get the price details from your local Oracle sales.

Maybe you are looking for

  • Xbox 360 Trade-In Issue

    I've rarely felt so insulted in my many years of retail work and patronage as I have felt today at Best Buy. As a former employee of the chain, both in retail and the Geek Squad, I am generally quite forgiving of any issues I have while shopping ther

  • Unable to edit Distribution Group membership via Outlook (works via ECP).

    SITUATION: I am attempting to enable the ability for specified users to edit the membership of Exchange 2010 distribution groups via Outlook 2010.  I have configured permissions via RBAC for them to be able to do this by following the instructions an

  • Computer Crash - If I Hook Up My IPOD again, will I loose all my songs?

    My computer just crashed, and I lost all my documents in a user file, and all my songs on Itunes. If I hook up my Ipod to Itunes again, will I loose all my songs, or the songs stay in the Ipod?

  • Identify duplicated authorization objects in a role

    Hi, We built some roles manually by drag and drop transaction through the menu tab. In some roles, we have duplicated authorization object For example, in PM : Maintenance Plant (object I_SWREK), we have 2 profiles with SWERK=* and TCD = (list of tra

  • Printer dispenses a blank page after every printing!

    Suddenly my printer is dispensing a blank sheet of paper after almost every printing. Oddly, the only thing unusual I've done, relating to the hp printer,  is downloading the HP Printer Assistant and the HP Printer and Scan Doctor! I've checked all r