cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating proxy consumer

former_member1211871
Participant
0 Kudos

Hi gurus.

I am trying to generate a proxy in oprder to consume an external WS and I am receviving the following error:

Proxy-Generierung: Fehler aufgetreten

Exception occurred in library handler

Attribute "use" has incorrect value

Within binding definition, we have definitions like this one:

<operation name="getAllCountries">

<s3:operation soapAction="" style="rpc" />

<input>

<s3:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://oami.europa.eu/admin/ws" use="encoded" />

</input>

<output>

<s3:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://oami.europa.eu/admin/ws" parts="return" use="encoded" />++

</output>

</operation>

Which should be the parameter value for the attribute "use"? is this something that we can ask to change to the webservice provider?

Thanks and regards,

Pablo

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_humberg
Contributor
0 Kudos

I am not not sure, but it seems that SAP expects the value use="literal" for the proxy generation.