Hi


I created simple pojo service that contains 2 classes : a service class that
has method that return simple Person class (name, id both String).

The wsdl file created by java2wsdl has the schema embedded.

i deployed this service under axis2 at Apache tomcat.

I have a Client product that when it parsing the WSDL file of that service
it's failing to read the parameters of the operations and giving the
following error:

'schemaLocation' attribute missing on 'import'


now, I think it's referring to this line from the WSDL file:

<xs:import namespace="http://data/xsd"; /> 



I attached the WSDL file and the sercices.xml.

Please help.

Thanks in advance

Roi

http://old.nabble.com/file/p33182751/CalcWithPerson22.wsdl
CalcWithPerson22.wsdl  http://old.nabble.com/file/p33182751/services.xml
services.xml 
-- 
View this message in context: 
http://old.nabble.com/Axis2-Issue%2C-Please-Help%21-tp33182751p33182751.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to