Can't compile wsdl file provided by XI

When I want to call the XI, I compile the wsdl file provided by XI,the error messages shows below:
"ZTRRETURN.java": cannot resolve symbol: variable __hshCodeCalc in class functions.rfc.sap.document.sap_com.ZTRRETURN at line 233, column 9
"MI_SLOF_TR_GUDGET_RFCBindingStub.java": package functons.rfc.sap.document.sap_com does not exist at line 151, column 53
How can I solve it,many Thanks!
Jerry Yue

Hi Jerry,
Please detail your steps because it's not clear to me.
What are you trying to do ?
Import a wsdl into XI ? ( but you say 'provided' by xi )
If yes, copy the wsdl file
Or are you trying the generate a proxy ?
regards
Dirk

Similar Messages

  • I generated web service from function module.Where can I find .wsdl file ?

    Hi,
    I generated web service from function module.
    Where can I find .wsdl file ?
    I want to use .wsdl file in .Net application.
    Thanks.

    Hii Cemil Bozlagan,
      All Remote enabled Function Modules in Web AS 6.20 and Above are available as Webservices and the WSDL documents are available in the web service repository at
    [http://<host>:<port>/sap/bc/bsp/sap/webservicebrowser/search.html]
    Find the respective BAPI.
    Click on the WSDL link in the browser and download the WSDL document and use it as per the requirement
    Regards,
    Varun

  • How come I can't compile this file in this folder,but can in others

    import java.util.*;
    public class AlphabeticComparator
    implements Comparator{
    public int compare(Object o1, Object o2) {
    String s1 = (String)o1;
    String s2 = (String)o2;
    return s1.toLowerCase().compareTo(
    s2.toLowerCase());
    this code can be compiled in any folders except
    e:\java\
    why??? the error is:
    --------------------Configuration: j2sdk1.4.0 <Default>--------------------
    E:\java\AlphabeticComparator.java:3: AlphabeticComparator should be declared abstract; it does not define compare(java.lang.Object,java.lang.Object) in AlphabeticComparator
    public class AlphabeticComparator
    ^
    E:\java\AlphabeticComparator.java:6: inconvertible types
    found : Object
    required: java.lang.String
    String s1 = (String)o1;
    ^
    E:\java\AlphabeticComparator.java:7: inconvertible types
    found : Object
    required: java.lang.String
    String s2 = (String)o2;
    ^
    3 errors
    Process completed.

    It looks like you have a class called "Object" in that same directory that the compiler is using when you use "Object", and then the compiler complains because it wasn't "java.lang.Object". Get rid of it -- you should have called it something else, anyway.

  • JDeveloper can not compile special file

    Hello,
    I am using JDeveloper 10g ( version 9.0.5.2 ).
    I have developed a project using ADF model and developing work ( coding, compiling,debugging,..) ok.
    But, this morning i open project again compile it ok.But affter i add some new lines code into a class,i compile again and get compiling successfull message.But when i run it, the result the same as the old code ( i mean the new code is not recognized by JDeveloper ).
    So, i place a breakpoint at new new added line code, the debugger bypass these new lines code and JDeveloper does'nt know the new declared variables.I don't know why??
    Please help me,
    Thanks

    Hi Frank Nimphius,
    These new lines code are added at the first line of code block, Jdeveloper debugger still inorges it.
    I have done:
    - delete all class file
    - remove the source file from the project
    - delete the source file from file system
    - add a new class with the same name to project again
    - code old code ( including the new lines code is added ) and paste to new source file
    After that,i rebuild all project and it debug ok. ( i mean Jdeveloper debugger know the new code ! ).
    Then i add new some codes again ( at the beginning of method body,so i am sure these code is reached ) and the the Developer debugger inorge them again !!!!

  • SAXParseException while compiling  example files provided with JAXB

    compile:
    [echo] Compiling the schema...
    [xjc] Compiling file:/C:/jaxbnew/jaxb-1.0-beta/examples/users-guide/Sample
    App1/po.xsd
    [xjc] org.xml.sax.SAXParseException: Unexpected </xs:restriction> appears
    at line 17 column 22
    [xjc] at com.sun.xml.xsom.impl.parser.NGCCRuntimeEx.unexpectedXXX(NGCC
    RuntimeEx.java:323)
    [xjc] at com.sun.xml.xsom.impl.parser.state.NGCCHandler.unexpectedLeav
    eElement(NGCCHandler.java:81)
    [xjc] at com.sun.xml.xsom.impl.parser.state.SimpleType_Restriction.lea
    veElement(SimpleType_Restriction.java:159)
    [xjc] at com.sun.xml.xsom.impl.parser.state.NGCCRuntime.endElement(NGC
    CRuntime.java:250)
    [xjc] at org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.ja
    va:595)
    [xjc] at org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.ja
    va:595)
    [xjc] at org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.ja
    va:595)
    [xjc] at org.iso_relax.verifier.impl.VerifierFilterImpl.endElement(Unk
    nown Source)
    [xjc] at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknow
    n Source)
    [xjc] at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElemen
    t(Unknown Source)
    [xjc] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$Fragmen
    tContentDispatcher.dispatch(Unknown Source)
    [xjc] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDoc
    ument(Unknown Source)
    [xjc] at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Sour
    ce)
    [xjc] at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Sour
    ce)
    [xjc] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    [xjc] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Sou
    rce)
    [xjc] at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:37
    1)
    [xjc] at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:37
    1)
    [xjc] at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:37
    1)
    [xjc] at com.sun.xml.xsom.impl.parser.NGCCRuntimeEx.parseEntity(NGCCRu
    ntimeEx.java:151)
    [xjc] at com.sun.xml.xsom.impl.parser.XSOMParser.parse(XSOMParser.java
    :116)
    [xjc] at com.sun.xml.xsom.impl.parser.XSOMParser.parse(XSOMParser.java
    :113)
    [xjc] at com.sun.xml.xsom.impl.parser.XSOMParser.parse(XSOMParser.java
    :110)
    [xjc] at com.sun.xml.xsom.impl.parser.XSOMParser.<init>(XSOMParser.jav
    a:87)
    [xjc] at com.sun.tools.xjc.Driver.loadXMLSchemaGrammar(Driver.java:476
    [xjc] at com.sun.tools.xjc.Driver.loadGrammar(Driver.java:404)
    [xjc] at com.sun.tools.xjc.XJCTask.execute(XJCTask.java:149)
    [xjc] at org.apache.tools.ant.Task.perform(Task.java:319)
    [xjc] at org.apache.tools.ant.Target.execute(Target.java:309)
    [xjc] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [xjc] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [xjc] at org.apache.tools.ant.Project.executeTargets(Project.java:1250
    [xjc] at org.apache.tools.ant.Main.runBuild(Main.java:610)
    [xjc] at org.apache.tools.ant.Main.start(Main.java:196)
    [xjc] at org.apache.tools.ant.Main.main(Main.java:235)
    BUILD FAILED
    java.lang.InternalError
    at com.sun.xml.xsom.impl.parser.XSOMParser.<init>(XSOMParser.java:99)
    at com.sun.tools.xjc.Driver.loadXMLSchemaGrammar(Driver.java:476)
    at com.sun.tools.xjc.Driver.loadGrammar(Driver.java:404)
    at com.sun.tools.xjc.XJCTask.execute(XJCTask.java:149)
    at org.apache.tools.ant.Task.perform(Task.java:319)
    at org.apache.tools.ant.Target.execute(Target.java:309)
    at org.apache.tools.ant.Target.performTasks(Target.java:336)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
    at org.apache.tools.ant.Main.runBuild(Main.java:610)
    at org.apache.tools.ant.Main.start(Main.java:196)
    at org.apache.tools.ant.Main.main(Main.java:235)
    Total time: 4 seconds
    java.lang.InternalError
    at com.sun.xml.xsom.impl.parser.XSOMParser.<init>(XSOMParser.java:99)
    at com.sun.tools.xjc.Driver.loadXMLSchemaGrammar(Driver.java:476)
    at com.sun.tools.xjc.Driver.loadGrammar(Driver.java:404)
    at com.sun.tools.xjc.XJCTask.execute(XJCTask.java:149)
    at org.apache.tools.ant.Task.perform(Task.java:319)
    at org.apache.tools.ant.Target.execute(Target.java:309)
    at org.apache.tools.ant.Target.performTasks(Target.java:336)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
    at org.apache.tools.ant.Main.runBuild(Main.java:610)
    at org.apache.tools.ant.Main.start(Main.java:196)
    at org.apache.tools.ant.Main.main(Main.java:235)

    Make sure you are using the same version of Xerces in ant, tomcat, jaxb and java (endorsed folder). Preferably 2.2.1. Still, for some reason I cannot make it work under Tomcat 4.1.12, works fine whenever my app is run outside tomcat, but if I run it in tomcat, it doesn't recognize the XML document as it was defined in the schema (especifically the attributes). I have posted the question but no answers yet.
    I had your problem, and checked what I was doing and had different versions of Xerces, one packaged with JVM 1.4.1_01, another with Ant 1.5, another with tomcat and yet another one used in my app. Just downloaded the latest version, replaced all instances of xercesImpl.jar, xalan.jar (if you are using it), xmlParsersAPI.jar and xsltc.jar (if using latest v. of xalan) everywhere and it worked fine, compiles fine and runs fine (outside of tomcat). Make sure you copy them in your endorsed folder (inside the jre/lib folder of your java installation).
    In any case, if you run the JVM with the parameter -verbose:class you will be able to see from where the DOM and SAX classes are being loaded.

  • Can we change WSDL file created from Function Module wizard??

    Hi everybody!
    I have created a web service from function module using SAP wizard.
    Now the consumer side want me to change <wsp:UsingPolicy wsdl:required="true"/>
    Is this possible???
    If so how?????
    Thank u in advance!!

    Hi Muhammad!
    As soon as you open WSDL for selected binding in the URL are of you explorer change the ws_policy with "standard" . Then simply save the wsdl and send it to the other party.
    Hope this helps!

  • How to get contents of Soap Over JMS web service's wsdl file

    Hi,
    Is there a way to get the soap over jms webservice's wsdl file in browser? if yes please provide me the details how to get it.
    OR how can i get the contensts of WSDL file for soap over jms wsdl file.
    thanks in advance.

    I have the same question ("Assuming I can generate a wsdl file, can I recreate the SOAP request message from the WSDL file automatically (that matches the original request, which is hand build by me?)")
    Have you already found an answer to this?

  • Wsdl file

    Hi...All,
    i am doing RFC-SOAP Scenario, for this i need WSDL File is required for my requirement. my client is not providing wsdl file, i want to generate the wsdl file,  i dont know how to genarate the wsdl file..pls suggest me to generate the wsdl file..
    regards,
    Jain.

    Hello Jain,
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/frameset.htm
    Configuring Your WSDL File
    Applicable to: remote role assignment, remote delta link, WSRP application sharing
    This procedure is relevant only for producer portals running NW7.0 SPS7 and earlier. Later versions use an automated service for providing WSDL information to registering consumers over HTTP and HTTPS protocols.
    Use
    To describe the WSRP services provided by your portal server (the producer) and the set of operations within each service, you need to setup a WSDL file on your portal. When a consumer connects to your portal to retrieve content, the system administrator connects to this WSDL file.
    A standard WSDL template file is automatically created for you when you install the portal. You need to configure the settings in the file based on your system landscape.
    You can generate multiple WSDL files and configure each one for a specific use case. For example: one for a regular network proxy and another for a reverse proxy; or (ii) one for HTTP connectivity and another for HTTPS. Make sure you supply your content consumers with the URL to the appropriate WSDL file.
    In a cluster environment, the WSDL file needs to be configured, as described below, on every server node.
    Once a consumer has registered on your portal, the WSDL file is no longer needed by the consumer, unless the consumer needs to reregister after unregistering. You can therefore edit its contents at any time.
    If you move the WSDL file to a new location, you need to provide the updated path to consumers that have not yet registered or need to reregister. These consumers need to update the WSDL path in the properties of their existing producer object (see Editing Connection Properties to Producers).
    Procedure
           1.      In the producer server, browse to the following folder:
    Windows: c:usrsap<SID>JC<x>j2eeclusterserver<node_number>appssap.comirjservlet_jspirj
    ootportalappscom.sap.portal.ivs.wsrpservicewsdl
    UNIX: /usr/sap/<SID>/JC<x>/j2ee/cluster/server<node_number>/apps/sap.com/irj/servlet_jsp/irj/root/portalapps/com.sap.portal.ivs.wsrpservice/wsdl
           2.      In any text-based editor, open the file: wsdl.html
           3.      Note that all four services in the WSDL file reference the same servlet. The relevant WSDL information regarding your producer portal is described in this servlet. In most cases, you do not need to modify referenced servlet.
    By default, each service references the WSRP servlet at: http://localhost:51000/irj/servlet/prt/soap/AutoGenProducer?style=doc_lit
    For each service, do the following:
                                a.      Specify the Web protocol through which the WSRP servlet is accessible: http or https
                                b.      Replace the default localhost value with the host name of your portal.
                                c.      Replace the default 51000 value with the port number of your portal (the port must match the Web protocol you have defined).
    If you are using a reverse proxy, enter instead the protocol, host address, and port of the reverse proxy.
           4.      Save the WSDL file.
    We recommend you make a backup of the WSDL file in case it is overwritten during a portal system upgrade.
    Thanks,
    Satya Kumar
    Reward if it is useful

  • How to Consume a WSDL file in Webdynpro JAVA Application 7.30

    Hi Experts,
    My requirement is,I have a wsdl file(Provided by the SAP PI) which i need to consume in Webdynpro Java 7.3(NWDS 7.30).
    I has been tried in the follwing way
    1.First click on the Model --> Adaptive Web Service Model -->Model Name--Package Name
    2.Choose Remote Location/File System.
    3.After that choose the WSDL file from my project which i added earlier.
    4.After that I get the node in the context menu.But I am uneble to set some data into the node and also uneble to get data data from the node
    After deploying my project I get the following error.
    Error ::
    The initial exception that caused the request to fail, was:
    com.sap.esi.esp.service.server.query.discovery.ExtendedServiceException: Configuration not found for service reference with ID: c73e38ff-a4d8-4e4c-89c2-827fd5cf17ac from application demo.sap.com/mwebsrvc. Either you have not assigned the Service Group to a Provider System or the generation of the configuration has failed. Check the configuration details from SAP NetWeaver Administrator -> Application Communication. --> Details about the Service Reference: {urn://TestSOAPtoRFCSender}SI_TestSOAPtoRFCSender_OB; Service Group: com.tsecl.SITestSOAPtoRFCSender_OB.pidev_nerapdrp_gov_in; Service Group Software Component: demo.sap.com/mwebsrvc; Service Group Application: demo.sap.com/mwebsrvc; Configuration state: Not configured
        at com.sap.esi.esp.service.server.dynamic.DIIServiceRefConfigContextImpl.prepareContext(DIIServiceRefConfigContextImpl.java:275)
        at com.sap.esi.esp.service.server.dynamic.DIIServiceRefConfigContextImpl.<init>(DIIServiceRefConfigContextImpl.java:59)
        at com.sap.esi.esp.service.server.dynamic.DIIContextCreatorImpl.createDIIServiceRefConfigContext(DIIContextCreatorImpl.java:18)
        at com.sap.engine.services.webservices.espbase.client.dynamic.configuration.DIIContextFactory.createDIIConfigurationsContext(DIIContextFactory.java:12)
        at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:368)
        ... 67 more
    Please help me about this.
    Thanks and Regards,
    Amit Basak

    Hi Amit,
    Create provider system in NWA -> SOA management -> System Connections. After ping is successful go to NWA -> Application Communication and select your DC and assign the provide system for your service configuration group.
    I hope it will works fine as we also did the same.
    - Pradeep

  • Execute a WSDL file generated through SAP R/3

    Hi all,
    I want to know how to execute a WSDL file generated after running web service wizard for a RFC in SAP R/3 system?
    This WSDL file contains XML schema with input and output parameters with RFC name.
    Is there any way that i can execute that WSDL file directly or do i need to use some tool for that?
    For ur refrence to create web service, u go to se37, choose any RFC name, display that and then go to utilities-> more utillities-> create web service.
    SAP system should be ECC5.0 version.

    WSDL - is just the definition of the webservice.
    Using this you need to create a client proxy to consume the webservice.
    client proxy can be generated either using NWDS or using ABAP
    check out this weblog
    Consuming .NET Webservice in  EP5.0
    its for consuming .net webervice in EP5 but should give you a pointer on how to go about it.
    Regards
    Raja

  • Wsdl file that is used in bpel (ejb web service)

    hi all,
    i have created a product table in the database and then i created an entity product class from the table,
    after that i created session bean and publish this session bean as a web service.
    During creating session bean --> i chose Business tier00--> session bean --> include Web Service Endpoint Interface-->
    i got the interface ProductSessionWeb Service (java file) but i am wondering why in the class i need to import and do anotation @WebMethod on my own the tool does do this for me.
    After adding anotation @WebMethod for an operation (selectAll) in order to select product table.
    i deployed this web service on oracle application server. it was sucessful and i tested this web service . it returned the product data that i expected.
    1. However, i can not find WSDL file in the directory that i created.
    2. i can only see wsdl file from my address location on (Explorer)
    3. How can i generate WSDL file from this application because i want to use this wsdl file in order to drag this (web service )file using in my bpel process.

    The webservice code and its wsdl is generated when deployed to the application server based on the annotations, method signature, etc. In a top-down/contract-driven approach you would construct the wsdl yourself and then add the implementation. Both methods have their pro's and cons.
    If you want the wsdl locally, you can just open it in the browser and save it to disk. In the BPEL editor you can also point to the URL instead of the filesystem when defining a partnerlink.
    Regards, Ronald

  • How to create a standard SOAP request message from a given WSDL file?

    Hello,
    If I have a WSDL file (either from a .net web service or from the famous Amazon web services), what is the best way to generate a SOAP compliant request message?
    I am having trouble understanding the role of WSDL file in a given web service.
    Question 1:
    If I have a web service that is implemented using jaxm, how do I create/publish a WSDL file that describes the web service?
    Assuming I can generate a wsdl file, can I recreate the SOAP request message from the WSDL file automatically (that matches the original request, which is hand build by me?)
    Question 2:
    If I have a web service that is implemented using JAX-RPC, based on the WSDL file, can I simply generate a valid SOAP message (by some JAVA api) and get the response message directly?
    thanks...

    I have the same question ("Assuming I can generate a wsdl file, can I recreate the SOAP request message from the WSDL file automatically (that matches the original request, which is hand build by me?)")
    Have you already found an answer to this?

  • PI does not combine .wsdl file with .xsd files.

    Hi,
    I imported .wsdl file with necessary .xsd files in PI system (7.1).
    PI does not find fields in .wsdl already necessary .xsd files imported with .wsdl file.
    Is there anyone to help me to solve problem with test it in PI system.
    I send .wsdl file and necessary .xsd files as attachment his mail address.
    Thanks.

    Did you try opening the wsdl file in some XML tool...if there is problem in referring the XSD then it will be visible in the tool itself.....even I am working on PI7.1 and some of the WSDLs are referring XSDs...and i had no problem in using them.....dont know what is failing in your case
    Do you want me to send .wsdl and .xsd files zipped into your mail box
    instead you can post your wsdl file and the corresponding XSD here in SDN....even a dummy structure would do....we are not allowed to do personal email comunication
    Regards,
    Abhishek.

  • Ejb webservice..wsdl file

    hi all,
    i have created a product table in the database and then i created an entity product class from the table,
    after that i created session bean and publish this session bean as a web service.
    During creating session bean --> i chose Business tier00--> session bean --> include Web Service Endpoint Interface-->
    i got the interface ProductSessionWeb Service (java file) but i am wondering why in the class i need to import and do anotation @WebMethod on my own the tool does do this for me.
    After adding anotation @WebMethod for an operation (selectAll) in order to select product table.
    i deployed this web service on oracle application server. it was sucessful and i tested this web service . it returned the product data that i expected.
    1. However, i can not find WSDL file in the directory that i created.
    2. i can only see wsdl file from my address location on (Explorer)
    3. How can i generate WSDL file from this application
    please help

    Hi Ashutosh,
                       I am not using web dynpro. I am using EJB for consuming webservice. Now, in visual admin I stopped Web service security service and again started it again
    Now its giving me following error:
    <b>java.lang.Exception: Call to {remote server url} returned http code 500 with unacceptable content type (text/html).
    <HTML>
    <HEAD><TITLE>500 Server Error</TITLE></HEAD>
    <BODY>
    <H1>Server Error</H1>
    <H4>
    The following error occurred:<P>
    [code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response. Contact your system administrator.
    </H4>
    <HR>
    Please contact the administrator.
    </BODY>
    </HTML></b>

  • Process to consume a WSDL file in ABAP without using XI

    Hi all,
    I want to know if we can consume a WSDL file in ABAP without using XI?
    I have developed a lot of web services and gave WSDL file to respective teams.
    Now i need to consume a WSDL file in ABAP and i dont know how to do it.For creating a web service i use the web service wizard in SE37.
    Now i need to consume a WSDL file in ABAP . The WSDL file is from a third party organization. how can i consume a WSDL file in ABAP without using XI. What is the process to consume a WSDL file in ABAP without using XI
    Please help me with process and some sample code to consume a WSDL file in ABAP without using XI
    Regards,
    Jessica Sam.

    Depending on your release the process is a little bit different. 
    For NW 2004, see these instructions.
    http://help.sap.com/saphelp_NW04/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm
    For NW 7.0 see these instructions, in NW 7.0, you will, use the SOAMANAGER transaction  to configure logical ports and other stuff, this replaces transaction WSADMIN and LPCONFIG.
    http://help.sap.com/saphelp_nw70/helpdata/EN/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm
    Regards,
    Rich Heilman

Maybe you are looking for

  • Thinkpad T410s - Is the 32-bit a wrong choice for me?

    Hi everyone, I have ordered T410s (2901CTO) with 4GB (2DIMM) and 32-bit Win7. My current concern is about running SAS (Statistical Analysis System) - a statistical and data management software application - that I use to process huge data sets (at le

  • How to change report server name in 80 forms at once????????

    Hi All i am migrating my application 9i to 10g. i have 80+ report parameter forms in my application. now i need to change the report server name in following two locations. 1. Report Server Property of Report Object 2. RP2RROREPORTSERVER Parameter pr

  • TS3899 unable to change mail account password on phone

    Hi, I had to change my password on my bt email account due to someone breaking into my account and now my iphone won't receive my emails anymore. When I go into settings/mail, contacts, calendars - the account mail settings section is grayed out so I

  • Servlet variable in Server

    when i defined a global variable in a servlet,if there are more than one people to call the servlet in same time, and they all change the variable , what will happen? In Weblogic 6.1 mingzheng huo

  • Graph / Chart show system time in X-Axis.

    I try to plot the temperature graph/ chart with respect to my system time. The problem is that the if i select the relative time it starts from 00:00 and if i select absolute time it always starts from 05:00 in 24Hrs. I need X-Axis Chart/Graph show m