cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services are transportable?

Former Member
0 Kudos

Hi all,

I created a Web Service for a RFC enabled function module using Web Service Wizard and generated a Transport Request.

Are the Web Service definitions transportable from one system to otrhere?

Do i need to create a web service in testing and production systrems again?

Regards,

Jessica Sam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jessica,

You can transport the design time definition but you have to configure the runtime definition on each system.

It is logical because the actual URL will not be the same on the dev system or the production system.

You could also use HTTP on the DEV system and HTTPS on the prod system.

Regards,

Olivier

Former Member
0 Kudos

Oliver,

Thanks for the reply.

It is logical because the actual URL will not be the same on the dev system or the production system.

You could also use HTTP on the DEV system and HTTPS on the prod system.

So the design time settings are transportable buy not tun time settings right?

Run time seetings means the ones that I maintain in SOAMANAGER right.

when you say


It is logical because the actual URL will not be the same on 
the dev system or the production system.
You could also use HTTP on the DEV system 
and HTTPS on the prod system.

what do you mean? can i conclude the following?



So you mean to say that I can transport design time settigns
but for run time settings i need to configure them again 
in SOAMANAGER by creating a service definition 
and an end point right?

Please correct me if i am inferring in a wrong way.

Regards,

Jessica Sam

Edited by: jessica sam on Apr 15, 2009 4:11 PM

Former Member
0 Kudos

Jessica,

You are right : you understood exactly what I meant !

Regards,

Olivier

Former Member
0 Kudos

Thanks for your inputs Oliver, you answered my question.

Regards,

Jessica Sam.

Former Member
0 Kudos

Does this mean that any of the applications that we build also need to be re-configured? Thinking of visual composer applications that are built using enterprise web services. If this is the case, then we would need to rebuild every one of them for each environment. Do you have any documentation about this? What about using some sort of logical port or DNS setting to prevent this?

Former Member
0 Kudos

Hi, Does this mean that we have to set QAS as Writable, and create the service in SICF transaction? And the same for PRD??

I've Tried to transport a Service from SICF in DEV to QAS but I still can't find the service in QAS SICF.

Thanks for your answer in advance.

Answers (1)

Answers (1)

Former Member
0 Kudos

And what if we had created more than one Web Service Bindings per Service. And what is the status of the Dependent application web service URL's? Do we need to modify the URL only or do we need to recreate the Web Reference as a whole? Please advice.