Limitations of JDeveloper WebServicesAssembler

I'm attempting top-down deployment of a stateless document literal web service using WebServicesAssembler (OC4J 10.1.2). I am supplying the WSDL which is split into two files - deployment and abstract. The abstract WSDL imports a couple of schemas which are used for messages.
This is surely a typical deployment for web services written for published schemas but WebServicesAssembler doesn't seem to support it. Does anybody know any different or if there is any documentation on manually assembling a web services application to work with the Oracle servlets (e.g. StatelessJavaDocWebService).
I tried combining the WSDL into a single file which deploys OK but accessing the endpoint page shows the message "Error parsing the WSDL for this Endpoint" and a NullPointerException.
Thanks
Andy

Thanks for the info and link.
By "not good" do you mean that there is some support for imports in 10.1.2?
Would the following be possible?
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
          targetNamespace="http://namespace.co.uk">
<import schemaLocation="NeSSDataCubeQueryMessage-v0-2.xsd"
namespace="http://namespace.co.uk" id="ndc"/>
</schema>
</types>
<message name="getDataCube">
<part name="parameters" element="ndc:NeSSDataCubeQueryMessage"/>
</message>
If not possible in 10.1.2 is this supported in 10.1.3?
Thanks again,
Andy

Similar Messages

  • Graphical interface improvements on JDeveloper 11g

    Congratulations you really improved the design interface
    I finally could drag an jsf adf item to anothre place,
    But I can't move the prompt of that item so easily.
    I don't know if you checked yahoo geocities free web designer, this is very interesting because you can put items in any place, I always thought jdeveloper interface would be so easy as oracle developer.
    Please don't forget to continue improving we'll have to start programming in 11g and we have very high standards on web output.
    Thank you, we appreciate your efforts.

    Thank you Stom and Shay
    1. The example I gave to putting the items anywhere (when I talk about the editor yahoo geocities has) was thinking in swing, and obviously there will be the limitation on the frame of the database and common sense limitations, the point is you could drag the item and position easily, not the posibility to put anywhere without any constraint :).
    2: About your interest in feedback, let me tellyou we were really impressed with the business logic jdeveloper has, but we were extremely sad after looking at the limitations in design we did several posts, and we were not talking about magical new features, else a similar facility like macromedia dreamweaver has (I think you did a big improvement and maybe you are better in some features than macromedia is now on JDeevloper 11g).
    Briefly is the posibility to give a really good design to a page using jsf adf components, we have high standard on your application display.
    To start the development on JDeveloper adf jsf (we are not planning to use swing) our wish is the posibility to:
    1: Easily position items (without going to code), using a table for example, as it's usually done, I think this is solved with the drag and drop of items.
    2. To easily position the prompt of all items (list items, text items, etc.), in relation to their items (like oracle developer has)
    3. Your css style sheets are very limited, because jdeveloper don't accept all the css properties, if jdeveloper could interpret all them please.
    4. The posibility to apply by item a css class, this idea comes from Oracle Developer, where you create several classes, and when you click the right button on a item, you see all the classes for that type of object, for example a button or a text item, and then you select the class and it apply to the item.
    5. The posibility to easily give a different format to every row, if possible visualy, why? because we get our reports from function tables, there is a column saying the format of the row, for example title, detail, total, etc. We did it on php.
    6. The ability to use properties of colspan and rowspan in an adf database tables, for data display.
    7. The posibility to give relative and absolute positioning in all your components using dips or layers.
    8. We understand is not possible to did it all visually, and there will be the need to modify the code from time to time, but don't loose the correct visual position representation of that.
    Thank you :)

  • Using JDeveloper behind a corporate authenticated proxy

    Hi all,
    I am using JDeveloper 10g behind I corporate proxy that requires authentication. Does JDeveloper support this?
    I've configured JDeveloper to use a proxy (under Preferences) and even went as far as including my username/password in the URL string for the proxy both without success.
    Can someone tell me if this is a known limitation of the software?
    Many thanks!
    -Alan

    Hi,
    It's a known limitation. JDeveloper currently does not support this.
    Thanks,
    Brian

  • Mapping Dynamic File Names - JDev 10.1.3.1.0

    It is important for me to be able to capture the name of the inbound file while mapping in the XSL builder. I need it to be mapped to an XML value on the target side. The file name will be dynamic so it will not be possible to hard code it. Is anyone aware of a tool that can do this for me? I would only like the absolute name of the file, not the entire path.
    Thanks, Eric

    Perhaps better late than never...
    This is a limitation in JDeveloper that it cannot render an XSL in design/mapper view when it contains these features of XSL. Pretty much 100% of AIA transformations fall into this category.

  • Unable to open xsl file in Jdev 10.1.3.4.0.4270 (XSL Map generation failed)

    Hi Guys,
    I am trying to edit an XSL file using Jdeveloper 10.1.3.4 and it gives me the error "XSL Map generation failed. Please use the source editor to correct the problems and return to the design editor".
    In the Mapper Message Log i find these lines.
    Line Number:(44) : Error: "xsl:import" XSL Element Currently not Supported
    Line Number:(68) : Error: "xsl:apply-templates" XSL Element Currently not Supported
    Line Number:(67) : Error: <xsl:template match="/"> and <xsl:template name="..."> are the only permitted <template> elements in the XSL
    Any help / pointers is very much appreciated.
    Regards,
    Vik

    Perhaps better late than never...
    This is a limitation in JDeveloper that it cannot render an XSL in design/mapper view when it contains these features of XSL. Pretty much 100% of AIA transformations fall into this category.

  • How to make WS-I compliant Web Services

    What is Oracle's recommended way to develop Web Services that fully conform to the WS-I standards using PRODUCTION RELEASES of Oracle's software (JDeveloper 10G and OracleAS 10G)?
    This is for a production site and it needs to be supported from Oracle. I assume that using "Developers Preview" versions of Oracle's software is not a solution.
    I was asked by Oracle Norway to put this question on this forum. I hope to have an answer before the end of the week.

    This is only my recommendation - not necessary Oracle's one.
    If you are using 10.1.2, your only option is to use the document-literal message format. The support for this is very limited in JDeveloper for building the server side: there is no wizard, and you will have to write it yourself as a POJA (Plain Old J2EE Application). Check my public blog after the weekend and you should find more info there.
    Your other option are: a) to look at BPEL Process Connect, which should be production very soon - They have good support for literal encoding, in general. b) to look at our current DP3 and double check your GoLive requirement - There is really a lot more available to build complex applications in the JAX-RPC stack.
    Hope this helps.
    Eric
    ps. Even so Rpc-Literal is part of WS-I, it'snot an option if you want to interop with .NET framework 1.1. Microsoft has such support in 2.0 beta with their GoLive license or in Indigo.

  • Publish PL/SQL procedures as web services?

    I am investigating JDeveloper for possible use in a project we are starting. We already have existing PL/SQL Procedures that we want to use and I have done a prototype using XSQL and OWA in JDeveloper 9i Candidate version. I am trying to figure out what the changes and improvements are in the most recent version of JDeveloper. On this page http://technet.oracle.com/products/jdev/htdocs/jdev903_fo.html#web_services it says there is broader support for Publishing PL/SQL procedures as web services. Is there any more information out there on this? What exactly has been improved and what are the current limitations. I did find some documentation in the Oracle9i Application Server Developers Guide on the limitations (release 2 (9.0.2) http://download-west.oracle.com/docs/cd/A97329_01/web.902/a95453/plsqlservices.htm#1030066 Do I assume this is the same limitations for JDeveloper since the Oracle9iAS included with it? I am getting confused by all this documentation.
    Thanks for any help
    Natalie

    Natalie,
    Please take a look at the tutorials on
    http://otn.oracle.com/tech/webservices/database.html
    Also, read the Web Service discussion forum where you will find some useful hints. Using 9.2.x DB, OC4J 9.0.4 and JDev9.0.3.1 it is really funny to start publishing PL/SQL as Web Service.
    Flemming

  • 11G- Apache Tomcat support

    Good morning,
    I have been building a new ADF application, and am trying to deploy it now. I got to correctly deploy to a Oracle WebLogic Server installed on my machine.
    Ran into many problems when trying to get it to deploy to an Apache Tomcat 6 server, which is how our production environment is set up.
    In searching for help I ran across: http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html
    This matrix seems to indicate that if I want to run our application I'll need to downgrade to JDeveloper 10g and Tomcat 5?
    Does anyone know if official support for Tomcat is in the works for 11G, and when it might be implemented?
    I see the thread: limitations of JDeveloper 11g ADF applications on Tomcat has some details... perhaps there is not a better answer available? But I would really like to know because if support is coming in the next 6 months, then we can probably just wait. Otherwise I guess we'll need to use 10G.
    Thanks,
    Jeff Sumner

    Jeff,
    There's been a good deal of discussion on this recently. Tomcat 6 used to be on that list, but it isn't anymore. Dana Singletary (on his blog) and others on this forum have gotten it set up and working. Jan Vervecken asked the other day about the significance that Tomcat 6 is not on the list today - I don't believe there was any response from Oracle.
    Sorry for the non-information, but that's what is out there publically at the moment.
    John

  • What are the limitations in weblogic that comes with JDeveloper?

    Hi,
    What are the limitations in weblogic that comes with JDeveloper?
    Thanks for your help.

    Not much. If there is, you can always create your own domain with the servers you want and create a connnection to the admin server of that domain in JDeveloper.

  • Wsdl and JDeveloper: JVM limits exceed

    Hello experts,
    I have a little problem using integration events: I use JDeveloper for creating necessary proxy classes automatically for wsdl-files. It works fine for almost every wsdl provided by SoD. But for the IntegrationEvent.wsdl this procedere fails: JDeveloper creates some methods which exceeds the JVM limit of 64KB per method. The compiler aborts.
    Does anyone have similar problems? Are there any solutions?
    Thanks in advance
    Michael

    Hi again,
    After spending almost all my friday to try to fix this problem, I finally find the solution today morning.
    It was because my jdeveloper was installed in "Program Files\jdeveloper"
    But if I locate jdeveloper into C:\jdeveloper\ the problem is solved !
    I was lost for a space :)

  • Trouble when creating webservice from PL/SQL via jdeveloper

    Hi,I'm new comer of this world,
    I've a pl/sql like this:
    package MY_WS_API is
    type record_set is ref cursor;
    PROCEDURE Get_User_Info(p_user_id VARCHAR2,
    p_rep_id VARCHAR2,
    p_flag out number,
    p_msg out varchar2,
    p_recordset out record_set);
    end MY_WS_API;
    when I using jdeveloper trying to publish it as a webservice, in the step 4 of the wizzard poping me choose the program unit to expose, the PROCEDURE Get_User_Info is not available and told me "Ref cursor Type is not supported due to a jdbc limitation and Ref Cursor Types are only supported for use of return type".
    THE QUESTION is:
    1.the cursor I used is of return type,I'm not very understanding the "why not" message upon.
    2.in such case , need I trans the return cursor into Object[] if have to?
    3.any other limitation for generating WS from PL/SQL using jdeveloper?
    Thanks!

    I had the same problem and found that JDeveloper uses the thin driver to connect to oracle, this driver doesn't support ref cursors or xmltypes etc. You have to assemble your own web service using the webservicesassembler command line utility (i.e. wsa.jar). This link should provide you with all you need:
    http://download-west.oracle.com/docs/cd/B25221_04/web.1013/b14434/wsassemble.htm

  • Can I use more than one database connections in a jdeveloper project?

    I use jdeveloper version 9.0.4.0 (build 1407),Can I use more than one database connections in one jdeveloper project?

    9.0.4 is a fairly old version, so you may only find a few people who know how it worked.
    Assuming you're using ADF BC, once known as BC4J, once know as JBO, in the project, and that the architecture hasn't changed much, then the answer is only 1 connection per project.
    Programmatically you're free to use as many connections via JEE as you see fit, but ADF BC is limited to one connection.
    CM.

  • Error when trying to log in Jdeveloper

    I am not using APPS user to create a DB Connection to JDeveloper and so i am receiving the following error:
    ORA-06550: line 1, Column 12: PLS:00201:identifier 'JDR_MDS_INTERNAL.GETREPOSITORYVERSION' must be declared
    Urgent: Getting 'JDR_MDS_INTERNAL.GETREPOSITORYVERSION' error
    I would like to know based on the above thread link is there any limitation that we cannot create a DB Connection in JDEV unless we use APPS user ??
    In companies where developers are restricted not to use APPS how can they use JDeveloper tool there ???
    Please advise...
    Edited by: user12011641 on Mar 28, 2013 7:52 AM

    If you dont have APPS access on database, even you should not be allowed to make changes using Jdeveloper. Now Jdeveloper is used to create forms and business objects which would either query or update the tables. Not having access/grants would restrict you from doing anything in Jdeveloper (no query, no updates etc). This is one of the reasons, I think, due to which Jdeveloper doesn't allow to function without APPS user.

  • Problems creating Struts ActionForm in JDeveloper 9.0.3.3

    I am very new to JDeveloper, where recently i am learning on how to use the struts technology. The problem occurs when i right-click the project file at the navigator and i choose NEW then at the Web-Tier i choose Struts, and at the item columns i choose ActionForm. The thing is the dialog doesnt prompt and it goes back to the main Window. What's the problem? Any patches that i need to upgrade? I use JDeveloper 9.0.3.3 is because my company doesnt want to migrate to 10g for the time being. So, I have limitation in using 10g instead.
    Regards,
    RoLand
    Java Developer

    Hi Roland.
    Yes, you are right. This does not seem to be working in the 9.0.3.x code base. I checked the 9.0.3.4 release and all the available patches and I don't see it as being fixed.
    It is working in the 9.0.4.x release though and that is not 10g... Would that work for you?
    Alternatively, you can could the action form class manually. Check out the 9.0.4 release on OTN to see what is generating and replicate that your 9.0.3.x product.
    Hope that helps.
    Pete

  • Web service deployed to outside of JDeveloper

    Hello, I've created a web service which runs fine within JDeveloper, but I'm running into problems when trying to deploy the WAR to a seperate container, specifically Tomcat. Tomcat throws an ClassCastException because, given the WAR created by JDeveloper, it expects the service endpoint to extend the Servlet API. I see no way to just plug the generated WAR into Tomcat without having to execute additional steps. The only solution I found, being new to both JDeveloper and Web Services, is to manually extract the service classes from the WAR and then use the AXIS client to add the service to Tomcat. I'm wondering if some one has found an easier solution, specifically:
    * is there a way, when creating your web service in JDeveloper, to make the end points more compatible with seperate contianers, i.e. am I using the wrong mapping type or some thing?
    * is there a way, when creating your deployment profiles, to make the generated WARs more compatible with seperate containers? I tried using the Deploy To > Tomcat option but still encountered the same problem.
    Any help would be GREATLY appreciated- we have a small development window (before the Oracle App Server is available) where code developed in JDeveloper will need to be deployed in Tomcat, hence the need. Thanks for your time. Take care.
    Sean

    Hello Sean,
    In Oracle JDevelopeg 10g R3 (10.1.3) the default stack used by Web services is JAX-RPC (the standard J2EE specifications).
    Even if JAX-RPC is a Java EE standard, each vendor (like EJB 1.x and 2.x) has some specific to ave a complete stack. So when you create a JAX-RPC service we have some dependency on some Oracle classes. So you can not directly deploy a WAR build for OracleAS Web Service to anoter container. (it is true the other way, with other vendor implemetation). Currently our Web Service runtime is not portable cross container.
    I think you should be able to use the Sun RI of JAX-RPC on Tomcat but in this case you need to create a specific build/war to be able to generate the correct artifact from your implementation class, SEI and WSDL. The Oracle Web Service team is currently working on a document explaning how you can create JAX-RPC services and deploy them in different container, but it is still an ongoing project and Tomcat is not the first targetted platform.
    Since you look familiar with Apache Axis, it is today the most portable Web Service stack, it has some limitations (support of WS-* for example), but based on your use case it looks using Apache Axis will be the best approach. As you may know Apace Axis is supported on OracleAS 10g R2 and R3.
    Regards
    Tugdual Grall

Maybe you are looking for

  • Why is Firefox opening a separate browser window for each link instead of a new tab in the current browser window?

    Suddenly firefox has started opening a new, separate browser window for every link and thing I open. It used to just open a new tab in the current browser. I must have closed down 15 browsers when trying to get back to a previous web page - the back

  • Is it possible to save a copy of Form

    Whenever I open my custom bid form in Adobe Reader it gives me a warning message that says I will not be able to save data entered into the form and if I would like a copy of the Form I need to print it. Is it possible to save a copy of the form (and

  • Problems solved in new MBP?

    This question is for people who just got their MBP(this week and last week). Is it problem-free? I purchased a 2.2 model last month and experienced yellow screen, crashes...etc. My store has just received a new shipment, and they are giving me a new

  • XI3.1 stop start input/output

    windows clustered BOE XI 3.1 environment.. now that services run under the SIA.. how can I stop and start input and output from dos command.  I need this because I have a .bat file that stops these services at 11 pm every night to backup for DR Thank

  • Start / Stop your xMII 11.5 Server with a Widget !

    <b><a href="/people/abesh.bhattacharjee/blog/2007/04/23/start-stop-your-xmii-115-server-with-a-widget">Start / Stop your xMII 11.5 Server with a Widget !</a></b> Download it <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/u