Not able load external WSDL URL in Xcelsius

Hi,
we have WSDL which has been created on server with java code. we are getting error unable to load the same WDL URl works fine with CRYSTAL Report 2008.
1. Created new wesrvice connection in Xcelsius
2. Inserted the below URl in WSDL URl part.
3. Clicked Import
http://bdc-symph004.na.pg.com:8010/delphiBrandAnalysisPxySvc?wsdl
Request you to please give the solution.
Regards,
Murli.G

Hi Marc Johnson ,
Can you republish the query and try that, the problem causes of your server setting is chaged.

Similar Messages

  • Development and access to external WSDL URL

    Hi All,
    I am developing a SOA application with BPEL composite which also makes calls to an external third party webservice. Due to security reasons, the external third party webservice URL is only accessible from our Development server machine (and not my local machine running JDeveloper). Issue with this is the SOA application development is done using Jdeveloper 11.1.1.4 on my local machine.
    Overview of my application is
    WebService (Synchronous Request/Response Client interface ) ---> BPEL ---> Third Party webService (Partnerlink)
    1) Using the Client interface the user enters startTime and EndTime values
    2) The startTime and endTime is input message to the BPEL process.
    3) The BPEL process then sends the request to the third party web service (partnerlink) and gets a response message back and returns to the client.
    I tried workaround for the same by asking the third party for WSDL and associated XSDs and included these locally in my SOA application project. However trying to deploy the completed SOA application and keep getting this error.
    ERROR MESSAGE_
    [03:40:25 PM] Error message from server:
    There was an error deploying the composite on WLS_SOA: Error occurred during deployment of component: DataRetrievalService to service engine: implementation.bpel, for composite: DataRetrievalService: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable RetrieveEventSummary_GetEventSummary_InputVariable; the schema processor cannot find the element {http://schemas.internet.com/asiapac/cad/integration/1.0.0}GetEventSummaryRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@1cf57b6b.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
    Questions_
    1) Please suggest, is it possible to develop a SOA application which makes service call to external URL, while the local development machine cannot access the external WSDL URL.
    2) Also, in such cases in future deployments to test and production do I still need access to external WSDL URL from my machine. I deploy the completed SOA application from my local machine to the Development Server. The Development Server machine is configured to accessed the third-party WSDL URL.
    Thanks
    Edited by: user5108636 on 11/07/2011 23:53

    It seems WSDL is not complete or invalid. Check whether it references element {http://schemas.internet.com/asiapac/cad/integration/1.0.0}GetEventSummaryRequest and this element has been defined in the XSD imported/defined in WSDL.
    1) Please suggest, is it possible to develop a SOA application which makes service call to external URL, while the local development machine cannot access the external WSDL URL.Yes, it is possible but complete and valid WSDL must be available locally.
    2) Also, in such cases in future deployments to test and production do I still need access to external WSDL URL from my machine. I deploy the completed SOA application from my local machine to the Development Server. The Development Server machine is configured to accessed the third-party WSDL URL.If server can access the third party WS URL then that is sufficient. No need to have access from local machine. Just deploy it on server and then test there.
    Regards,
    Anuj

  • Not able to display WSDL

    Dear All,
    In PI 7.1 while dispalying WSDL we are getting the following error:
    <err>
    Object Service Interface BAPI_CUSTOMER_GETDETAIL2 | urn:sap-com:document:sap:rfc:functions not found in Enterprise Services Repository
    </err>
    I have checked the object in ESR and it is available and active in SWCV but it is still giving this error.
    Please let me know the steps to remove this erro.
    Warm Regards,
    NJ

    hi,
    BAPI is available and active in IR but in ID i am not able to generate its WSDL. I am not able to generate WSDL for an of the object available in IR.
    reg,
    nj

  • Flash cs4 mac - Error opening URL '/:Users:someting.swf' - Not a "loading external content" problem

    Hello.
    I am having a weird problem when trying to test a movie or publish preview -> flash on mac with Leopard os.
    The result is a blank movie with the usuall "movie not loaded" if u right click on it and the output returns the "Error opening URL 'the path of the swf here'.
    This has nothing to do with loading external files or something like that. It happens even in blank movies and it gives the same error if I try to open a swf from flash ide.
    I can publish the project or export the movie with no problem at all.
    I can preview the movie in html. I can run all the swf files in my hard disk, network, usb stick, dvd etc., but when I try to open any of these files from flash ide I got that stupid error.
    Its not something that stops me from working in flash ide but its slow to export movie any time I want to test it.
    Things that I've tried so far but nothing worked:
    Update the flash cs4 to the latest version
    Update the flash players
    Restored the release flash player as default player (I am using as default the debug player)
    Cleared the preferences
    Move the flash cs4 folder to another location in hd
    Saved the fla document first before testing the movie (in different places with or without spaces in document name or folder)
    Give read & write permissions for everyone for flash.app, players and for fla files when saved first before test movie
    Unistall and install the application 3-4 times.
    Test every as version just in case.
    Also I've checked the folders when testing movie and I can see that it creates an swf file, which I can run it outside flash ide (the one that the flash ide player cannot load) with no problem.
    The mac os has the default set up as it came. Nothing chnaged in permissions or security settings.
    Thanx in advance.

    In this particular example I am using this code to start the
    xml file load:
    // now load the XML file that contains the content strings
    var sXMLFile:String = "xml/home.xml";
    var xmlContent:XML = new XML();
    xmlContent.ignoreWhite = true;
    xmlContent.onLoad = onXMLLoadComplete;
    xmlContent.load( sXMLFile );
    But I don’t think the code is the problem here . This
    happens on every file I load when I am using a relative path to the
    content, regardless of how I load the content (XML object,
    loadMovie, MovieClipLoader, etc…) and the same code executes
    perfectly on every other machine in the office(Mac and PC).
    I’m more concerned with the semi-colons and .swf filename
    that Flash is putting into my relative path on the error message.
    Is that normal?

  • Not able to read wsdl file

    Hello,
    I created a method in AM AMImpl.java class. For that method i created a service interface. In service interface folder i tested web service serviceImpl.java file. But it is unable to read the wsdl document. This might be the reason why i am unable to create the webservice proxy to that wsdl url. A popup is coming with message
    *"The web Service tester can not be invoked because the wsdl document of the selected service can not be read"*
    Can any one please help me figuring out this problem.
    Thanks in Advance,
    Krishna Sumanth.

    To test your WS select the service impl java file and right click on it. Select run or debug (whichever suits your need). The internal WLS gets started and the service gets deployed. In the log window of jdev you'll see an 'Target URL' which you can click on. This will bring up the http analyzer which you use to do your testing.
    Timo

  • Firefox is not able load any websites but others programs can. i tried everything given in the support forum but nothing worked out. so can you please help me out with it?

    firefox is not able to load any websites... i tried everything given in the support forum under the topic firefox is not able to load any websites but other programs can.. but still i am facing the same problem. so please help me out with this issue!!

    firefox is not able to load any websites... i tried everything given in the support forum under the topic firefox is not able to load any websites but other programs can.. but still i am facing the same problem. so please help me out with this issue!!

  • Could not able to generate WSDL file in ID

    Hi all,
    I am Trying to generate wsdl file in ID->tools->define ws.
    in overview the following error is displayed.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <err>
    Object External Message KCRS_WSDL | http://ehro.eds.com/FRAMEWORK/Common | publishLeaveStatusSoapOut | http://www.ehro.eds.com/xsd/utility not found in Integration Repository
    </err>
    http://host:port /XISOAPAdapter/MessageServlet?channel=p:s:c  is given in the step2 ,and required details in step 3 and 4.
    in step5 the above error is seen.
    Let me knoe where is the problem.
    Thanks,
    Srini

    hi
    folow these links
    /people/daniel.graversen/blog/2008/04/14/use-proxy-to-inspect-httpsoap-requests
    https://weblogs.sdn.sap.com/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_weblog&query=wsdlusingProxy+&adv=false&sortby=cm_rnd_rankvalue
    regards
    Sandeep
    if helpful kindly reward points

  • Not able to access the URL for this web service (BPR)

    1. Start SAP Solution Manager and call transaction SICF.
    2. Right-click on default_host/sap/bc/solman, for example, and
    select Enable service. When the service is enabled, additional
    subgroups are visible.
    Enabling reveals the URI of the Web service. In this case, it is
    /sap/bc/solman/bpr. The protocol type is http. If you right-click
    on bpr and select Display service i got the below error
    <soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding">
    <soap:Header/>
    u2212
    <soap:Body>
    u2212
    <soap:Fault>
    <soap:faultcode>Client</soap:faultcode>
    <soap:faultstring>Missing SOAP envelope.</soap:faultstring>
    </soap:Fault>
    </soap:Body>
    </soap:Envelop
    Regards,
    Neni

    Hello Neni,
    In most circumstances this error was caused by incorrect customizing, an external alias for the default host /sap/bc/solman/defaultuser had an incorrect target handler assigned to it.
    Solution Manager's IMG and documentation (www.service.sap.com/solutionmanager) should detail the correct
    value to use.
    The correct values can be maintained in SICF.
    On top of this, please review the following URL for external aliases documentation:
    http://help.sap.com/saphelp_sm40/helpdata/en/78/9852bdc06b11d4ad310000e83539c3/frameset.htm
    Thanks,
    Mark

  • Esx sampler is not able loading samples

    hello,
    I am new in this forum and hope someone can help me out.
    Everytime when I open the Esx24 sampler and choose from the menu a sample, a window opens which says: progress, load audio sample for xxx . The window remains open and there is no progress. I can not close the window anymore and nothing happens. I have to force quit Logic. This also happens when I try to open older Logic 6.0 files with esx24 samples in it.
    I guess the Esx24 sampler can not find the samples. But they are located where they as I believe should: computer - Library - Application Support - Logic - ESX factory samples.
    Any suggestions? Excuse my bad mastery of the English language. I am a native German .
    Regards,

    Ashermusic,
    Excuse my late response. Thank you for your reply.
    {knip}
    Make sure your actual EXS24 instruments are in the
    Sampler Instruments folder in the Logic folder in the
    Application Support folder.
    They are located there - in my desperation even copied them as well into the Logic folder - Application Support folder - user
    If they are and this is still happening there are 2
    solutions:
    Aha. So this problem is known - occurs often?
    1. Buy Redmatica's EXSManager Pro and re-link the
    sampler instruments with the samples. (Best choice.)
    OK but I am broke ... again ... and have to head for a cheaper solution.
    2. Use Logic's Project Manager to do it. (more
    cumbersome but free.)
    Project Manager did find the instruments. How can I make a connection with the ESX24 sampler? Now it takes more than 15 minutes till the ESX24 sampler (or Project Manager?) finds the instrument and that Project Manager asks me if I want to use it.
    Is there any way to do this quicker? This is more than cumbersome
    I hope I am communicating understandable
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  

  • Captivate 7 Click box and bottons not able to open an URL on a new window

    I inserted a button and a click box in CP7 to open an URL on a new window. The URL opens but in a New Tab. There is an issue that the URL cannot be opened on a NEW WINDOW, I am using IE and Chrome. Do you have any ideas about this issue and how to troubleshoot it? I tried with Safari and it works fine.
    Thanks, Jorge - Adobe Captivate 7 user.

    Hi Jorge
    It's my understanding that all you can do is to configure the link to open in a new "whatever". Whether you get the link opening in a tab or a window is left up to the browser and how the particular user has their browser configured. For example, I use Firefox and when I look at its settings here is what I see.
    I'm guessing there must be a way to force a new window, because I do see new windows appear. But I think in those cases folks are doing it by using JavaScript.
    Cheers... Rick

  • Integration Repository SOA Gateway, not able to generate WSDL

    In Oracle R12.1.2, we are trying to generate WSDL for a pl/sql from "Integrated SOA Gateway" responsibility, we are getting the below error, can you help me in overcoming this issue.
    SOA Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: ServiceGenerationError: ServiceGenerationError: Error in Service Generationoracle.jpub.Doit.main([Ljava.lang.String;, java.sql.Connection, oracle.jpub.mesg.AbstractMessages)' when attempting to perform 'GENERATE'. Please contact your System Administrator                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi!
    Did you encounter any error?Yes!
    >
    try givng C:\temp remember temp should have read and write permissions for the oracle applications o/s user(applmgr)Using c:\temp\test.log results in the following error while saving the log setting:
    An error has occurred!
    For input string: "10001:\temp\test.log"
    I can use whatever string I want, but as long as a ":" is included, I get that error.
    As for the user permissions. I installed the EBS using the standard Administrator account and this account is a member of Administrators and ora_dba.
    Best,
    Konrad

  • Not able to access the application through URL in clustered environment.

    Hi,
    I recently depoyed my application on clustered environment of weblogic 8.1 SP4.
    Now I am able to access the application through the managed server name with port number but not able to access through URL.
    For ex
    http://machine1:7001/test/login.do?m=begin
    this is accessible
    If I use
    http://test.domain.com/test/login.do?m=begin
    Then application is not accessible.
    any HTML or JSP page page is in reach by both the URL.
    Please suggest me what should I do in this regard.
    thanks
    singhV

    Hi Syed,
    I meant to ask are you able to see the application you created in Hyperion Planning Login page,if yes try accessing the created application through Hyperion Planning(Try restarting Planning Services once even if you are able to launch hyperion planning page) url "http://servername:8300/HyperionPlanning and selecting the application you created.
    And also could you please let me know if you are logging in to workspace through admin username ? and also check if you are able to see the application in shared services and try to provision any group on that application.
    (The Assumptions are if application is not created successfully then it will not be available in workspace to launch and if its in maintainance mode (Application Maintenance Mode) in Application Settings and last would be check OHS and Hyperion Planning Services)
    Thanks
    Amith

  • Not able to load text master data for customer infoobject

    Hi Guys,
    I am not able  load master data text to the customer infoobject.
    I have a infoobject-A which is loaded with 1000 records, out of which only 100 records are with text and remaining are without text.
    I have run a repair full request(extraction from ECC) and
    i can see data till PSA(the 100 records which are with text are no more available in ECC now).remaining 900 records are available with text till PSA but not updating to target infoobject.
    I have 3.X flow and i have checked transfer rules update rules and tried everythign from side-but no use-still not not working.
    Please post your suggestions.
    Thanks in advance
    Regards,
    Siva

    Hi Ramanjaneyulu,
    Transferrules screen shot:-
    update rules
    Regards,
    Siva

  • Not able to navigate to the URL in new window

    I am trying to navigate to the URL form the OAF page through simple button and it should open in new window.In 11i it was working fine bu using setDestination(url) and setTargetFrame("_blank") properties but in R12 setTargetFrame property is not working so I am not able to open the url framed in new window.It is opening in the same window.In R12 I am trying with javascript with the following code but it is not working there.Could you please help it is urgent?
    xxExtRef.setDestination("javascript:window.open(url);");
    where url variable holds the URL which is framed at run time i.e. url is different for diffrent customers
    Any pointers would be of great help.
    Thanks in advance.

    Hi ,
    Instead of button you can go for Link and hardcode the url (eg : http://www.yahoo.com ) and set the target frame as _b using declarative implementation from Jdeveloper .
    it will open the URL in a new window .
    Keerthi

  • Not able to open Communication Channel Monitoring

    Hello All,
        I am not able to open communication Channel Monitoring in Runtime workbench under Component Monitoring. When i am click on Communication Channel Monitoring button following error was thrown. Can anybody suggest me, How to resolve this problem.
    java.lang.NullPointerException
         at com.sapportals.htmlb.table.TableView.getColumns(TableView.java:332)
         at com.sapportals.htmlb.table.TableView.getColumn(TableView.java:350)
         at com.sap.aii.mdt.amt.channelmonitoring.ChannelListTableView.setTableSortingStuff(ChannelListTableView.java:556)
         at com.sap.aii.mdt.amt.channelmonitoring.ChannelListTableView.setSingleSelectTable(ChannelListTableView.java:393)
         at jsp_channelmonitoring1213186378553._jspService(jsp_channelmonitoring1213186378553.java:257)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:566)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:190)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:68)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Thanks&Regards,
    VenkatK.

    Hi,
    The error could be because
    1) The URL referenced from RWB (Communictaion Channel) is incorrect.
            Try accesing the link directly http://HOST:JAVAPORT/mdt/channelmonitorservlet
    If you are able to open the window with out nay error, it means you url referenced from SLD is wrong. Correct your SLD and update the cache.
    2) If you are not able to access above URL, it means the java service is not running to accept your request, check in visual admin if any of the services are stopped. Try restarting the same.
    Regards,
    KNS Kumar

Maybe you are looking for

  • Idoc in status 03 - not received by receiving system

    Hello All, I have researched a lot on this topic on the forum - but what I am facing is something peculiar - so posting the complete scenario. I have three interfaces based on change pointers mechanism where change pointers have been activated for me

  • Can't open pdf files from my hard drive

    I have a problem. I'm using windows Vista Home Premium. When I'm trying to open pdf file saved in a folder on hard drive "open with" window appears. I click browse, then \Program Files\Adobe\Reader 9.0\Reader\AcroRD32.exe, then ok and nothing happens

  • Extending Features in Adobe Reader disabled

    I am wondering if someone can help me with this issue. I'm currently using Acrobat 9 Pro on a MAC. I saved the pdf document with "Extend Features in Adobe Reader." Editorial (uses PC) open the document using Acrobat Standard and added all the comment

  • Edit mode not showing up in DataGrid

    I have the following DataGrid. The problem is that the ItemRenderer show corretly but ItemEditor does not. (below I've copied code for my DataGrid MXML, my ItemRenderer component (TimeRenderer)  and ItemRenderer component (TimeEditor) DataGrid <mx:Da

  • Aperture crash during imports

    Having some import problems with Aperture and would be grateful for advice. Aperture works fine except at import from SD cards. The photos import just fine and then I get a message asking if I want to delete the imported images from the SD card and e