Facing while consuming the Echo WSDL file

Hi,
I have requirement to consume a WSDL file from the Echo web service.
I have created an Enterprise service for consuming the WSDL file. Even created a logical Port in SOAMANAGER for the same.
Finally I wrote a program as mentioned below:
DATA  : input TYPE ZFREIGHTget_QUOTE_SOAP_IN,
        output TYPE ZFREIGHTget_QUOTE_SOAP_out.
DATA  : io_clientproxy TYPE REF TO zfreightco_quote_soap.
*-- variables for text processing
DATA  : output_string TYPE ZFREIGHTRATE_QUOTE_TAB,
       ystring type ZFREIGHTRATE_QUOTE.
data: it_ZFREIGHTREQUEST type table of ZFREIGHTREQUEST,
      ls_ZFREIGHTREQUEST type ZFREIGHTREQUEST.
*-- variables for xslt parsing error
DATA  : xslt_err TYPE REF TO cx_xslt_exception .
*-- create web service proxy class instance
TRY.
    CREATE OBJECT io_clientproxy
      EXPORTING
        logical_port_name = 'ZFREIGHT_LOGICAL_PORT'.
  CATCH cx_ai_system_fault.
ENDTRY.
ls_ZFREIGHTREQUEST-ORIGIN-zip = '33607'.
ls_ZFREIGHTREQUEST-DESTINATION-zip = '33647'.
ls_ZFREIGHTREQUEST-TOTAL_WEIGHT = '1000'.
append ls_ZFREIGHTREQUEST to it_ZFREIGHTREQUEST.
move it_ZFREIGHTREQUEST[] to INPUT-ECHO_RATE_REQUEST-REQUESTS-REQUEST.
*-- call web service methods
TRY.
    CALL METHOD io_clientproxy->GET_QUOTE
      EXPORTING
        input  = input
      IMPORTING
        output = output.
  CATCH cx_ai_system_fault.
  CATCH cx_ai_application_fault.
ENDTRY.
When i execute the program, the exception "cx_ai_system_fault" is raised.
Could someone suggest me, where I am going wrong.
Thanks,
Deepika

Hi Deepika,
You need to know the reason of the exception. Try debugging when the exception is raised or catch the message of the exception.
DATA:
  oref TYPE REF TO cx_root,
  text TYPE string.
TRY.
  CATCH cx_<exception> INTO oref.
    text = oref->get_text( ).
ENDTRY.
Regards,
Isaac Meléndez

Similar Messages

  • Im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    i have been dealing with this same issue, tried to  turn off firewall and even turn of antivirud but still it gave me the same error.

  • Error while saving the FM8 XML file

    Hello,
    While saving the FM8 XML file, an error message appears (see attached screen shot).
    Is there a solution to resolve this issue? Please suggest.

    Hi,
    This type of error is non-descript and could be caused by any number of things. It is impossible to troubleshoot from here based solely on that message. Let me ask a couple of questions, though:
    - Are you using structured FrameMaker? If so, are you using a structured app that has worked successfully before? In other words, did this just suddenly start happening to an otherwise-stable process?
    - Is there anything unusual about your layout; that is, anything other than a single text flow with graphics?
    Russ

  • Error  while accessing the application server file

    Hello,
    When I try to load the data from CSV file to PSA , I am getting following error message
    "Error  while accessing the application server file"
    "Errors in source system"
    I gave the right file path
    I am not sure about this error message.
    Thanks,

    Hi ram,
    if you have more than one application server running in your BI system (see at transaction SM51) be aware that your infopackage will be executed on the right one. Each application server has its own file system and your job need to run on the server your file is stored on.
    Also check if the os user of the SAP system itself (<sid>adm on Unix) has rights to read that file.
    Bye
    Frank

  • "The server is unavailable this is offline copy of the server workbook" error while opening the sharepoint library file

    Hi Techys,
    can you give me the suugestions for below error in sharepoint 2010.
    Error: "The server is unavailable this is offline copy of the server workbook" error while opening the sharepoint library file.
    User having the contribute permission.
    as a admin i can open the document without any error.
    user wants to open the document via online and VPN connection.
    while the user seeing the document info the below error is indicationg .
    Offline Copy, Work book is readonly Mode.
    The server is unavailable this is offline copy of the server workbook" error while opening the sharepoint library file which was upto date.
    Many Thanks,
    Madhu

    Make sure that the user is able to access workstream from the site collection through VPN. If the user is able to access already, try to download the file locally and see if the data is getting loaded and upload again.
    --Cheers

  • I am getting some errors while distilling the post script file.

    I am getting some errors while distilling the post script file. please check and suggest me, how to control this?
    <PDFX ISO="15930-1:2001" COMPLIANT="true">
    PDF/X Compliance Report
    1.  Summary
       Warnings: The total found in this document was 0.
       Violations: The total found in this document was 0.
       No problems were found in the document.
       This document passes PDF/X-1a:2001 compliance checks.
    </PDFX>
    Regards,
    Jack

    @Jack – you were using a joboptions file by Distiller to convert a PostScript file to a PDF/X-1a.
    What you get is no error message, just a report, that everything went ok. And in this case I cannot see any advantage using PDF Export for printing to PostScript/distilling to PDF. Ok, maybe one, CS5 and above would export in a background process.
    To prevent InDesign flattening transparency, you could use PDF/X-4 as your export setting. You cannot use writing to PostScript for that task.
    Check including tags for tagged export to prevent misalignment of text because of a strange bug with PDF Export when you are using 9pt text on 12pt leading or text with a ratio of 9/12 for point size and leading in multicolumn text frames.
    Uwe

  • BEA-423442-Exception while starting the client classifications file poller

    While Weblogic 10.3.2 server is started, below error is displayed in console. Please provide if any solution for this.
    <netuix> <BEA-423442> <Exception while starting the client classifications file poller: [java.lang.AbstractMethodError]
    java.lang.AbstractMethodError
    at com.bea.netuix.xml.util.DomToolkit.parse(DomToolkit.java:166)
    at com.bea.netuix.xml.util.JDomToolkit.build(JDomToolkit.java:45)
    at com.bea.netuix.client.repository.ClassifierRepository.getDocumentFromInputStream(ClassifierRepository.java:339)
    at com.bea.netuix.client.repository.ClassifierRepository.createRepositoryFromInputStream(ClassifierRepository.java:326)
    at com.bea.netuix.client.ClientClassifierImpl.<init>(ClientClassifierImpl.java:103)
    Truncated. see log file for complete stacktrace

    Hi Angel,
    Please see the following doc for instructions on starting an OMS.
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/emctl.htm#BABFEEAJ
    Regards,
    - Loc

  • (269091446) Q WWSD-10 Is the generated WSDL file by Weblogic use for UDDI registration?

    Q <WWSD-10> Is the generated WSDL file by Weblogic use for UDDI registration?
    A <WWSD-10> WLS6.1 does not provide UDDI services and it has no automatic way to
    register your web service with a service broker or repository. If you were to do
    it yourself one of the things you would have to supply would be the WSDL file that
    describes your web service.

    Q <WWSD-10> Is the generated WSDL file by Weblogic use for UDDI registration?
    A <WWSD-10> WLS6.1 does not provide UDDI services and it has no automatic way to
    register your web service with a service broker or repository. If you were to do
    it yourself one of the things you would have to supply would be the WSDL file that
    describes your web service.

  • Error While Consuming the webservice in ABAP

    Hi,
      I am trying to consume a webservice in ECC. I have imported the WSDL and generated the proxy. Did the configuration in the SOAMANAGER. While calling the webservice from the program I am getting the following error message. "SRT: Unsupported xstream found: ("HTTP Code 400  : Bad Request")"
       Any help is appreciated.
    Thanks
    Raghavendra Kuamr

    Hi,
    Check ST11 to find detailed log of issue, most likely you are passing "WS-A" message id along with request (check settings in SOAMANAGER Logical Port).
    Try calling service after suppressing "Message Id transfer". See SAP Note: 1361688 and related notes in 0001292171
    Regards,
    Gourav
    PS: please search forum before posting questions.

  • Error while deploying the JDI SCA file on the server

    Hi,
    I am not able to deploy the 3 SCA files JDIdevinf, JDI buildt and JDIdeinff.
    When deploying the following error occured.
    ABorted deployment component 'tc CBB Appl/'sap.com'/SAP AG'6.4009.00.0000.200411042045
    Caught exception during application deployment from SAP J2EE ENgine's deploy service.
    java.rmi.RemoteException: Cannot deploy application sap.com.tc.CBB Appl.. Reason: Exception during
    application sap.com/tc.CBB Appl in container EJBContainer; nested exception is
    exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tc.CBS Appl in container EJBContainer
    (message ID:com.sap.sdn.servlet.servertype.inqny.extern.EngineApplOnlineDEployerImpl.per
    REMEXC)
    Deployment of tc.CBBAppl finished with Error
    How to solve this

    Hi,
    We are using NWDS to create a small application to develop ( for ex jspdynpage)
    .while deploying the par file or exporting it to the server,we are getting the error as "please make sure that the server running.HTTPS protocol is not supported,please ensure that this server is not using HTTPS.
    the server is running and is shown in green.
    we have also  disabled the proxy settings.
    we have also tried by specifiing the IP of the server in the proxy settings.
    the above steps didnt work.please suggest the things to do to make this working.
    thanks,
    rajani.

  • Problem Faced While Using The Expdp Utility in Oracle 10g

    We are getting the following error while exporting the tables of a schema.
    ORA-39127: unexpected error from call to export_string :=DMSYS.DBMS_DM_MODEL_EXP
    .instance_info_exp('DM$P_MODEL_EXPIMP_TEMP','YEARLID',1,1,'10.01.00.03.00',newbl
    ock)
    ORA-06503: PL/SQL: Function returned without value
    ORA-06512: at "DMSYS.DBMS_DM_MODEL_EXP", line 1061
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 4995
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while ca
    lling DBMS_METADATA.FETCH_XML_CLOB [TABLE:"YEARLID"."CONTACTS_PGRANT_NOV22"]ORA-06502: PL/SQL: numeric or value error: invalid LOB locator specified: ORA-22
    275
    The table CONTACTS_PGRANT_NOV22 has got a column of type CLOB. We are exporting in the metadata only mode. Interestingly when we are exporting only this table individually, we are not getting any problem. Please suggest at the earliest.

    Hi,
    I need to take full export of the database with out data and for all schemas. Can you tell is below syntax correct or not:
    expdp system directory=DATA_PUMP dumpfile=FullDB1_Jan25_08.dmp job_name=test3 logfile=FullDB1_Jan25_08_EXPDP.log CONTENT=METADATA_ONLY full=y
    if I use above syntax I am not seeing all schema names in log file during expdp as we see in exp option.
    Please let me know correct syntax.

  • Getting error while reading the positional flat files

    Hi,
    I have a requirement to read a Positional Flat file and convert into XML through oracle B2B. I have created a positional flat file .ecs, XSD and parser .ecs file using the blog http://anuj-dwivedi.blogspot.in/2011/10/handling-positionaldelimited-flat-files.html and updated the same in the server.
    I have created a agreemnt for inbound scenario But while testing the inbound scenario i am getting an error in B2B as :
    Error Code     B2B-50083
    Error Description     Machine Info: Description: Document protocol identification error.
    Error Level     ERROR_LEVEL_COLLABORATION
    Error Severity     ERROR
    Error Text     Document protocol identification error.
    I have tried all the possible ways but getting the same error.
    Please guide me to overcome this.
    Thanks,
    Nishanth

    Nishanth,
    Have you followed the step#2 correctly -
    Copying the parser ecs in the installation directory and adding an entry in XERegistry.xml (of all machines if domain is spanned across multiple machines)
    Also make sure that you have provided Identification Value, Identification Start Position and Identification End Position correctly in Document Defintion. Please remember that start position starts from 1 (instead of 0)
    Regards,
    Anuj

  • Exception while running the jcwde.app file

    Hi,
    I have a class which implements ToolkitInterface,ToolkitConstants interfaces (public class HelloWorld extends Applet implements ToolkitInterface,ToolkitConstants {.........} ). I have done following things now,
    1) create a classes directory and copy the required api_export_files to it.
    2) Compile the classes.
    3) Conver classes to .cap, .exp, and .jca ( call %JC_HOME%\bin\converter -config ..\src\ToolkitAppletExample\HelloWorld.opt ) - Successfully files created
    4) Create a scr file ( call %JC_HOME%\bin\scriptgen -o hello.scr ..\..\..\classes\ToolkitAppletExample\javacard\ToolkitAppletExample.cap ) - Successfully files created
    5) Then create a jcwde.app as follows,
    //applet                              AID
    com.sun.javacard.installer.InstallerApplet     0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0x8:0x1
    ToolkitAppletExample.HelloWorld                     0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x6:0x1
    6) Run the jcwde ( jcwde jcwde.app )
    then it will gives the following errror,
    Java Card 2.2.1 Workstation Development Environment, Version 1.3
    Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to lic
    ense terms.
    jcwde is listening for T=0 Apdu's on TCP/IP port 9,025.
    Exception in thread "main" java.lang.NoClassDefFoundError: sim/toolkit/ToolkitIn
    terface
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at com.sun.javacard.jcwde.MaskedApplets.getInstallInstance(MaskedApplets
    .java:307)
    at com.sun.javacard.jcwde.MaskedApplets.getAppInstallMethod(MaskedApplet
    s.java:288)
    at com.sun.javacard.jcwde.MaskedApplets$TempPkgTableEntry.addToPackageTa
    ble(MaskedApplets.java:384)
    at com.sun.javacard.jcwde.MaskedApplets.readConfigFile(MaskedApplets.jav
    a:110)
    at com.sun.javacard.jcwde.Main.<init>(Main.java:57)
    at com.sun.javacard.jcwde.Main.main(Main.java:129)
    So what would be the reason?
    Do I need to add AID for ToolkitInterface,ToolkitConstants classes in the jcwde.app file? If so how can I find the AIDs of those classes?
    Really appreciate for any help.
    Thank you.
    Thilina.

    The only time I've really seen this error occur is during application development when a webapp is deployed/undeployed multiple times.
    When this is the case, it's usually a memory leak of some sort (example: the webapp classloader is being retained somewhere when it shouldn't be).
    As a work around you can increase the size the PermGen space.

  • Rep-0756 problem facing while opening the report in 10g

    Hi,
    I am facing problem while opening RDF in oracle 10g.
    I follow the next steps.
    1. Open the RDF in 10g.
    2. Open the PLL in report builder and compile that PLL and save in same path where report located.
    3. reattach the library with RDF.
    4. Close the RDF
    5. Reopen the RDF and facing the error.
    6. REP-0756- unable to open attached............
    7. I set the report_path in Registry also where PLL exists
    Please give me the solution for this problem
    Waiting for quick reply.
    ashok

    Thank you fs,
    I am also facing the similar issue in reports 10g, I am keeping the .pll file in my local machine say c:\me\reports\xyz.pll. When I am opening this pll, I am getting the error REP-0756 though the path 'c:\me\reports\' is added to the REPORTS_PATH. Your suggestion resolved the issue.
    Many thanks,
    Lokesh.

  • MSI Control Service is consuming the huge Paging file

    Hi
    I've newly installed WINDOWS 8.1 64bit ver 6.3 Build 9600 onto S99A Krait edition with Intel Core i7 5930k + 16G memory. After 1 weeks  I've noticed  some uncertain huge size usage of share memory and paging (10g-20G).
    I've tryed stopping various services and processes. such paging usage was not decreased until I stopped MSICTL_CC (MSIControlService.exe). Apparenty the process MSIControlService.exe seems not using  such a huge share memory  and paging file or  I cannnot find any suspicious symptom except for the many  processess' handles of  MSIControlService.exe.
    MSI command center version   is 1.0.0.94.
    After I stopped  MSICTL_CC, there is not such symptom of inceasing  Huge paging file or Huge Memory usage.
    What I want to know:
    Is there any problem when MSI CTL_CC is not started?
    Is there any possibility  that this issue will be fixed?
    Best Regards,

    >What is your test configuration?   where did you install your windows??
    >what exact settings did you modify for UEFI and PCIE M.2 PCH setting??
    I don't use a test configuration. I just use PC for the consumer usage.
    I install WINDOWS8.1 64 bit into  PCIE SSD.
    (Intel 750 Series SSDPEDMW400G4R5 HHHL (CEM2.0) 400GB PCIe NVMe 3.0 x4 MLC Internal Solid State Drive (SSD) ) for C drive.
    M2 slot is for M.2 PCI Express SSD「Samsung XP941.
    For Usage of PCIE SSD as Booting Drive, I choose UEFI boot and I set not PCH SATA but PCIE settiing  for M.2/
    >Do you mean to say that you just open command center then modify fan contol using Smart fan ? 
    Yes, That is what I 've done for Command Center
    >>and then you will need shutdown your system for 1 day and then check again the MSISuperIOService.exe at Task Mananger and you could
    see that the huge increase in the memory??
    Physical Used memory is usual. Virtuall memory is getting Huge (cuurently 13G) while Physical used memory just
    around 4G after 2 days restart of MSI control services.
    the 2 process MSISuperIOService.exe and especially MSIcontrolService.exe have problems that the handles of Process (in task manager) is quite many comparing to the all other processes.
    Currently
    the number of  Handles 
    MSIcontrolService.exe :198700
    MSISuperIOService.exe:23183
    MSIClockSerice.exe:8251
    In Other processes' handle, the number of the handle of svchost.exe is just around 2500. This is the most except for the above three process at My PC.
    >>Are you using the latest BIOS version?
    Now using N20. It may be attached with S99A Klait edition. If it is old, there is no problem to upgrade. But this issue seems to be caused by application's matter.  BIOS upgrade seems to be useless for  this issue.

Maybe you are looking for