cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to generate WebDynpro model from WSDL

MarkusRichter
Explorer
0 Kudos

Hello,

I am using NetWeaver Developer Studio SP15 and I am trying to create a model for Web Dynpro from a deployed WebService.

However, once I started the Wizard to create the model and entered the required data (import Web Service Model, WSDL location,...) I am getting an error that the WSDL is not valid or could not be found!

First I tried to enter the URL directly and selected "local file system or URL". Afterwards I even tried to use a local stored WSDL file. All my tries failed.

Can someone please tell me what I doing wrong??

Here the WSDL:

<?xml version="1.0" encoding="utf-8"?>

<!-- Generated by WSDLDefinitionsParser -->

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="WebServiceTestBeanWsd" targetNamespace="urn:WebServiceTestBeanWsd" xmlns:bns0="urn:WebServiceTestBeanWsd/Config1/document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

<wsdl:import location="http://lsemt08:51400/WebServiceTestBean/Config1/bindings?wsdl&amp;style=document" namespace="urn:WebServiceTestBeanWsd/Config1/document"/>

<wsdl:service name="WebServiceTestBean">

<wsdl:port name="Config1Port_Document" binding="bns0:Config1Binding">

<soap:address location="http://lsemt08:51400/WebServiceTestBean/Config1?style=document"/>

</wsdl:port>

</wsdl:service>

</wsdl:definitions>

By the way, the Apache AXIS framework was able to generate a client proxy from this WSDL ...

Regards,

Markus

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusRichter
Explorer
0 Kudos

Hello,

I just found out the solution... It is a little bit tricky! The documentation gives you the advice to set the proxy according the ones within your browser! I did this, but it didn't work out! Finally I disabled the whole proxy setup and now it works

Markus

0 Kudos

Hi,

I have the same problem - when trying to import wsdl model, nothing happens with any wsdl, local file or url. I don't have any proxy settings.

I am using NW IDE 7.1 AP4.

Do you have idea what could be the trick?

MarkusRichter
Explorer
0 Kudos

Hi,

I did the following:

You have to make sure that the proxy settings of your Workbench are the same as the settings in your Intranet. Check these settings in the Developer Studio under Window -> Preferences -> Workbench -> Proxy Settings. In my case I actually unchecked the button "Use a proxy server". Did you uncheck the button?