cancel
Showing results for 
Search instead for 
Did you mean: 

VC runtime error when web service is changed

Former Member
0 Kudos

vc design time - no issue

VC runtime - error

I have a web service returns FunctionA() - I used the FunctionA() in my VC application

when I changed the web service using composite application framework to FunctionB(), I have configured VC application by removing the FunctionA() and added FunctionB() - VC application at runtime gives the error:

Error occurred while executing the service: Backend function, functionB not foundin getFunction:

Error occured while executing the service: Error occurred while executing the service: Backend function, functionB not foundin getFunction:

I tested the service in WS Navigator and it returns the perfect values even tested using service browser it works fine.

any idea?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Restart J2EE SERVER.

justin_starr
Explorer
0 Kudos

Hi,

We are experiencing the same problem. Did you ever find a resolution?

-Justin

Former Member
0 Kudos

Justin,

restart your J2EE server, it will solve your problem.

Former Member
0 Kudos

Hi,

may be your application is not accessing the chnaged webserive .

try to replce the dataservice of your webservice with the new one in the design board.

Regards,

Govindu

justin_starr
Explorer
0 Kudos

Hi,

We are experiencing the same problem. Did you ever find a resolution?

-Justin