Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice issue - not created correctly

Former Member
0 Kudos

OK, I created a webservice from a FG. Then I needed to change an Import parameter to a Changing parameter. First I deleted the existing webservice then I changed the FM, activated it and the FG, then I created a new webservice from the FG. Everything works except it didn't pickup the Changing structure. So now I can't use the webservice because the signature doesn't match the signature of the FM (the changing structure is missing). I have tried recreating the webservice a few times and it keeps happening.

I had this issue a few days ago but, eventually, it seemed to work itself out. What is causing this and/or how do I avoid it?

Regards,

Davis

1 REPLY 1

GrahamRobbo
Active Contributor
0 Kudos

Hi Davo,

a "changing" parameter doesn't really fit the web service programming model where there is a clear separation between input and output - the same is true of "tables" parameters.

I suggest replace your changing parameter with separate importing and exporting parameters.

Cheers

Graham Robbo