cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP: RPC-Style proxies won't be generated since SP16

Former Member
0 Kudos

Hello,

since i updated to NW7.0 SP16 i can not generate a web service consumer from RPC-Style WSDL. The generation canceles with the stupid messages


Proxy-Generierung: Fehler aufgetreten

Exception occurred in library handler

Attribute "use" has incorrect value

On SP 14 the proxies were generated well.

Need some help.

Thanks, for advices

Gena

Accepted Solutions (0)

Answers (2)

Answers (2)

daniel_humberg
Contributor
0 Kudos

I am having the same problem

Former Member
0 Kudos

Hi,

When you upload the WSDL, you have to select on messages: Using RPC style. have you done that? Please try that.

thanks

amit

reward point if answer is useful

Former Member
0 Kudos

Hi Amit,

thank you for the hint, but i generate the "normal" proxies within the abap workbench. It is not possible to choose the message type (or i'm wrong?). However, the affected messages are defined within the wsdl as RPC style encoded (see snippet below):


...
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="test">
			<wsdlsoap:operation soapAction=""/>
			<wsdl:input name="testRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://uri.com" use="encoded"/>
			</wsdl:input>
			<wsdl:output name="testResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://uri.com" use="encoded"/>
			</wsdl:output>
                </wsdl:operation>
</wsdlsoap:binding>
...

As i already wrote, on SP14 i did generate the proxies successfuly.