Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

download file to domain

Former Member
0 Kudos

Hi,

i build Web service and i get the URL (after i finish the wizard ) http://pwdf6445.wgf.sas.

i want to put (download) html file into the same www root domain http://pwdf6445.wgf.sas ,

how can i do that?

*in the end i want that the html file will have the same domain.*

any idea will help.

Regards

1 ACCEPTED SOLUTION

former_member10945
Contributor
0 Kudos

Just put the bin-release directory from Flex Builder on whatever web server is running on the "http://pwdf6445.wgf.sas" host. The HTML and SWF are just static MIME objects that the browser needs to load like any other web page and image file.

-d

10 REPLIES 10

former_member10945
Contributor
0 Kudos

Just put the bin-release directory from Flex Builder on whatever web server is running on the "http://pwdf6445.wgf.sas" host. The HTML and SWF are just static MIME objects that the browser needs to load like any other web page and image file.

-d

0 Kudos

HI Daniel ,

Thanks for your replay!

maybe u can explain how to do that .

i new with this topic.

Thanks again ,

Best Regards

0 Kudos

well that depends on what is serving the webservice. I don't know much about the Java stack so someone else will have to come to your rescue there but, if it's ABAP, then just put the bin-release folder and all its sub-folders in the MIME-repository and point your browser at the HTML file. The Flex app will load just like it did on your development machine.

-d

0 Kudos

Hi Daniel ,

thanks ,

the web service is abap ,

u write :

then just put the bin-release folder and all its sub-folders in the MIME-repository.

1 .i do that but my consumer want url how i can give such?

in the mime repository i have path like : ZCNT/test 2/ptt1.txt

2. what do u mean bin-release?

3.point your browser at the HTML file. how ?

4.The Flex app will load just like it did on your development machine. i need to do soething?

Regards

0 Kudos

Dividing the question:

>

> 2. what do u mean bin-release?

> 4.The Flex app will load just like it did on your development machine. i need to do soething?

>

The bin-release folder is the output folder in Flex Builder for a project that has been correctly compiled. The folder is not generated by default while you are programming. In Flex Builder you need to go to Project->Export Release Build. Follow the instructions in the wizard and you will get a bin-release folder in your project.

No you don't need to do anything, you just browse to the URL where you saved the HTML file in the MIME repository.

>

> then just put the bin-release folder and all its sub-folders in the MIME-repository.

> 1 .i do that but my consumer want url how i can give such?

> in the mime repository i have path like : ZCNT/test 2/ptt1.txt

> 3.point your browser at the HTML file. how ?

>

If you don't know how to put things and then find them again in the MIME-repository I suggest you got back to your other thread you already have open in the Netweaver WAS forum and get them to help you out.

0 Kudos

Hi Daniel,

thanks,

sorry but what is the flex builder ?

Best Regards

0 Kudos

>

> Hi Daniel,

>

> thanks,

>

> sorry but what is the flex builder ?

>

>

> Best Regards

um. yea.

You are aware this is the Rich Internet Applications forum, which focuses on RIA ( Rich Internet Application ) use with SAP. A few examples of these technologies are Silverlight, Flex, Javascript and Java/FX. If you are NOT using one of these technologies then this is the wrong forum.

0 Kudos

HI Daniel

sorry for your time ,

maybe u can suggest me the right forum for this kind of questions .

Regards

0 Kudos

I had originally thought your question pertained to using a Flex Application to retrieve data from a SAP web service and you wanted to make sure that the Flex App didn't run into any cross domain issues by serving it from the same domain. However, given some of your further responses and lack of clarification, I don't know what your problem actually is or what you are trying to do.

In the spirit of answering your question, Information about Flex Builder can be found on the [Flex Builder Product Page|http://www.adobe.com/products/flex/features/flex_builder/].

0 Kudos

HI Daniel ,

what i want it's look like simple but i don;t now how to do it.

i build a abap Web service and i get the URL (after i finish the wizard ) http://pwdf6445.wgf.sas.

i want to put (download) html file into the same www root domain http://pwdf6445.wgf.sas ,

that the html file have the same url like i get from the WS .

Best Regards