cancel
Showing results for 
Search instead for 
Did you mean: 

Transport Services

markus_reich
Participant
0 Kudos

Hi,

in SAP MII there were so called Transport Services

http://help.sap.com/saphelp_mii122/helpdata/de/4c/976516c14d60c3e10000000a15822d/frameset.htm

Is there a more detailed documentation?

We want to use the ImportProject functionality, but couldn't find any example how to set parameters?

We just need to upload certain transactions, we also tried the Catalog Services, but couldn't find a way to upload content?

regards

Markus

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

The Import/Export functionality is done through a Project zip file. If you export your project from the source server's project admin page in the menu, you can delete the files you don't want to transport (the root folder(s) and the nested WEB folder should resemble what you see in the workbench). Then import the file zip file into the destination server. It will work similar to an insert/update routine.

markus_reich
Participant
0 Kudos

Hi Jeremy, I know the base transport functionality, but I want to use the webservice api to manually upload files!

Background is, that we don't want to use the NWDI for code versioning, so we build a solution based on SVN, for this we need a possibility to directly upload files.

The workaround would be to write direct to the db table.

Regards

Markus

former_member193328
Active Participant
0 Kudos

Hi Markus

The Import Project service looks like

http://server:port/XMII/Illuminator?service=Transport&Mode=ImportProject&encoding=<true or false>

The payload of this service should contain the MII project zip. This service is supported from MII 12.1 SP06. MII 12.2 SP02 or higher should also have it.

Best regards

Partha

0 Kudos

Hi,

I don't know how I can append the zip file?

Can you give an example

best regards

Ronny

0 Kudos

Hi,

I have found a sample code in java that works.

Here is a link:

http://answers.google.com/answers/threadview?id=193780

best regards

Ronny

Answers (0)