cancel
Showing results for 
Search instead for 
Did you mean: 

Question to Web Service model

Former Member
0 Kudos

Hi all,

I created a Web Dynpro model based on a Web Service but it looks like the response type ("myResponse") defined in the WSDL file is not generated (exception: Part myResponse not found in response).

Does anybody know what I need to do?

Thanks,

Eugen.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Eugen

Check whether your WSDL has the tag "wsdl:output". If you have that tag it has to generate the response.

Kishore

Former Member
0 Kudos

Hi Kishore,

Thank you very much for your help.

The <wsdl:output> tag looks like:

...

<wsdl:portType name="myService">

...<wsdl:operation name="myService">

.....<wsdl:input message="p1:myRequest" />

<b>.....<wsdl:output message="p1:myResponse" /></b>

...</wsdl:operation>

</wsdl:portType>

...

p1 is the namespace as defined in the <i><wsdl:definitions</i> line.

The only difference to my input structure <i>myRequest</i> is that <i>myResponse</i> contains another structure <i>listType</i> with all the field definitions. <i>myRequest</i> and <i>listType</i> are generated in the model, <i>myResponse</i> is not. Is there any limitation on importing nested structures? Or do I miss something else?

Eugen.

Former Member
0 Kudos

Hi Eugen

Can you post the WSDL file here or send it to my yahoo account (vnaga_kishore@yahoo.com). I will check the same and get back to you.

Kishore

Answers (0)