JAX RPC extension: Problem with document/literal and MyType[]

Hi,
I have installed the JAX RPC extension and want to generate a stub from my WSDL file. The WSDL describes a document/literal binding.
Problem:
A webservice server method like:
public wineshop.model.common.SimpleProducer[] getSimpleProducerList() throws RemoteException;
is translated into a stub method like:
public UnknownType getSimpleProducerList() throws Exception {..}
Is an array of own types with the binding style "document/literal" not supported in JAX RPC 1.4 or is it just a bug?
The WSDL file is generated by JAX RPC 1.4.
I have installed JWSDP-1.5 and generated a stub with wscompile from the WSDL file. The generated stub has the correct method return type:
public wineshop.ws.client.SimpleProducer[] getSimpleProducerList()
throws java.rmi.RemoteException
It there a workaround like replacing some JDev JARs with JWSDP-1.5 to solve the problem?
Any hints are welcome.
Thanks Markus

repost.....

Similar Messages

  • Problem with document/literal web services

    Hi,
    I need to publish a document\literal WSDL for a web service on my OC4J 10.1.2.2 because my app has an interface with a .NET system.
    I generated the WSDL with JDEV 10.1.3.3 and tried to deploy it on an OC4J 10.1.2 using JDEV 10.1.2.
    The deployment worked fine but when I'm trying to access the web service with the generated stub I'm getting the following message:
    "These methods do not conform to the restrictions imposed by the web service implementation"
    and then a list of these methods.
    Later I tried to remove the parameters from the methods and regenerated the WSDL and it worked fine, but I need the methods with the parameters.
    What can I do?
    Thanks

    Jason, have you made any progress with CF7 and WS Security?
    It doesn't seem like enough information on this is available. Is it
    even possible? and how?

  • Problem with document size and images in KM Repository

    Hi,
    We get a problem in KM that when we upload documents example pdf and so we donot get respective document icon and also the document size always shows as 0 Bytes.
    Any suggestions?
    Thanks,
    Manish

    Hi Manish,
    I just uploaded a PDF, 2.8 MB. It appears, /irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/public/mimes/images/pdf.gif appears, 2.8 MB are shown.
    You are using the standard KM "Folder - New - Upload" component? If yes, it's just a bug. If you use your own component, it's a bug too but then on your individual site.
    Here it is tested on EP6 SP2 P4 HF6 / CM6 SP2 P3 HF4.
    Hope it helps
    Detlev

  • Problem with document splitting and zero balance clearing account

    Hi SAP Gurus,
    We've already configured the document splitting functionality in our project, however we still encounter some issues with the outcome of posting documents. For some scenarios, the document split functionality seem to work. Below is such example
    Scenario # 1
    Entry View:
    40  Expense (cost ctr 0001)
    31  AP
    GL view:
    40 Expense (cost ctr 0001)
    31 AP (cost ctr 0001)
    However, whenever 2 GL items are included in the document, the document split functionality acts differently.
    Scenario # 2
    Entry View:
    40 Expense # 1 (cost ctr 0001)
    40 Expense #2 (cost ctr 0002)
    31 AP
    GL view:
    40 Expense # 1 (cost ctr 0001)
    40 Expense #2 (cost ctr 0002)
    31 AP (no cost ctr assignment)
    40 Zero Balance Clrg  (no cost ctr assignment)
    50 Zero Balance Clrg (cost ctr 0001)
    40 Zero Balance Clrg (no cost ctr assignment)
    50 Zero Balance Clrg (cost ctr 0002)
    I was just wondering how come the AP item did not split accordingly to the cost center indicated in the entry view. Can anyone please assist me on this one? Thanks in advance and best regards.

    Hi Milind,
    Thanks for the reply.
    I've done the below configuration and assigned cost/profit center update. It now works for profit center split. It still does not split accordingly per cost center though.
    SAP Customizing Implementation Guide > Financial Accounting (New) > Financial Accounting Global Settings (New) > Ledgers >Ledger > Assign Scenarios and Customer Fields to Ledgers
    In the below configuration, cost center is not an available option. Unlike the profit center which is available here.
    SAP Customizing Implementation Guide > Financial Accounting (New) > General Ledger Accounting (New) > Business Transactions > Document Splitting > Define Document Splitting Characteristics for General Ledger Accounting
    The profit center split looks fine now, however the cost center split still is only reflected in the expense items and not on the AP item.
    Any ideas on how to actually split the AP line items according to the cost center assignments ?
    Edited by: Patrick on May 9, 2011 7:46 AM

  • Problem with document display and gl account update

    Hi, I am facing a strange issue.
    When I post a document using FB50 or FB60, document is being posted and document number
    is generated successfully. However, when I go to document display I get a error messge
    this document does not exist in company code for the fiscal year 2009.
    When I check the GL Accounts, the GL accounts are also not being updated.
    This started happening since last 2 days prior to that it was working fine. This system
    is a test system and it has access to many people. I am guessing some setting might
    have been changed.
    I would appreciate if anyone can give suggestions where to look for to resolve this issue.

    Hi
    Check in SM13 if the transactions got locked. U might have to release with Basis help
    Thank You,

  • Problem with document capture and UCM

    Sorry, this is my first post in here and i don't know if this is the right place for that.
    i'm trying to configure the commit driver in Oracle Document Capture but when i push the button i get this msg. "error creating the Capture-UCM Implementation Object"...
    i don't understand why this is happening, helllppppp...
    pd: Sorry 4 my english i'm from venezuela
    Disculpen, es mi primera vez escribiendo en este foro y con lo grande que es no estoy seguro si pertenece a esta sección del mismo. Estoy teniendo problemas al tratar de configurar el Driver de Commit en Oracle Document Capture, al momento de pisar el boton de configurar obtengo el siguiente mensaje: "error creating the Capture-UCM Implementation Object"... si alguien sabe porque es este inconveniente cualquier ayuda me seria de mucha utilidad... Gracias de antemano

    Hi,
    Yeah UCM is up and running in the server,
    here u have a screenshot
    http://img580.imageshack.us/img580/5640/errort.jpg
    i can't even configure the setting's driver, in fact this error appears trying to do it..
    thanks.....
    PD: here a screenshot from UCM running on server
    http://img576.imageshack.us/img576/6042/ucmw.jpg
    Edited by: user13071401 on 28-jun-2010 6:47

  • JDeveloper reports: The JAX-RPC extension is not installed

    Hi. I'm attempting to publish a JAX-RPC Web Service, following the instructions in the "Publish a JAX-RPC Java Web Service" document from Oracle Magazine (http://www.oracle.com/technology/tech/webservices/htdocs/series/jaxrpc1/index.html). I get all the way to the point of creating the Web Service from the Emp.jpr (step 13). When I select "JAX-RPC Web Services" as my "Deployment Platform" and press "Next" I get a dialog saying "The JAX-RPC extension is not installed. Either install the extension or choose a differrent platform for the service." I have, in fact, installed the JAX-RPC extension (following the instructions at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jaxrpc/readme.html).
    Does anyone know the cause of this problem? Thanks.

    I"m also getting this message while trying to launch mini bridge on a Mac. I went to the Library folder you noted and the mini bridge extension is not there. I have 4 extensions present: BuzzwordAccessBundle, CSREviewBundle, Knowledge, and STORY. However the PS menu item Window>Extensions, the Extensions is grayed out. Also when I click on the "CS Live" button in the upper right of PS window, nothing happens.
    I havn't used mini bridge much because I use Lightroom for organization, but I know I've used it in the past and it worked, so I can't understand how it would just disappear, and why these other things would stop working.
    How can I reinstall mini bridge and get the CS Live button and extensions working again?
    I'm back. I installed a couple of extensions to see what would happen and the Extensions button was still grayed out. Too shorten the story; it occurred to me to check what mode PS was running in. I had switched it to 32 bit mode so some not yet updated plugins would work. I switched it to 64 bit mode and bingo, everything works now, including mini bridge, though it is still not present in the Library folder you mention.

  • Installing JAX-RPC extension

    Anybody knows how install the jax-rpc extension i got a big error with the instructions posted on readme file ???
    please help !!!

    Baiscally you just extrat the two jar files from the zip file into the [jdev-directory]\jdev\lib\ext directory.
    This will add the new option in the "create Java Web service wizard".
    If this doesn't work for you, can you let us know which version of JDeveloper are you using and what error message do you get at what stage?

  • Problem with documents on iCloud.

    I have a problem with documents on iCloud, I can`t use it with Pages on Mac and iOS too, Pages not view any documents and can not approach to save documents and not save new documents to iCloud. Any idea?
    Thank you for help.

    Hello,
    Winston and Shayari,
    I have also faced this problem with document on iCloud, I couldn't saved the documents to iCloud,
    But I found this article problem posted by Hindi love Shayari San and I found the solution this way:
    I signed out, then singed in again renabled the iCloud and it works.
    I could do this with the instructions of Winston told to Shayari.
    Well, a big thanks from my side.
    Veena

  • Problem with document splitting

    Hi,
    I am encountering a problem with document splitting, where in while doing clearing of down payment against miro invoice profit center of first line item is over ridding profit center of second line item (line items are two different materials in purchase order).

    Hi Milind,
    Thanks for the reply.
    I've done the below configuration and assigned cost/profit center update. It now works for profit center split. It still does not split accordingly per cost center though.
    SAP Customizing Implementation Guide > Financial Accounting (New) > Financial Accounting Global Settings (New) > Ledgers >Ledger > Assign Scenarios and Customer Fields to Ledgers
    In the below configuration, cost center is not an available option. Unlike the profit center which is available here.
    SAP Customizing Implementation Guide > Financial Accounting (New) > General Ledger Accounting (New) > Business Transactions > Document Splitting > Define Document Splitting Characteristics for General Ledger Accounting
    The profit center split looks fine now, however the cost center split still is only reflected in the expense items and not on the AP item.
    Any ideas on how to actually split the AP line items according to the cost center assignments ?
    Edited by: Patrick on May 9, 2011 7:46 AM

  • Im having problems with my illustrator , and i don't know how to fix it?

    hey, guys. um my illustrator is having this problem with the navigator . and its makiing this fat lines and when i click the line on the little box in the bottom
    and put it at 100 % it comes out like this
                               all small and i dont understand why is doing this.
    can tou guys please help me with this i have a big project due and i cant work with this like it is ...>!!!!!

    You can change your artboard size without having to make a new document.
    1. Click on the Artboard Tool
    2. In the top menu, you can type new dimensions. Make sure to type in the correct units!

  • Problems with Document Connect

    I have a problem with Document Connect. I am unable access office live workspace.
    I have been on the help line with microsoft but they were unable to help.
    Then I went to an apple store and was informed by one of the sales assistance that Document Connect never worked with the apple. Well what was the point in having it then?

    I wish I knew what Document Connect is. I'd bet I could fix it. Not really, but what is it?

  • Problem with document

    Hi All,
    I've got error message : "problem with document numbering file. Restore the file and contact your software vendor..." after importing some invoices. The first line of message is 2100oInvoices.
    Pls give advice how to resolve it. Thx
    John

    Dear,
    Try below procedure:
    Log off by File Exit, restarting the system, and logging on again.
    If can't sovle your issue, you have to follow the recommandation from Du or log a message to SAP
    Regards
    Apple

  • Problems with ListViews Drag and Drop

    I'm surprised that there isn't an Active X control that can do this more
    easily? Would
    be curious to find out if there is - although we aren't really embracing the
    use of
    them within Forte because it locks you into the Microsoft arena.
    ---------------------- Forwarded by Peggy Lynn Adrian/AM/LLY on 02/03/98 01:33
    PM ---------------------------
    "Stokesbary, Michael" <[email protected]> on 02/03/98 12:19:52 PM
    Please respond to "Stokesbary, Michael" <[email protected]>
    To: "'[email protected]'" <[email protected]>
    cc:
    Subject: Problems with ListViews Drag and Drop
    I am just curious as to other people's experiences with the ListView
    widget when elements in it are set to be draggable. In particular, I am
    currently trying to design an interface that looks a lot like Windows
    Explorer where a TreeView resides on the left side of the window and a
    ListView resides on the right side. Upon double clicking on the
    ListView, if the current node that was clicked on was a folder, then the
    TreeView expands this folder and the contents are then displayed in the
    ListView, otherwise, it was a file and it is brought up in Microsoft
    Word. All this works great if I don't have the elements in the ListView
    widget set to be draggable. If they are set to be draggable, then I am
    finding that the DoubleClick event seems to get registered twice along
    with the ObjectDrop event. This is not good because if I double click
    and the current node is a folder, then it will expand this folder in the
    TreeView, display the contents in the ListView, grab the node that is
    now displayed where that node used to be displayed and run the events
    for that as well. What this means, is that if this is a file, then Word
    is just launched and no big deal. Unfortunately, if this happens to be
    another directory, then the previous directory is dropped into this
    current directory and a recursive copy gets performed, giving me one
    heck of a deep directory tree for that folder.
    Has anybody else seen this, or am I the only lucky one to experience.
    If need be, I do have this exported in a .pex file if anybody needs to
    look at it more closely.
    Thanks in advance.
    Michael Stokesbary
    Software Engineer
    GTE Government Systems Corporation
    tel: (650) 966-2975
    e-mail: [email protected]

    here is the required code....
    private static class TreeDragGestureListener implements DragGestureListener {
         public void dragGestureRecognized(DragGestureEvent dragGestureEvent) {
         // Can only drag leafs
         JTree tree = (JTree) dragGestureEvent.getComponent();
         TreePath path = tree.getSelectionPath();
         if (path == null) {
              // Nothing selected, nothing to drag
              System.out.println("Nothing selected - beep");
              tree.getToolkit().beep();
         } else {
              DefaultMutableTreeNode selection = (DefaultMutableTreeNode) path
                   .getLastPathComponent();
              if (selection.isLeaf()) {
              TransferableTreeNode node = new TransferableTreeNode(
                   selection);
              dragGestureEvent.startDrag(DragSource.DefaultCopyDrop,
                   node, new MyDragSourceListener());
              } else {
              System.out.println("Not a leaf - beep");
              tree.getToolkit().beep();
    }

  • Problems with Customer Service AND unexplained charges!

    I've been with Verizon for I-don't-know-how-many years, and through the years you are bound to have a few problems here and there but some of the problems are just ridiculous! It's also the same reocurring problem!!!!!!!!!!!!!!!! I was with Alltel first, before it was bought out by Verizon. The years I was with Alltel, I didn't have near as many problems. It seems EVERY time I do the smallest change or something to my phone or bill, I get a ridiculous amount of charges that I was NOT aware of, nor told about... EVEN IF I ask "So this isn't going to change my bill, or there will not be any unexpected/unexplained charges that I don't know about?"... BUT not matter how many times I ask... and NO matter how many times I am told "no"... there always is. For example.... last year, I updated and signed a new 2 year contract and purchased the first Driod. Before, my 30 day warranty was up, I was having problems with my Driod, and decided to send it in and get a new one. Before I did this.. I called customer service to make sure there would be no interuption in my bill, and there wouldn't be any unexpect charges, and there would be no difference in anything. I was told there was not, and once I recieved my new phone, just send it in and nothing would be changed. Of course, when I get my bill.. I see I was charged $500 for the new phone. It was explained to me that my credit card was reimbursed (which I never check that card, because I never used it expect to purchase the phone) and that I was recharged for the new phone, since it was a new phone. So I had to fork out the $500 (on top of my bill) and then wait months to get the $100 rebate card. Months after that, I "assumed liablity of my line" because I was on a plan with my family. I decided to have my own line, so I "assumed liability." I was not told that when I did that, I "renewed" my contract date. So I just added 6 more months to my 2 year contract. Was NOT told about that! Then again...... I was recently having problems with my Driod (the screen went black and would not come back on.) I had to turn on an OLD motorola razor, so I would not be without a phone for two days while I was waiting on my phone to come in. As soon as my phone came in, I had my Droid turned back on. I recieved my bill recently, and my bill was $200 over what it normally should be.... so I called in... apparently, when I had my phone replaced, they dropped off my data package and when I recieved my replacement driod, they never put it back on. So I was being charged for alllll my data usage... again I was NOT told about this. I wasn't even aware that they had dropped off my data package, and when/where did they get the authority to do that??? These are just a FEW of the problems that I have had.................................
    Does anyone have these reoccuring problems!?

    I understand that my bill can be viewed online, and I do view it fairly regularly, so if there are any unexplained charges, I can call Verizon asap. The problem does not come from me not understanding my bill, but from customer service. I have been with Verizon for a very long time, and it is a continuing problem. Where did Verizon get the 'OK' to drop my data package off my plan? Who authorized that?
    After calling Verizon and trying to find out the problem, the gentleman told me that when I activated on old phone while I was waiting on my new Droid to arrive, my data package was dropped off and I "should" have been told about that. When I reactiviated my new Droid, I "should" have called and had them restart my data package. I was not aware that when you activate an old phone that data plan is taken off your plan. In all my years of having cell phones, I never make two years with one phone. I have always, at one point, had to turn on an old phone, and my data package has NEVER changed. Why would I have my data package dropped and why would I have to call Verizon to have it restarted. I would never know to do that unless I was TOLD that my data packaged HAD to be re-added when I recieved my new phone, but I was never told of that.
    All of that is beside the point, the point is, Verizon was never given the authorization to change my plan. Never. My bill was taken care of and readjusted, and I am thankful for that. It does not change the fact it is always a hassle with Verizon Customer Service and I am always the one having to PROVE that I am not at fault, or that I was NEVER told of certian things. EVERY TIME I HAVE CALLED CUSTOMER SERVICE, I AM TOLD "I'M SORRY, THEY SHOULD HAVE TOLD YOU THAT."
    "they should" does not help my bill with the extra armount of charges.

Maybe you are looking for

  • Connecting PC to Printer VIA Time Capsule?

    I have an HP Printer that's running Windows 7, I have it connected via ethernet cable to my Time Capsule. I also have an HP C5180 printer connected to the Time Capsule via USB cable. I have the printer connected to the Time Capsule so I can also acce

  • Exception while performing Target Reconciliation

    My target is a CSV file which contains fields for empid (mapped as key field),firstname,lastname,emailid and status (mapped to OIM_OBJECT_STATUS) I can see the reconciliation data in Reconciliation event window in Design console but I am getting the

  • Battlestar galactica final episode not complete on itunes

    Hi all, the final episode of battlestar galactica (season 4), 'Daybreak, Part 2' is 2 hours long. On itunes it is only showing as 50:36, anyone have any idea what is going on here? Can we expect another Daybreak part 2 episode to be posted?

  • Asking for Premiere Elements as qualifying product...

    Ok so I am trying to install Premiere Pro CS5 but after I enter the serial number it is asking me for the serial number of Premiere Elements 4, 7 or 8. I have PE 9 which is really annoying because I wasn't told about this. Is there any way to get aro

  • Request showing green, but query is saying no applicable data?

    hi, we r testing queries with test data. they said they loaded data around 100-150 records. requests r showing green. but when we click on monitor icon on request its red. ...issue is with any combination we r unable to see data in query. is it for..