cancel
Showing results for 
Search instead for 
Did you mean: 

Exception on creation of service metadata for WSDL URL

Former Member
0 Kudos

Hi,

I created webservice model(using wsdl: " http://soap.search.msn.com/webservices.asmx?wsdl ") in webdynpro java.

Then i tried to access model by creating a model object like this LiveSearch model = new LiveSearch();

after deploying, im getting the following exception..

com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException:

Exception on creation of service metadata for WSDL URL 'http://soap.search.msn.com/webservices.asmx?wsdl' and service factory configuration 'null'

can anyone help me?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

have you the webservice inthe WSNAVIGATOR , is this working fine.

did you create destination for your webservices , and then try writing the code in NWDS

creating the instance for your Model and all the respective NOdes needed which you need to use .

Thanks

Former Member
0 Kudos

Have you maintained proxy server settings in NWDS ?