IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Problem creating Typetree from wsdl file.

    Posted Mon September 05, 2011 07:03 AM

    Originally posted by: Bottle1234


    Hi ,
    I am trying to create a Type tree using the wsdl file (attached-->sample.wsdl) but i am getting a Java Exception (provided below), which m not able to solve. Though I am able to run the web-service seperately.

    I am using WTX 8.2.0.5, pls suggest the changes which are required so that i can proceed further with the development.

    Error

    java.lang.Exception: com.ibm.websphere.dtx.xmlsimp75.SchemaException
    at com.ibm.websphere.dtx.wsdlImp.WSDLImporter.writeXmlSchemaMTS(WSDLImporter.java:2854)
    at com.ibm.websphere.dtx.wsdlImp.WSDLImporter.writeMts(WSDLImporter.java:4013)
    at com.ibm.websphere.dtx.wsdlImp.WSDLImporter.generateMTS(WSDLImporter.java:2008)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:615)
    at com.ibm.websphere.dtx.ui.importers.wsdl.WSDLTXImporter.generateTree(Unknown Source)
    at com.ibm.websphere.dtx.ui.importers.dialogs.WTXImportWizard.buildTypeTree(Unknown Source)
    at com.ibm.websphere.dtx.ui.importers.dialogs.WTXImportWizard$2.run(Unknown Source)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Thanks in advance,
    Sumit
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Problem creating Typetree from wsdl file.

    Posted Fri September 09, 2011 04:15 PM

    Originally posted by: Liv2luv


    A WSDL can be imported only if you have web services pack for WTX. In a simple WTX studio environment, importing WSDL is not supported.

    You can work with importing schema instead and add/remove SOAP envelope as needed.

    Thanks.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: Problem creating Typetree from wsdl file.

    Posted Mon September 12, 2011 08:44 AM

    Originally posted by: gspvish


    Hi,

    Please try removing the below snippet from your wsdl file, save it and try creating the type tree.

    xmlns="http://schemas.xmlsoap.org/wsdl/

    Please let us know if it works.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 4.  Re: Problem creating Typetree from wsdl file.

    Posted Wed September 14, 2011 06:44 AM

    Originally posted by: Bottle1234


    hi guys ,
    thanks for d response . i have fixed the issue . There was something wrong with the xml schema , i re-imported it and it worked .

    thanks a lot :-)
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender