Forum Discussion

kevinc's avatar
kevinc
New Contributor
16 years ago

New project from WSDL error

Trying to create a new project to test a webservice (hosted on Liferay, using com.sun.portal.wsrp.producer.wsdl.WSDLServlet)
I'm getting SoapUI error:
"Thu Aug 27 15:37:11 BST 2009:ERROR:Loading of definition failed for [file:...]; java.lang.NullPointerException".

The WSDL URL is http://www.learningwarehouse.org/wsrp-p ... gWarehouse

However, if I save the WSDL file to PC, and load - the same error 
Change the import function (line 3) from http://www.learningwarehouse.org:80, to
http://www.learningwarehouse.org - it all loads just fine. 

It appears to fall over because some of the standard xsd files are from a different domain (i.e. without the :80 suffix) - but this should not make any difference!

However, as the WSDL is generated automatically from sun.portal code, I don't know how to remove the :80 from WSDL.

Anyone come across similar problem - or is it a bug in SoapUI?

Thanks
Kevin