cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while consuming external webservice

Former Member
0 Kudos

Hi,

I tried consuming webservice through se80->Enterprise Service->Service consumer.

For SAP webservices i am able to consume it. It is creating proper proxies.

But I tries it using with external WSDL url. It is saying error as

'Incorrect value: Unknown namespace http://www.w3.org/2001/XMLSchema'

Please help

Regards,

Dhana

View Entire Topic
MarkusPeter
Explorer
0 Kudos

Hi Dhana and Martin,

when looking at the "Weather Service" WSDL speficialy, I guess the issue lies with the "HtttpGet" and "HttpPut" services defined at the end of the WSDL, and with the corresponding binding, port and portType definitions. The "http" bindings aren't really SOAP.

Since you don't need these services/bindings to call the weather service from an ABAP system, simply remove them from the WSDL and generate the ABAP client proxy based on the modified WSDL.

At least, this worked on my ABAP 7.01SR3 trial system.

Hth,

Markus