cancel
Showing results for 
Search instead for 
Did you mean: 

Element '{http://tempuri.org/}return' missing

Former Member
0 Kudos

hello,

when I call a web service, I'm getting an error message "Element '{http://tempuri.org/}return' missing" and the return table is empty. Can anybody help me about this message?

It's working properly on SOAPUI without any error/info message.

Accepted Solutions (0)

Answers (1)

Answers (1)

NTeunckens
Active Contributor
0 Kudos

Check the NameSpace in the WSDL of SOAP WebService.

You might have created / generated some WebService with ...

http://tempuri.org/

... even though that is not actually the right URL ...

See this external link : https://blogs.msdn.microsoft.com/endpoint/2011/05/12/how-to-eliminate-tempuri-org-from-your-service-...