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.  Problem using un-coded url parameters

    Posted 02/26/02 12:10 PM

    X-Application Version: 3.1.1
    Tamino Version : 3.1.1
    Platform : NT, Win2k, Solaris, …
    WebContainer : Tomcat 4.0.2
    JDK Version : 1.3.1_01

    There seems to be a problem with using un-coded parameters in my Tomcat 4 environment and I wonder if anyone else has the same problem.

    The supplied Property example at “.\xapplication_311\examples\jsp\property” works fine with coded parameters set to true in web.xml. But if I set coded to false I always get error when I try to select a record from the “list.jsp” page:

    code:

    Exception is: < JspException >
    Exception error message:
    Stacktrace is:
    <javax.servlet.jsp.JspException: current document not defined…request parameters cannot be processed
    at com.softwareag.xtools.xapplication.jsptaglib.ModuleTag.processRequestParameters(ModuleTag.java:402)
    at com.softwareag.xtools.xapplication.jsptaglib.ModuleTag.doStartTagCore(ModuleTag.java:149)
    at com.softwareag.xtools.xapplication.jsptaglib.XBodyTag.doStartTag(XBodyTag.java:

    What I really want to do is invoke a direct URL to view a specific record like this:

    http://localhost:8080/property/InstanceDemo.jsp?:docid=/Property[@ino:id=‘1’]&:action=read

    Is this possible?


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Problem using un-coded url parameters

    Posted 02/26/02 01:39 PM

    Hello Bill,

    normally the charaCters ‘=’, ‘&’ and blanks within


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: Problem using un-coded url parameters

    Posted 02/26/02 01:57 PM

    Hi Christian,

    Using %3D instead of = works fine! Many thanks for the explanation.

    Regards,
    Bill


    #webMethods
    #Tamino
    #API-Management