cancel
Showing results for 
Search instead for 
Did you mean: 

Error generating a ABAP web service

manish_bhalla2
Contributor
0 Kudos

Hi,

When we try to generate a service interface in transction SPROXY, we get the following error...

Internal error GET_SIDL in CLWS_MD_VIF->GET_WSDL; inform the person responsible

When I try to access the WSDL, we get the following message instead of the wsdl document...

- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
- <soap:Body>
- <soap:Fault>
  <faultcode>soap:Server</faultcode> 
  <faultstring>Uninstantiated object "sidl definition" in method IF_SRT_WSP_CONFIG_DT~GET_SIDL of class CL_SRT_WSP_CONFIG_DT</faultstring> 
- <detail xmlns:slibfault="http://xml.sap.com/2005/11/esi/slib/fault/">
  <slibfault:timestamp>Tue, 23 Dec 2008 14:59:17 GMT</slibfault:timestamp> 
- <slibfault:exception>
  <slibfault:text>Uninstantiated object "sidl definition" in method IF_SRT_WSP_CONFIG_DT~GET_SIDL of class CL_SRT_WSP_CONFIG_DT</slibfault:text> 
  <slibfault:position program="CL_SRT_WSP_CONFIG_DT==========CP" include="CL_SRT_WSP_CONFIG_DT==========CM00J" line="18" /> 
  </slibfault:exception>
  </detail>
  </soap:Fault>
  </soap:Body>
  </soap:Envelope>

We get the same error if we try to use the service interface created in the ESR to generate a web service for a function module.

The service interface was created using an xsd that was generated using JAXB. Would that be relevant?

Cheers

Manish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Does any one face the same issue?