cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP PRoxy regeneration

Former Member
0 Kudos

Hi All,

The scenerio is ABAP Proxy to Webservice.

There is change in the XSD but not structure level change means there is only one enemeration value added in the ned XSD,all the other fields/structure is unchanged.

Does it need any proxy regenration?

If so how to achieve it?

Thnaks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If the change is at web service side then no need to re-generate the proxy. If any thing done at proxy side then you should re-generate the proxy.

As Raj mentioned you can follow the same procedure for proxy re-generation.

If you regenerate the proxy then nothing is change in proxy code.

Regards,

Venkata Ramesh

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

rajasekhar_reddy14
Active Contributor
0 Kudos

How to genarate is go to SPROXY trasaction code in ECC , then select your software component >name spaceservice interface---right click on that regenarate proxy.

Former Member
0 Kudos

Hi Raja Sekhar,

Thanks for the quick reply.

select your software component -->name space--service interface---right click on that regenarate proxy.

This is the only thing to be done to regenerate the proxy,right?

Even if I regenerate the proxy it should not affect the code part as I have already mentioned that there is no structure level change.

Do I go for regeneration of the proxy?

Thanks in advance

rajasekhar_reddy14
Active Contributor
0 Kudos

It will not affect anything..just follow the steps.

Former Member
0 Kudos

Thanks Venkata and Raja Sekhar,

So I go for the proxy regeneration.

rajasekhar_reddy14
Active Contributor
0 Kudos

you dont need to genarate proxy again but best practise is regenarate,it would not affect anything on code part.