cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Service not loaded: WSDL Exception

Former Member
0 Kudos

MII: 12.0.3

OS: Win2k3 64bit

JDK: 1.4.2_18

Trying to load a web service and i keep getting this error which i'm having a hard time finding out the problem.

SOAP service could not be loaded. WSDLException (at /Rowsets): faultCode=INVALID_WSDL: Expected element 'definitions'

I loaded the WSDL path in IE and it comes up fine. The targetNamespace="http://tempuri.org" and xmlns:wsdl="http://schemas.xmlsoap.org/wsdl

If anyone has any suggestions or help please let me know....

Thank You

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Nevermind.....Figured it out.

Turns out the target system was on a domain while the client box accessing it was NOT on a domain.

Changed the URL reference to the IP address instead of the server name and it worked.

- Thanks