I am looking at this.
To get a doc/lit service defined by the WSDL that Axis generates, you can add a
style="document" to the deploy.wsdd file.
But I don't think this is the problem, as it appears that the test uses the Java code
to generate the WSDL, then generates the client stub from that WSDL.
It looks like I need to add a --style={document,rpc,wrapped} switch to Java2WSDL.
Anyone have any thoughts on that? Sound reasonable?
By the way Glyn, how can I run these tests against a different endpoint manually?
This is what we need to do at the interop.
--
Tom Jordahl
Macromedia
-----Original Message-----
From: Glyn Normington [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 1:30 PM
To: [EMAIL PROTECTED]
Subject: doc/lit in interop. 4
Please note for the purpose of the upcoming interoperation summit that one
of the tests I wrote in group E for interop. 3 is called
"InteropTestDocLit" but actually runs as RPC because I never found out how
to do doc/lit. The build issues a message to this effect, but that may go
unnoticed.
See the directory test/wsdl/interop3/groupE.
Glyn