IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  No namespace in response

    Posted Thu August 04, 2005 12:17 PM

    Hi
    I’m retreiving one document from Tamino with the ino4j. Accesing with an stream. Then whit the XMLObject I write to System.out. But the namespace is missing. I inserted from a file with the namespace, why tamino is clearing, after complaining so much about my file to be well formed and so.
    Can someone explain?
    Thanks in advance.


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management


  • 2.  RE: No namespace in response

    Posted Fri August 05, 2005 09:49 AM

    sorry,

    without a little bit more detail this cannot be answered. Can you please send the document as it was before storing to Tamino, and the one you get back (as far as I understood you claim that these differ)

    Regards

    Harald


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 3.  RE: No namespace in response

    Posted Tue August 23, 2005 10:01 AM

    Well the document is a little bit longer but i hope you can make an idea:
    Document inserted in tamino(via X-plorer)

    <?xml version="1.0"?>
    <scl xmlns="http://www.iec.ch/61850/2003/SCL">
    [...]
    </scl>

    Result of the document accesing via StreamAccesor

    <?xml version="1.0"?>
    <scl>
    [...]
    </scl>

    I know Tamino stored the document with the namespace, I can see it in the X-plorer. So, where my namespace gone?


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 4.  RE: No namespace in response

    Posted Thu September 08, 2005 12:43 PM

    Hello, Could you please let me know what Tamino API 4 Java (TAJ) version you are using?

    Regards,

    Abhijeet


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 5.  RE: No namespace in response

    Posted Mon September 12, 2005 09:48 AM

    This the manifest information in my TAMINOAPI4J.jar

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.5.3
    Created-By: XToolsBuild (Software AG)
    Specification-Title: TaminoAPI4J
    Specification-Version: 4.2.1.2
    Specification-Vendor: Software AG
    Implementation-Title: TaminoAPI4J
    Implementation-Version: 4.2.1.0
    Implementation-Vendor: Software AG
    Build-Name: TaminoAPI4J
    Build-Root: tatoodev
    Build-Time: June 1 2004 0924
    Build-Title: TaminoAPI4J
    Build-Sequence: 1086073208684
    BuildSequence-ID: 1086073208684
    Build-Status: rc3
    Build-PatchLevel: full


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management