cancel
Showing results for 
Search instead for 
Did you mean: 

External Web Service consuming. Changing generated proxy.

Former Member
0 Kudos

Hello, we are consuming the external web service and we need to change some data type, because the WS return xsd:date type and ABAP generated xsddate_d type, but we need the xsdtype_iso. So we trying to change the proxy by using the sproxy t-code, as it is saying. But we can't find our generated proxy in the sproxy. What have we to do to be able to change external WS cosumer proxy?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please look for proxy in transaction SE80 (search for consumer proxy). If you want to change field then better do it in WSDL and recreate proxy.

Regards,

Gourav

Former Member
0 Kudos

As I know, the xsd:date type in the WSDL is always translated to the xsddate_d in ABAP. But I need xsddate_iso type in the ABAP. How can I change the WSDL to achieve it?