cancel
Showing results for 
Search instead for 
Did you mean: 

put file on root of wsdl

Former Member
0 Kudos

Hi ,

i build Webservice and i get the URL http://pwdf6445.wgf.sas.

what i want is put file into the same www root ( that i get by wsdl - http://pwdf6445.wgf.sas ) how can i do that?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>what i want is put file into the same www root ( that i get by wsdl - http://pwdf6445.wgf.sas ) how can i do that?

I'd suggest ftp - just set up ftp connection to the www root folder and put the file there

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal Krawczyk ,

Thanks a lot,

i new in this topic,

maybe u can explain me how to do that?

Regards

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>I'd suggest ftp - just set up ftp connection to the www root folder and put the file there

download any ftp server and install it on the same machine

as your WWW server

then create access from it to your www root folder

then with XI you can use FTP adapter to put any file into that location

that's all I guess

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

thanks,

u write : then with XI you can use FTP adapter to put any file into that location .

i have to use XI for that?

we don't have this tool .

there is another way ?

Regards

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>i have to use XI for that?

>we don't have this tool .

but this is XI forum...

you can put it manually if you don't have XI I guess

or write an application that will be putting it over there

Regards,

Michal Krawczyk

Former Member
0 Kudos

HI Michal,

Thanks,

sorry for the inconvenience .

u write : or write an application that will be putting it over there

u have example for that ?

or where i can find help for that?

Regards

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

google has milions of examples of java ftp library usage for example

just type: ftp java library

Regards,

Michal Krawczyk

Former Member
0 Kudos

HI Mickel,

it not helps because i don't now JAVA,

i just build a web service in abap .

u think that i have to use gui_upload,for upload a file to the domain .

it is possible ?

Thanks and Best Regards

Answers (0)