Axis-Mora

FAQs

Contents

Trouble Shooting Instructions
Trouble Shooting WSDL2Ws

Trouble shooting Instructions

Please make sure following conditions are satisfied.

1. You need jdk1.4.* or more to build axismora.

2. Make sure you use axis.jar 1.1 release.(Anything taken from the newest cvs should work).

3.axismora does not support multirefs.

In your client to stop sending  multirefs(if you are using axis client), then take org.apache.axis.AxisEngine classfile from axismora and make sure it is at the top of the classpath in your axis client.

4.axismora doesn't support attachment.

5. make sure your SOAPAction should be same as the service name in the service tag of the mora-server.wsdd.

6.Make sure your endpoint URI at the client is of the form of http://host:port/axismora/servlet/AxisServlet

Trouble shooting WSDL2Ws

1.The schema in your wsdl should not contain types extended from anything other than array type.

2. The schema in wsdl should not contain enumerations.

3.It doesn't support types like Vectors, Lists etc.

Back to Top