cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot generate proxy (object missing in WSDL, see long text)

Former Member
0 Kudos

Hi All,

I am trying to create Client proxy object for a Web service requestor application in the object navigator (transaction SE80). I have selected the 'Local file' option as the source of WSDL document. The problem I am facing is that when I try to execute it after selecting the WSDL file, the system throws following error.

_________________________________________________________

<b>Cannot generate proxy (object missing in WSDL, see long text)</b>

Message no. SPRX084

<b>Background</b>

During proxy generation, an interface description in WSDL format is fetched from the Integration Builder or another source and interpreted. This WSDL document must describe the whole interface correctly.

==> Display WSDL Document

<b>Diagnosis</b>

In the WSDL document, the object

"<message name="Siebel_spcAccount_SiebelAccountQ..."

from the namespace

"http://siebel.com/asi/"

links to the object

""

from the namespace

""

However, this last object does not exist in the WSDL document.

<b>System response</b>

ABAP proxy generation expects that all directly and indirectly referenced objects are in the WSDL document. Therefore, no proxy can be generated for this WSDL and the system displays an error message.

<b>Procedure</b>

This situation can have different causes:

Object "" not been defined

Object "" saved in the wrong namespace

In the reference to object "", the wrong name was specified

In the reference to object "", the wrong namespace "" was specified

Internal error in the service that constructs the

_________________________________________________________

Could anybody help on this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

have you solved this prolem yet?

I have the same problem and I need help!

Thanks!

Johannes

athavanraja
Active Contributor
0 Kudos

Welcome to SDN.

Looks like there is some problem with the WSDL file. Are you able to open WSDL in the browser?

Also understand the constraints of ABAP SOAP services explained in the link given below

http://help.sap.com/saphelp_nw04/helpdata/en/bb/ddb33d2ae46b3be10000000a114084/frameset.htm

Regards

Raja