cancel
Showing results for 
Search instead for 
Did you mean: 

Exception on execution of web service with WSDL

Former Member
0 Kudos

Hi Experts, I have created a web service and imported in web dynpro though model.

The following steps fr importing model:

1:Adaptive web service model

2:Selected uddi or url

3:no logical destination

4:gave the wsdl file path.

than binded model to component controller and then binding of view to component.

And when i am entering values into the input field and executing the model its giving me the exception

"Exception on execution of web service with WSDL".

Can u plz guide me on this

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

answered

former_member186016
Active Contributor
0 Kudos

Hi,

This error means that web service is reachable. But during execution of web service some exception is thrown.

Using Web Service Navigator to find out what are the mandatory inputs required for the Web Service. Ensure that you mandatorily fill them in your Web Dynpro application.

For more details check the logs in the server. There will be more detailed error trace present there.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

thanxs for the reply, I have checked in wsnavigator all the methods are running over there.I am able to insert values into the database.But from web dynpro its giving an exception

Former Member
0 Kudos

ok while creating logical destinations

1:what name should be given to logical destination in name field same as used while creating model

2:What should be the url should it be

http://localhost:50000/ or whole wsdl url path.http://localhost:50000/PMS/Config1?wsdl

3:After selecting BASIC , which user name and password should be given,

Portal user id n password or Backend SQL userid n password

former_member197348
Active Contributor
0 Kudos

Hi,

1:what name should be given to logical destination in name field same as used while creating model

Answer: any custom name (e.g. PMS_DESTINATION)

2:What should be the url should it be

http://localhost:50000/ or whole wsdl url path.http://localhost:50000/PMS/Config1?wsdl

Answer:http://localhost:50000/PMS/Config1?wsdl

3:After selecting BASIC , which user name and password should be given,

Portal user id n password or Backend SQL userid n password

Answer:Backend userid. password

regards,

Siva

Former Member
0 Kudos

HI

for Using UDDI or Url for webservices , UDDI has to be configured .

And first check in the WSNAVIGATOR whether your WSDL is working file ,

check the link

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1b651014-0301-0010-c39a-98d7cd05...

else creat logical Destination in Visual Admin and use the Webservices

murali

.

Former Member
0 Kudos

Hi,

Refer to wiki link https://www.sdn.sap.com/irj/scn/wiki?path=/display/wdjava/faq-Models-AdaptiveWebService & associated links which might be helpful.

Kind regards,

Nitin