Posting to Java Servlet or cgi

  • Thread starter Thread starter Bryan
  • Start date Start date
B

Bryan

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
 
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.
 
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
 
Back
Top