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.

 View Only
  • 1.  TaminoUri and Namespace problem

    Posted Fri October 03, 2003 04:11 PM

    Tamino Server 4.1.4.3, .NET API 4.1.4.2.

    Trying to retrieve a document from a Tamino database
    e.g. command.RetrieveStream(new TaminUri(“XObject/123”))
    Works fine without namespaces.

    Defined a schema using a namespace (e.g. xmlns=“http://foo.org” targetNamespace=“http://foo.org”). DocType does not use any prefix.
    Imported a document in that namespace (without using any prefixes).

    “RetrieveStream” returns “null”.

    Where is the problem?

    Thanks in advance,
    erwin


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


  • 2.  RE: TaminoUri and Namespace problem

    Posted Mon October 06, 2003 04:28 PM

    Are you attempting to use a “default namespace”? Is it possible for you to try using a namespace with prefix?


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


  • 3.  RE: TaminoUri and Namespace problem

    Posted Mon October 13, 2003 11:04 AM

    Yes, I tried to work with a “default namespace”. Received a response from the SoftwareAG support:

    “It is a problem of the server (not the .NET API). Need to prevent from using default namespace.”

    Regards,
    erwin


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