Expand my Community achievements bar.

Adobe Eforms with Java Application(Struts Framework)

Avatar

Former Community Member

I would like to know how can i direct by click of Submit button to a URL running on Tomcat Server

2 Replies

Avatar

Level 5

Are you submitting the full pdf or looking to access a web service? A simple submit can be done using a button object with control type submit, which then displays a submit tab. On this tab, you can enter a url and submission type. Depending on what you want to do, you can also create a submission using scripting.

Avatar

Former Community Member

Thanks,

The issue was solved.

But now i am facing problem in retrival of XML file.

I want to save XML file in local machine.

In submit button i have given Submit type as XML data.

But how to retrive this file on Server Side.

Some code similar to submit email button functionality is required