cancel
Showing results for 
Search instead for 
Did you mean: 

PROXY metadata and virtual end point

Former Member
0 Kudos

Hi Team,

I have deleted an existing proxy ( that is already moved to production) and recreated the same.

The transport with the deleted proxy objects contains an entry for virtual endpoint

But transport with the new proxy object does not contain Virtual end point.

  • Does the virtual end point contain the metadata for the service?

  • Should I include the virtual end point manually in the request that contains the newly created proxy object?

  • Should I follow any particular order to transport these 2 requests?

Note:

The service interface  was not changed only the proxy class was recreated.

Please share your thoughts on the same.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Nancy,

If I am not wrong you are developing the proxies without PI. The SOAMANAGER configuration as far as i know you need to configure in each environment without transport order.


Does the virtual end point contain the metadata for the service?

The virtual end point contains where goes to connect and how to do it.


Should I include the virtual end point manually in the request that contains the newly created proxy object?

In the ABAP proxy development you need to set the virtual port. I dont understand right this question


Should I follow any particular order to transport these 2 requests?

You can have in the same request order the proxy deleted and the new one.

Hope this helps.

Regards.