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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  External XML document throug X-Tension into object processor

    Posted 10/16/02 03:38 PM

    Hello there,

    I’ve got a external XML-source wich can be query’ed by an xml-statement

    "<data><request><statement></statement></request></data>"</pre><BR>and gives me xml back<BR><pre class="ip-ubbcode-code-pre">"<data><response><statement></statement></response></data>"



    how do i specify that in X-Tension???
    Or should i use Xnode?


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: External XML document throug X-Tension into object processor

    Posted 10/17/02 01:07 PM

    Hi,
    It is quite difficult to help You without knowing some more details about the context You want to use Tamino and its X-Tension.
    Please regard a Server Extension (X-Tension Object) as a piece of Java or C++ Code, which is executed in the Tamino Server on certain occasions. The type of Server Extension Function to be called (Query or Mapping) depends on the context You want to use it in.
    From within Your code You may access the external XML source by any means offered by the source. You may as well access an XML parser to parse
    the results.
    Kind regards, Michael


    #webMethods
    #API-Management
    #Tamino