Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

web service problem

Former Member
0 Likes
396

Hi,

When opened soamanager and after single service management and etc. and lastly select the webservice i see have created and when wanted to open the wsdl document via:Open WSDL document for selected binding

i get the following error in the file:

- <slibfault:exception>

<slibfault:text>Wrong value: Object IF :no location url for

ZWEB_CREATE_ORDER </slibfault:text>

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

</slibfault:exception>

What causes this error?

i need fast answers, thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
349

When i have created a new webservice from the same function module and transported it into production system,

it is not seen in se80 - enterprise services also?

But i see it in soamanager screen. Why seen in soamanager and not seen in se80?

What i am doing wrong?

Thanks.

Read only

Former Member
0 Likes
349

Hi,

I think the WSDL file you have used doesn't have the endpoint URL mentioned properly. Open the WSDL file in a XML editor or even Internet Explorer and search for endpoint.

There can be multiple endpoints in the same WSDL file. Check for the one you are using and see if the correct URL is maintained there. The URL can be like <www.somehwhere.com>/<methodname> or can be a IP address and port numbe combination.

SAP uses this information to connect to the endpoint.

Regards

Barada