cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume webservices i.e WSDL file in Webdynpro ABAP.

Former Member
0 Kudos

Hi experts,

I have WSDL file in my local system, configured using SOAMANAGER ,a proxy class is generated,when i test it prompts for username and password after entering the required data it is executing fine.

I called the the PROXY NAME in my WD component using service call , a method is generated . But when i pass the values in importing parameter getting an error "Null reference object".

I think this error is for Authorization ??

Please help me..

Thanks

Aisurya

Accepted Solutions (0)

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

instead of service call, try calling the proxy class method by explicitly creating object and then passing parameters etc.

Define context, attributes and then pass those to proxy method.

Thanks,

Chandra