cancel
Showing results for 
Search instead for 
Did you mean: 

Calling webservice in VC - skip parameters

pvannest
Participant
0 Kudos

Hi all,

I'm new to VC. I'm trying to call a SAP webservice which reside in my backend ECC 6.0 system from VC. First of all, i have tested my webservice in wsnavigator on portal. There everything goes well, but i have to skip certain internal parameters, otherwise i get an error.

Now i would like to do the same in VC. So I need some kind of config setting to say that certain parameters should not be send. When i deselect the parameter when defining the data service, it doesn't work, i think vc still sends the parameters but with empty values.

please advice,

thanks

Peter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you want to send blank parameters then I suggest if possible you have a wrap rfc or something beforehand which turns all blank values into a special character. Then inside your webservice you can look for any parameters with this character and convert them back to blank. I know this is a pain but visual composer does not allow blank values to be passed to webservices.

pvannest
Participant
0 Kudos

ok, thanks, i'll do it like this.

regards

Peter

Answers (0)