cancel
Showing results for 
Search instead for 
Did you mean: 

[Web Service in Web Dynpro question] input parameter

Former Member
0 Kudos

Dear All,

i have an idea about below.

i want to call an WS method and the input parameter is an Object type.

so, i can change different input class.

i use a session bean to create WS and create a Model in Web Dynpro .

does anyone have any experience about above idea?

here are my simple code

public class Test implements Serializable;

//in session bean need two method. so the Test class

//which show as ComplexType_Test can be create in Web

//dynpro Model.

//method1:

public String test(Object arg1);

//method2:

public Test businessMethod() ;

but i run executeMethod in web dynpro, i can't run.

does anyone have any idea about it.

Message was edited by:

WU WENJR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Did u check if ur web service is working fine u could check it by going to this

URL http://hostname:port no/ wsnavigator/enterwsdl.html

or else do post the error messge that u get when u try to call that web service..

Regards

Krishna

Former Member
0 Kudos

Hi Krishna,

My web service can work fine at the Web Services Navigator,

but can not work in web dynpro

Regards

Wen-jr

former_member186016
Active Contributor
0 Kudos

Hi,

Just check following: If you are using any class like Test in your case, don't forget to expose that class also in the web service.

What exactly is the error which you getting in your case ?

Regards,

Ashwani Kr Sharma

Answers (0)