Extract WSDL operations and their parameters types

Hello,
I am working in a project and I need to extract information about the operations and their parameters types from a WSDL file
could you please give me some code example on how to do that
Thanks,
labi

By looking into WSDL4J I could not find how to handle the xml schema elements
do you have any idea how can I get the complex data types information
Thanks,
labi

Similar Messages

  • TLD tags and their attribute types

    Hello,
    I created custom component, and i created TLD file, where i specified tag and its attribute (Value) as a type String, all possibles types are (String, boolean, byte, char, double, int, float, long ).
    In another projct where i am using this component i set Value = #{row.X} and then error occures, because attribute Value has type String and i set there expression.
    In Jdev 11TP4 everything works ok, but now in JDeveloper 11 it does not.
    Does anyone know how can i specify attributes type to expression, or how can i expression convert to a string?
    Thank you
    Katka

    Rather than pull more than you're going to display on the page and try to paginate from within your app why don't you limit the rows right from your query and then work the limit numbers into your page as hidden form fields or query string parameters?
    See:
    http://faq.javaranch.com/java/PaginationOrPaging

  • How to extract cost centers and their number of appendant assets to internal table?

    Hello,
    my aim is to get an internal table with all my selected cost centers and the number of their appendant assets to pass this to a SmartForm.
    The result would be something like:
    cost center
    number of assets
    100000
    65
    100001
    13
    100002
    105
    100007
    3
    100008
    57
    What I did so far: I made up an SQL statement, which I tested in the transaction DBACOCKPIT (Performance -> Additional Functions -> SQL Command Editor), which works fine and gives me exactly what I need.
    The SQL statement is (slightly simplified, and exemplarily only for costcenters 100000 and 100001):
    select costcenter, count( assetnr ) as numberofassets from
         ( select anlz.kostlv as costcenter, anla.anln1 as assetnr, anla.deakt, anla.aktiv from anla
              join anlz on anla.mandt = anlz.mandt and anla.bukrs = anlz.bukrs and anla.anln1 = anlz.anln1
              where anlz.kostlv = '0000100000' or anlz.kostlv = '00000100001' )
    group by costcenter
    Now, I want this SQL statement to work in my ABAP code. To match the requirements of the ABAP Editor (SE80), I
    - replaced all the point delimiters (.) by a tilde (~),
    - removed all commas,
    - added "into costcenter_assetcount" to store my result in an internal table.
    So in my ABAP code the SQL looks like this (alias assetnr inb the first line is printed in red):
    select costcenter count( assetnr ) as numberofassets from
       ( select anlz~kostlv as costcenter anla~anln1 as assetnr anla~deakt anla~aktiv from anla
           join anlz
             on anla~mandt = anlz~mandt
             and anla~bukrs = anlz~bukrs
             and anla~anln1 = anlz~anln1
           where anlz~kostlv = '0000100000' or anlz~kostlv = '00000100001' )
        into costcenter_assetcount
    group by costcenter
    Checking my code, ABAP Editor gives me a syntax error pointing to the SELECT of the subquery (it's in German, because this is my default language setting). After my first FROM, ABAP seems to expect a table name instead of a subquery.
    Programm Z_FIAA_ASSETCOUNT        @0A\QFehler@
    "SELECT" ist im ABAP-Dictionary nicht als Tabelle, Projektions- oder     
    Datenbank-View deklariert.
    Isn't it possible to use a SELECT subquery after my FROM in the ABAP Editor?
    What would be the best practice to put the data in an internal table?
    Looking forward to your comments!

    Hi,
    I think, You make it to complicated, try this:
    select anlz~kostlv as costcenter count( distinct anla~anln1 ) as numberofassets
       from anla
            join anlz
              on anla~mandt = anlz~mandt
              and anla~bukrs = anlz~bukrs
              and anla~anln1 = anlz~anln1
            where anlz~kostlv = '0000100000' or anlz~kostlv = '00000100001'
       group by anlz~kostlv.
    Jarek

  • WSDL operation type possible in PI

    Hi folks,
    Normally a wsdl (webservice) can have multiple action types, for example a particuar service can be used to show distance between 2 points, validate addresses, etc etc,
    ideally the wsdl will have in it a wsdl operation type indicating what the consumer of theservice needs out of the service,
    But in PI i havn't come across something similar where in the wsdl generates an operation type..
    Is it somethng possible in PI?
    I don't want to use a field in the schema (Request type) indicating this intent...but instead create a wsdl operation ....

    NO , you cannot create multiple opearations for a WSDL in PI.
    You have to use External tool ( Altova XML SPY) to do that, then you can import the WSDL in XI to check it.
    But you can't create mutilple operations except one request , one response and a fault message type.
    REgards,
    Anurag Garg

  • Wrong oper and type

    I am using Acrobat Professional 7.0 and utilizing the LiveCycle Designer 7.0. In building a web page, I need to convert word forms to pdf and make them interactive. After converting the document and then adding the fill-in boxes for the users, I receive the "wrong oper and type" message when reopening the file.
    I have completed the uninstall and repair wizard, deleted all other versions of Adobe reader from my PC.
    Does anyone have any suggestions as to how I can solve this issue?
    Many thanks,
    AJ

    Thanks for responding. I figured out that another version of Adobe was conflicting with this version.
    However, I have a new problem now. I am creating fill-in forms. The easiest way is to use Version 7.0 Professional to create the Text, check and numerical boxes. However, my users need to be able to save their filled-in form locally for forms they submit each month. After I get everything set and then convert to Adobe Designer, the form fields are missing and I have to start from scratch. Adobe Designer is not very user friendly when it comes to adding form fields of any type. Plus it doesn't bring the form in very "pretty".
    Can you help? Thanks so much!

  • [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)

    Dear Experts,
    i am getting the below error when i was giving * (Star) to view all the items in DB
    [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)
    As i was searching individually it is working fine
    can any one help me how to find this..
    Regards,
    Meghanath.S

    Dear Nithi Anandham,
    i am not having any query while finding all the items in item master data i am giving find mode and in item code i was trying to type *(Star) and enter while typing enter the above issue i was facing..
    Regards,
    Meghanath

  • Error in SQL Query The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query

    hi Experts,
    while running SQL Query i am getting an error as
    The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    T2.LineText
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,T2.LineText
    how to resolve the issue

    Dear Meghanath,
    Please use the following query, Hope your purpose will serve.
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    CAST(T2.LineText as nvarchar (MAX))[LineText]
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry --where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,CAST(T2.LineText as nvarchar (MAX))
    Regards,
    Amit

  • Types of special G/L transactions and their relationship to the GL

    Dear all,
    I don't understand about the difference between three types of special GL transaction ( Free offsetting entry, statistical offsetting entry, and Noted items ) and their relationship to the GL.
    Please tell me about accounting entries, accounting process per type and give me some detail examples per type to use in system SAP
    guide me step by step
    and tell me how to configure it
    Thank in advance
    Minh

    Hi,
    Please make Down Payment request and then make Down Payment then make Invoice and then clear the Down Payment. If any balance is left over make incoming payment through F-28 and here u need to select the downpayment document also.
    If no incoming payment is there u use F-03 and clear the documents manually.
    Regards
    balaji

  • Operations and Activity type.

    Summary :-  A service order was created with an operations.The complete confirmation was done and 3 operations were confirmed. 1st and 2nd operation have same activity type and 3rd has different activity type. A document was created through DIP profile, but it has entry of only 2 materials.We wanted 3 materials. When checked in DIP profile, the summarization of activity type is not ticked; it means it will summarize the activity types.
    Problem:- The activity types should not summarize. We do not want to use the activity summarization in DIP profile in Usage --> characteristics, as if we change that it will affect other documents using the DIP profile. Kindly suggest any other solution for this issue.
    Thanks.

    Hi Satish,
                  In Materail determination define 3 service products
    and in criteria assign those three activity types to those service products so that in billing you will get three materials
    try and pls let me know
    if it is useful to you pls reward me with points
    regards
    Satish

  • Cisco Prime - extract list of hostnames and their serial numbers.

    Hi all,
    is there a way of extracting a list of hostnames ( for devices in EMEA ) and their associated serial numbers from Cisco Prime and into say a csv file?
    Many thanks,
    Paul

    Hi Paul,
    if you have Prime Infrastructure then  run the below report :
    Report > Report Launch Pad > Device > Detailed Hardware > Detailed Hardware Report Details
    If Prime LMS then :
    Reports > Inventory > Detailed Device
    Hope it will help
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ***

  • WSDL files Deployment and necessary parameters needed for that

    Hi ALL,
    We have designed a scenario :
    ABC(Webservices) <--> XI <--
    > EP(Webservices)
    We have two WSDL files available with us.
    One file is provided by the ABC system and the other has been created from our ID in XI
    On both the sides we have webservices.
    Now my question is:
    While creating the Webservices on both the sides, which WSDL file should be deployed on which end...??
    And what are all the parameters that we need to pass to the BASIS teams for deployment of the files..??
    Kindly help
    Regards
    Azahar

    Hi,
    Always Receiver system Webservice need to be deployed in XI server ( In U r case EP is the receiver System)
    U need to create the WSDl file and give that file to ABC system.
    No need of any parmaeters while deploying a file.
    Regards,
    Jayasimha Jangam

  • Ios 7.4  nightmares. When idle and charging my screens move on their own, types jibberish on its own and sends the jibberish as a text message to random callers, changes sounds on its own.  And that's not all!!!

    The ios7.04 download for my iphone 4s has tuned the phone into a nightmare. Battery charging time is 3x what it used to be, battery drains after 4 hours whether I talking or phone is idle. I can no longer hear the phone when it rings. Here is the dealbreaker:When idle, untouched and charging the screens move on their own, type jibberish on their own and send the jibberish via text to a random selection of my contacts. The phone is charging now and I am watching the screen move to the alarm stopwatch screen. It  From there is has moved to the Sounds screen and has changed my ring tone twice. (It plays the tones as well.). My hands are not on the phone at the time and the homescreen is visible when charging begins. I have turned off so many components of the phone that there is simply no longer any reason to walk around with what has become a functionless burden. The most obvious solution is to say goodbye to Apple and go back to the brand I was using before. Thought I's give this forum one last shot. For the life of me I can not understand why so many of us have so many complaints about our devices yet no one takes the path of least resistance...which is to simply switch to a brand that is reliable. I never had any problems with a cell phone until I switched to Apple.

    Thank you. I called my carrier and told them that the i704 os made my phone unusable and that the support in the forums is populated by children like yourself who make nasty comments and provide no support, I was released from my contract. Free at last from rotten Apple and shmucks like you.

  • What are different vru types and their functions

              Dear experts,
    what are different vru types and their functions       

    Hi,
    just hit the Help button in "Network VRU Explorer" in ICM Configuration Manager.
    If you wish to see even more details, take a look at the following article:
    http://www.ciscopress.com/articles/article.asp?p=1822061&seqNum=2
    HTH
    G.

  • Mediator and WSDL operations

    Hi,
    I have defined a mediator using an existing WSDL with multiple operations (eg: save/delete), with the understanding that using the mediator I can route the incoming message to an operation-specific BPEL. Using the test page on EM I can select either operation, and the input arguments change depending on the operation (so I'm pretty sure my WSDL is ok).
    The problem is no matter which operation I test with, the mediator always (and only) handles one operation (eg: 'delete' message always routes to the 'save' bpel).
    I'm still new to this, but isn't the mediator supposed to route based on the invoked operation?

    Nevermind, it seems EM invoked the incorrect operation, maybe its a bug there. I wrote another service that can call using both operations and the mediator does the right thing.
    Cheers,
    - C

  • Regarding Idocs and  their corresponding message types

    Hi,
    Being am a trainee can u plz help in providing a list of Idocs and corresponding Message types that are using
    in real time..
    Thanks & Regards
    Guna

    Go to "jdk/include" on your drive and take a look at "jini.h". Note, mapping of C type to java types may be different for 16,32 or 64 bit machines. Using jinit, jboolean and others is recommended. On the other hand, if you are sure you won't use your C code in 64 bit or 16 bit environment just forget about it and assume int is java int, long is java long, signed char is java byte and so on. Pointers are more tricky - read carefully jini tutorials.

Maybe you are looking for

  • Can anyone suggest a stripped down photo gallery / slideshow?

    I'm creating an iWeb site and want to show 3-5 images on each project page in a photo gallery. The site design is very minimal, with any unnecessary parts removed.  The iWeb photo page is fine except that I can't change the font and two sets of previ

  • Redirecting between a desktop-browser site and a mobile site

    My company is inheriting a site built by another party in CQ5. This site is intended to be viewed on a desktop browser. We are tasked with building a mobile site for it. Our creative department would like the user's browser to be detected, and if the

  • BDC message parameter(MSGTYP) by default coming Success

    Hi, In my BDC program by default the message type is coming success, whatever flat file I pass. Does anybody have any idea about this, letme know(kind of urgent). Thanks, Soumya Ranjan Patel.

  • Pages for iOS: possible to have multi-level numbering?

    Hi all, I'm a new user to Pages for iPad (my iPad 3rd gen arrived last week w00t) and just imported a word document with fairly complex formatting. First thing i note is thst all my multi-level numbering is gone. Does the app not support this feature

  • Flash ComboBox only showing 2 rows when embedded in Connect

    We've built an AS2 application that can be embedded into various LMSs, etc. Curiously, when embedded in Adobe Connect, the ComboBoxes aren't rendered correctly.  Rather than dropping down, the menus are displaying above the widget, even though there