cancel
Showing results for 
Search instead for 
Did you mean: 

set start point parameters by url

Former Member
0 Kudos

hello,

i already tried this: https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passingvaluesvia+URL&focusedCommentId=23189

this wont work for me:

i have a start point with parameter "ka_id" type string.

url-request like this (already escaped by browser)

http://<host>:50000/webdynpro/dispatcher/sap.com/test~wkbt_impl/KundenAnfrageBearbeiten?_paramsXmlStr_=<Params><Row%20ka_id="foo"></Row></Params>

this just yields a nice 500er:

java.lang.NullPointerException

at com.sap.tc.wd4vc.util.java.WD4VCNodeNotificationListener.createElementAndNotifyMappedNodes(WD4VCNodeNotificationListener.java:66)

at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLStartPointRelay.createAndFillElementInclChildren(XGLStartPointRelay.java:333)

at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLStartPointRelay.fillComplexDataWithURLParams(XGLStartPointRelay.java:311)

at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLStartPointRelay.createComplexDataIfURLParamExists(XGLStartPointRelay.java:291)

at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLStartPointRelay.execute(XGLStartPointRelay.java:102)

any hints?

thanks,

kai

Accepted Solutions (1)

Accepted Solutions (1)

padmashree_b
Explorer
0 Kudos

Hello,

If the parameter is "ka_id" then the URL must be http://<host>:50000/webdynpro/dispatcher/sap.com/test~wkbt_impl/KundenAnfrageBearbeiten?ka_id=foo

Additionally if there are multiple parameters then they are seperated by &

Hope this helps.

Kind Regards,

Padma

Former Member
0 Kudos

thanks a lot, didnt know VC 7.1 uses different parameter syntax.

thanks,

kai

Answers (0)