cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with WSDL of ESR generated proxy (ABAP)

Former Member
0 Kudos

Hello to All

I've generated proxy object from ESR definition in SPROXY transaction. Generation was correct, no errors reported. Now I'm trying to configure endpoint in SOAMANAGER and here problem starts. When I try to open wsdl I get this message:


- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
- <soap:Body>
- <soap:Fault>
  <faultcode>soap:Server</faultcode> 
  <faultstring>Incorrect value: Target Namespace must be URIatena.pl/xi/zss_prototype</faultstring> 
- <detail xmlns:slibfault="http://xml.sap.com/2005/11/esi/slib/fault/">
  <slibfault:timestamp>Mon, 17 Aug 2009 09:03:25 GMT</slibfault:timestamp> 
- <slibfault:exception>
  <slibfault:text>Incorrect value: Target Namespace must be URIatena.pl/xi/zss_prototype</slibfault:text> 
  <slibfault:position program="CL_SWSDL11_DEFINITION=========CP" include="CL_SWSDL11_DEFINITION=========CM001" line="6" /> 
  </slibfault:exception>
  </detail>
  </soap:Fault>
  </soap:Body>
  </soap:Envelope>

Exactly the same on WSDL tabpage in SPROXY transaction.

Any suggestions about this namespace? This is namespace from definition in ESR.

Best Regards

Maciej

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What is value of namespace? I believe this error because of un-recognized namespace of service.

Regards,

Gourav

Former Member
0 Kudos

But where this namespace should be provided? I've only completed all steps of proxy generation. Namespaces are visible in SPROXY transaction but only those imported from ESR. They seem to be correct.

Regards

Maciej

Former Member
0 Kudos

Hi,

True but please paste namespace value, you can see it in sproxy and ESR as well. This is issue is related to value of namespace and let us ruled out that possibility to help you further.

If your namespace is : "http://somehost then it is ok if it is something else please let us know.

Regards,

Gourav

Former Member
0 Kudos

The namespace is atena.pl/xi/zss_prototype - as in the initial post's error message.

Regards

Maciej

Former Member
0 Kudos

Hi,

>The namespace is atena.pl/xi/zss_prototype - as in the initial post's error message.

Please change it to http://atena.pl/xi/zss_prototype because you must have namespace either as URI or URN. That's why you have this error.

Regards,

Gourav

Former Member
0 Kudos

Thank you very much.

Regards

Maciej

mauro_blanc3
Active Participant
0 Kudos

I have the same problem when creating the proxy client using the wizard. Mine is "http://host:port/servicios/servlet/agenlote?wsdl". Any help is appreciated

Moderator Message: Please don't post IP & port address details here, thanks. I don't think your problem is the same either. Please also avoid cross posting and rather start a new thread

Edited by: Trevor Naidoo on Sep 1, 2011 2:49 PM

Answers (0)