cancel
Showing results for 
Search instead for 
Did you mean: 

Problem deploying VC as web dynpro / using as callable object

Former Member
0 Kudos

Hi,

we are trying to deploy a VC as web dynpro and receiving the following error message:


com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag Invoke 
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.getConfigEntryForParser(XGLParser.java:269)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTag(XGLParser.java:298)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTag(XGLParser.java:307)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTopTag(XGLParser.java:239)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseController(XGLParser.java:225)
    ... 66 more

We use some popups which are invoking serveral Web Services.

If we compile this app as Flash-App it works, but the problem then is, that it not appears as choice for creating a callable object...

Any suggestions?

regards

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christian,

if I understand it, you want to deploy the application now with WD.

This is not possible, because flash/WD has difference components.

Build your application from the beginning with WD, if you want compile and deploy it with WD.

best Regards,

Marcel

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marcel,

ok, Web Dynpro doesn´t support popups.

And Flash-VCs can not be used directly as callable object (WD4VC) because they aren´t WDs.

Now we are using the Flash-Components as callable object with the help of Portal iViews. That works.

Thanks for your quick solution!

Christian