Posting to Java Servlet or cgi

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bryan

    Posting to Java Servlet or cgi

    Can anyone point me in the right direction as to how I can
    post from a .net form to a java servlet or cgi? I'm
    writing a .net application that is interfacing to
    WebFocus. It works fine with classic asp because you can
    post to other forms with the "action" attribute (and
    that's what Webfocus requires - a post from a form).

    Thanks
    Bryan
  • Bryan

    #2
    Posting to Java Servlet or cgi

    I finally stumbled across some WebFocus documentation that
    indicates their Servlet and/or CGI can be invoked from a
    URL. Since I don't know anything about WebFocus and every
    example given to me was a form with a post, I didn't know
    it could be done this way. I guess with version 5 and
    beyond, you can create a web service from WebFocus and
    then expose it in the .net world. Their tech support
    wasn't very helpful.
    [color=blue]
    >-----Original Message-----
    >Can anyone point me in the right direction as to how I[/color]
    can[color=blue]
    >post from a .net form to a java servlet or cgi? I'm
    >writing a .net application that is interfacing to
    >WebFocus. It works fine with classic asp because you can
    >post to other forms with the "action" attribute (and
    >that's what Webfocus requires - a post from a form).
    >
    >Thanks
    >Bryan
    >.
    >[/color]

    Comment

    • monte_2000

      #3
      Re: Posting to Java Servlet or cgi

      Bryan,

      I may be able to help. What exactly are you trying to do? Are you
      trying to bring a Webfocus report into your .net application?

      Monte

      Comment

      Working...