cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix 'Unexpected error: Incorrect value: Location URL' in WSDL

Former Member
0 Kudos

Hi All,

Using SOAMANAGER transaction, I created a service ECC_CUSTOMERQUOTEERPCRTRC and its binding 'ECC_CUSTOMERQUOTEERPCRTRC_binding' using the Create Service option under the tab Configurations and using the web service definition 'ECC_CUSTOMERQUOTEERPCRTRC'. When I click on the link "Open WSDL document for selected binding" under the tab 'Overview', I get the following XML code in the popup window for the WSDL.

-


- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

- <soap:Body>

- <soap:Fault>

<faultcode>soap:Server</faultcode>

<faultstring>Unexpected error: Incorrect value: Location URL for subject IF {http</faultstring>

- <detail xmlns:slibfault="http://xml.sap.com/2005/11/esi/slib/fault/">

<slibfault:timestamp>Wed, 17 Nov 2010 22:29:02 GMT</slibfault:timestamp>

- <slibfault:exception>

<slibfault:text>Incorrect value: Location URL for subject IF {http://sap.com/xi/APPL/Global2}:CustomerQuoteERPCreateRequestConfirmation_In not found</slibfault:text>

<slibfault:position program="CL_SIDL_SUBJECT_ADAPTER=======CP" include="CL_SIDL_SUBJECT_ADAPTER=======CM006" line="47" />

</slibfault:exception>

</detail>

</soap:Fault>

</soap:Body>

</soap:Envelope>

-


The XML code for nthe WSDL displays an error 'Unexpected error: Incorrect value: Location URL for subject IF '. It looks like the code could find the required URL. Please let me know how to fix this error.

Thanks in advance.

--R D

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi R D,

I think SAP Note 1351078 might be relevant for you.

Regards, Trevor

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello.

In SOAMANAGER delete your "unexpected" service (endpoint).

Then create it again.

If same error will occurs - try to delete all definitions of this service (include sicf-transaction) and then create it completely again.

Hope it helps.