Xsd, wsdl locations in SOA11G Server?

What is the location/path on SOA 11G server, where I can place XSD, WSDL(of external system) and import into my Composite or BPEL process.
Thanks

Thanks a lot Brannigan okie. my question on wsdl was :
I have external system WCF WSDL http://IP:Port/ABC/XYZSyncService.Wcf/XYZSyncService/?wsdl
(I guess I can change this to any IP and Port (on my network). All I need to do is change the IP and Port in a config file and then run that config file - this way IP and Port could be changed and it could still work on browser. I haven't tried it though)
Now I want invoke this WSDL in my bpel/composite PL. This WSDL works in my browser and i can also test in SOAP UI. But I cannot use it in Jdeveloper BPEL PL.
So, I opened this WSDL in browser-copied source code in file and placed it locally on my desktop(say external.wsdl) and when I browse external.wsdl from Partner Link a prompt says(There are no Partner Link Types defined in your current WSDL......create a PL for you). I click "Yes" . I selected a Partner Role, when i click ok. I get Exception: java.lang.StackOverflowError.
java.lang.RuntimeException: java.lang.StackOverflowError at oracle.tip.tools.ide.pm.modules.sca.ide.JDevScaProcessListener.modelChanged(JDevScaProcessListener.java:78)
     at oracle.tip.tools.ide.common.bpelparser.implementations.xmlef.ProcessImpl.fireModelChanged(ProcessImpl.java:130)
     at oracle.tip.tools.ide.pm.bpelgraph.editors.partnerlink.PartnerLinkEditPage.firePartnerLinkCreated(PartnerLinkEditPage.java:1426)
     at oracle.tip.tools.ide.pm.bpelgraph.editors.partnerlink.PartnerLinkEditPage.saveToModel(PartnerLinkEditPage.java:360)
This WCF WSDL has only one operation, and has 3 import schema xsd=xsd0, xsd=xsd1,xsd=xsd2

Similar Messages

  • Xsd, wsdl locations on SOA 11G Server

    In SOA 11G.
    What is the location/path on SOA 11G server, where I can place XSD, WSDL(of external system) and import into my Composite or BPEL process.
    Thanks
    Edited by: user13326981 on Oct 7, 2010 12:07 PM

    Deploying a static web application is one option and the other option is to use an apache to host all the xsd and wsdl.
    The advantage of apache is during development you can have the files hosted on a lighter server that is always running in the background.
    These urls can then be replaced during deployment using the Config plan and build scripts.

  • Setting WebService object's wsdl location dynamically

    I have written a flex app that speaks to a webservice.
    Everything works fine, but the wsdl location is hardcoded to a
    developer machine.
    In java I could define a system property, or create a
    properties file to read.
    Is there a preferred way for solving this in
    Flex/Actionscript?
    Reading a properties file? A system preference (if there is
    such a thing in flex)? Can I have the html wrapper pass in it's
    href and code some conditional logic? If anyone could help it would
    me much appreciated.

    We use an xml file on our server for externalized urls and
    other items.
    At startup we construct the url based on where the flex
    application was served from. (the url property of the application)
    So if were served from
    http://myServer:9090/MyApp/myFlexApp.htmp
    we build the url
    http://myServer:9090/MyApp/appParms.xml
    We then use UrlLoader to load the xml.
    Note that because of sandbox issues the parm file must be in
    the same domain as the Flex Application.

  • Problem with https WSDL locations

    I am trying to import WSDL with https in the PartnerLink and get errors saying can't recognize the WSDL. WSDL locations with http work fine.
    Both the WSDLs used to work fine before the network upgrade.
    I had to tweak the obsetenv.bat for the proxy server setting as detailed in the TechNote #3 to get the http WSDL to work. Is there something else I should do for https ?
    Thanks

    yes you need to configre the jvm for jdev/and later bpel with the keystore and certificate ..
    if you want to have it easier - use your browser, download the wsdl and save it locally .. into the project ..
    for the runtime, you will still need to add the certificate into the keystore of the jvm used..
    hth clemens

  • Delete File from URL located on HTTP Server.

    Hello All, could you anybody help me with my Problem. I need to delete some File in URL located on HTTP Server. The File was created via using of the Function 'DP_CONTROL_SEND_STREAM_TO_URL'. Any Times I need to delete this File from the url Location, but I cann't find any Functions or Method of any Class (GUI 6.20) to realise that. I read lot of very good Blogs from Thomas Jung about HTTP classes, but I cann't find somthing relevant for me...
    Sincerely Yours,
    Lubomir

    Hi,
    You can try with GUI_DELETE_FILE and give http location in FILE_NAME
    or WS_FILE_DELETE.
    I am not getting any CNDP function module for your purpose.
    Hope you will get sucess..
    Thanks,
    Chetan Shah

  • Trigger Between two DB located on different Server

    Hi Everyone,
    According to my project requirement I need your help to create a trigger on one table employee of my 10g DB located on server 172.128.1.62, which will trigger for any Delete, Update and Insert and update the same on its duplicate table located on different server(172.128.1.201).
    Eg:
    Table EMPLOYEE (on 172.128.1.62) refer as A
    SrNo        E_Name      Salary
    1             Fizzz           5000
    2             Albert        8000
    3             John          6500
    Table EMPLOYEE (on 172.128.1.201) refer as B
    SrNo        E_Name      Salary
    1             Fizzz           5000
    2             Albert        8000
    3             John          6500
    Now If I update table A and change salary of John from 6500 to 7000 and delete Employee Fizzz from table A
    Then I need a trigger to get fired and update the same in table B
    After table A updated table B should look like:
    Table EMPLOYEE (on 172.128.1.201) refer as B
    SrNo        E_Name      Salary
    1             Albert        8000
    2             John          7000
    I already scratch my head but did not find anything, Now this is became very critical requirement, Please somebody help me to achieve this task.
    Thank you very much,
    Fizzz. Edited by: Fizzz on Sep 22, 2011 4:36 PM

    I would not consider doing it myself with triggers. It will practically be guaranteed that at some point in time your data in B will by out of sync with A.
    There are several methods of doing replication. At least two technologies can be chosen from:
    [url http://download.oracle.com/docs/cd/E11882_01/server.112/e10706/toc.htm]Advanced replication
    [url http://download.oracle.com/docs/cd/E11882_01/server.112/e10705/toc.htm]Streams replication
    Both can be setup in various ways ranging from simple two-database one-way replication that refreshes periodically (for example a fast refreshable materialized view) to multi-database multi-way replication of complete schemas.
    We have had success with relatively simple materialized views for one-way replication of tables from one database to another. Read chapter 3 in the Advanced replication guide ;-)

  • Can we have a stage location outside the Server?

    I am using Weblogic 9.2 and I need to have a stage location outside the server.
    I can use No Stage option when I deploy, but on Cluster I found that it has only one source location for the Cluster. So on the second node, it looks for the same location as the first node and if it is different, it will not get deployed.
    I can make it working by keeping that location shared between the nodes. But I don't want to this.
    Here is the details I need:
    1. In Cluster, is there any way to specify different source location for different Servers in the Cluster.
    2. In the config.xml, can I use any variable(which is defined somewhere) for the location which has different values on different nodes(first node and second node)
    3. If I use External Stage mode, can I specify a stage location outside the server.
    If any one have any information, please help me.

    Look at OSS <a href="https://service.sap.com/sap/support/notes/133381">Note 133381 - Database-Hints in Open SQL for MS SQL Server</a> (Basic note is <a href="https://service.sap.com/sap/support/notes/129385">Note 129385 - Database hints in Open SQL</a>
    Extract:
    Index selection is controlled using the table hint "INDEX(index_val [,...n])" as described in Books-On-Line.
    In addition the MSSQL db interface provides another way to specify which index to use. This feature allows a hint syntax like this:
              o %_HINTS MSSQLNT 'TABLE <tablename> INDEX(<suffix>)'.
    Regards

  • Error while accessing a file located in the server from JSP

              Hi
              I am having problem while accessing the file located in the server from a JSP
              page. I am not getting the RealPath from a JSP page using getRealPath(request.getServletpath()).
              The same code is working if the jsp placd under defaultwebApp directory and not
              working if i create a war and deploy the same.
              I am using weblogic server 7.0 trail version.I am setting the context path also.
              Can any help me in this regard.
              Thank And Regards
              Anand Mohan
              

              Hi
              Thank you.Is there a way to read a file which is existing in the war file.
              Regards
              Anand Mohan
              "Wenjin Zhang" <[email protected]> wrote:
              >
              >In Weblogic, if your files are archived in a WAR, you cannot get an entry
              >as individual
              >file since it is only bytes in a large archive file. So getRealPath will
              >give
              >you null result. If you only want the path, try to use other getXXXPath,
              >getURL,
              >or getURI method. If you want to read the content, use getResource.
              >
              >
              >"Anand" <[email protected]> wrote:
              >>
              >>Hi
              >>I am having problem while accessing the file located in the server from
              >>a JSP
              >>page. I am not getting the RealPath from a JSP page using getRealPath(request.getServletpath()).
              >>
              >>The same code is working if the jsp placd under defaultwebApp directory
              >>and not
              >>working if i create a war and deploy the same.
              >>
              >>I am using weblogic server 7.0 trail version.I am setting the context
              >>path also.
              >>
              >>Can any help me in this regard.
              >>
              >>Thank And Regards
              >>
              >>Anand Mohan
              >
              

  • Dealing with changing service wsdl locations  in the ESB

    Hi,
    I wonder how you can easily change the WSDL locations for the webservices in the SOAP services of your ESB project. I need this to be able to easily deploy an ESB project on the different OTAP environments.
    I have looked for a solution myself, but till now I must conclude that you need to make a new SOAP service each time the WSDL location changes. Also, you need to make a new xslt mapping file in the routing service that is proxying the SOAP service, because the mapping file also contains/needs WSDL location information. I omit the option to manually edit the source files in my favourite text editior, because this is not want you want by default.
    BPEL contains a wsdlRuntimeLocation parameter for its PartnerLink definitions, which you can use to change wsdl locations during environment change. I hope the ESB also has a comparable option to make environment changes easy...
    Regards,
    -Tom

    Hi,
    I am getting a null-pointer exception when I run the task extractESBDeploymentPlan:
    BUILD FAILED
    E:\workdir\soa-blueprint\trunk\soa-tickets\ticket-esb\build.xml:67: java.lang.NullPointerException
         at org.apache.tools.ant.Task.perform(Task.java:373)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         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:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Caused by: java.lang.NullPointerException
         at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.hasValidDeploymentPlanFilename(ExtractESBDeploymentPlanTask.java:101)
         at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.performSemanticValidation(ExtractESBDeploymentPlanTask.java:137)
         at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.execute(ExtractESBDeploymentPlanTask.java:524)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         ... 14 more
    --- Nested Exception ---
    java.lang.NullPointerException
         at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.hasValidDeploymentPlanFilename(ExtractESBDeploymentPlanTask.java:101)
         at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.performSemanticValidation(ExtractESBDeploymentPlanTask.java:137)
         at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.execute(ExtractESBDeploymentPlanTask.java:524)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         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:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 0 seconds
    I have made sure that all the needed libraries are found. I assume that the deployment file doen't need to exist yet.
    Looking at the error-trace, i can see that the ant raises an error during the the validation of the deploymentplanfilename
    I think i'm missing some essential initialization step..Do you know which?
    Regards,
    -Tom

  • How to refer to the xml file located on unix server

    I have a xml file which is located on unix server and have a hard time, reverse engg. it .
    if anyone has any knowledge on this , that will be helpful.

    I have application server where my xml is located.e..g /tmp/xyz.xml
    I have designer on my laptop from where i have created a agent which points to my application server.
    I am able to create a data server which does say test successful.
    In model i tried to create new model and trying to reverse engg. the xml now i get following error .
    java.sql.SQLException: Could not generate the DTD because the file could not be created. Verify that you have write permission in the directory.
    if you can point me to documentation which has some information on this will be helpful or any hint..

  • ORA-15077: could not locate ASM instance serving a required diskgroup

    My cluster is gone...
    due to restart of the network, the cluster fenced node2 from my configuration. Since the evicting, the cluster is not starting any more.
    ocrcheck
    PROT-602: Failed to retrieve data from the cluster registry
    PROC-26: Error while accessing the physical storage
    ORA-15077: could not locate ASM instance serving a required diskgroup
    The OCR Disks are within ASM.
    Oracleasm does see the disks
    crsctl query css votedisk is also giving the correct information about the votingsdisks which are also in the same OCR diskgroup
    crsctl query css votedisk
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 0eb6aaa85e5c4fd6bf9d0481cfd7d517 (ORCL:VOTE1) [OCR]
    2. ONLINE 5a66449fbada4f34bf0c3be4574f03bc (ORCL:VOTE2) [OCR]
    3. ONLINE 76ad295ebc054f07bfea124fb08da432 (ORCL:VOTE3) [OCR]
    Located 3 voting disk(s).
    Any ideas why the cluster is not starting anymore ? I am afraid of restarting node 1...
    chris

    Really would help to know what operating system you are using...
    When you set up the disks for use with ASM, did you stamp them with ASMLIB? If not, did you configure device persistance with udev? Without using one of these methods, the disk identification can change when a node is restarted, and ASM is then unable to locate the disks.

  • Flash CC Air iOS: Problems with loading text from an external xml located on a server.

    So I have this code allowing me to load text from an xml located on a server. Everything works fine on the Air for Android. The app even works in the ios emulator, but once I export my app to my ios device with ios 7, I don't see any text. The app is developed with Air sdk 3.9. What could be the reason? Do I need any special permissions like on Android? Does ios even allow to load xml from an external server?
    Any clues?

    It was my bad. I linked to a php file to avoid any connection lags, which was absolutely fine on the android, but didn't seem to work on the ios 7. So all I did is change the php extension to xml and it worked without any problems.

  • Location of reports server start/stop script.

    Hiii..
    can anyone tell me the location of reports server script in R12, so that i can restart the reports server.
    And how can i restart the reports server..??
    Thanks..

    As u told i have stopped and started the adopmnctl.sh script, but the status is showing down...y.???
    [oravis@MSFTORA3 scripts]$ sh adopmnctl.sh start
    You are running adopmnctl.sh version 120.6.12010000.3
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u03/oracle/VIS/inst/apps/VIS_msftora3/logs/appl/admin/log/adopmnctl.txt for more information ...
    The following is the status o/p
    [oravis@MSFTORA3 scripts]$ sh adopmnctl.sh status
    You are running adopmnctl.sh version 120.6.12010000.3
    Checking status of OPMN managed processes...
    Processes in Instance: VIS_msftora3.msftora3.msftpnq.com
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | N/A | Down
    OC4JGroup:default_group | OC4J:forms | N/A | Down
    OC4JGroup:default_group | OC4J:oacore | N/A | Down
    HTTP_Server | HTTP_Server | N/A | Down
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u03/oracle/VIS/inst/apps/VIS_msftora3/logs/appl/admin/log/adopmnctl.txt for more information ...
    Thankss..

  • When we use XML,XSD,WSDL files to create SOA webservices in jdeveloper ,what will happen means internally,how will useful xml ,xsd,wsdl for composite ?

    When we use XML,XSD,WSDL files to create SOA webservices in jdeveloper ,what will happen means internally,how will useful xml ,xsd,wsdl for composite ?
    How xml will send message to XSD then how wsdl interaction then to composite ?

    XSD (XML Schema Definition), is an abstract representation of a XML characteristics.
    The WSDL (Web Services Description Language), describes the functionality offered by your web service.
    You can say what operations your services offers, and describe the messages used for this operations in your XSD.

  • Where does OSR keep "WSDL Location" field in METAMODEL?

    I'm searching in OSR METAMODEL, the field "WSDL Location" but I don't find out in any table. I made a full data extraction , even the HUGEBLOB fields, but there isn't.
    Thanks

    Matthew,
    thanks for the quick reply but...
    I have not actually ripped a song so this info can not be in the song file.
    Here is what i have going :
    I put in the CD and I have titled each track to give it a descriptive name and
    further added comments to the comments fields.
    I eject the CD.
    When I insert the CD again, all this info shows there again, it's like
    iTunes just knows it's this CD and what the song titles are etc.
    So this song title and commments info couldn't be part of the song file because the songs are still on the CD and iTunes can't make a change on the CD, it's a commercial write protected CD, know what I mean?
    Also, the song title and comments info isn't kept in the "iTunes Music Library.xml" because iTunes shows song titles and comments that are
    not in this file when I search in it with TextEdit. This is making me nuts!

Maybe you are looking for