Axis needs to know how to map the input message to a specific method in your service implementation. If you were using the wrapped convention, then the message would contain the operation name, and Axis could figure it out. But since you are using "unwrapped", you must specifically tell Axis to map the xsd1:sourceInfo element to the getIdCrossReference method using an <operation> tag. See http://www.oio.de/axis-wsdd/operation.htm.

Anne

On 4/8/06, Daniel Torrey < [EMAIL PROTECTED]> wrote:
I'm trying to create a web service that uses document/literal.  I
think the WSDL (attached) is correct, but when test the service I keep
getting an AxisFault containing nothing but
"java.lang.reflect.InvocationTargetException" (a stack trace here
would be nice, but somebody decided to throw it away, I guess).

WSDL attached.  I've poked around in the samples and googled for
examples, to no avail - everything I come up with is rpc/encoded.



Reply via email to