Peter Kelley wrote:
> Hmmmm,
> 
> I still get the WSDL that includes a binding style of rpc if I try that.
> Can you check your generated WSDL to see if yours is the same ? Our
> customer definitely wants to use document so even if it works I still
> have a problem.

Have a look at your wsdd file:
<tomcat>/webapps/axis/WEB-INF/server-config.wsdd

Make sure the service element includes the style="document" and 
provider="java:MSG" attributes:

  <service name="acidDoc" provider="java:MSG" style="document">

if not then manually add them - I don't know why but sometimes the 
deployment doesn't work the way it should so you have to manually fix 
the wsdd file.

hth.
-- 
Murray Spork
Centre for Information Technology Innovation (CITI)
The Redcone Project
Queensland University of Technology, Brisbane, Australia
Phone: +61-7-3864-9488
Email: [EMAIL PROTECTED]
Web: http://redcone.gbst.com/

Reply via email to