You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Martin Gee <ma...@icsynergy.com> on 2002/11/03 15:50:07 UTC

Deploy WSDL with my message Service?

Hi Folks,

I'm using Axis 1.0 and would like to deploy my own WSDL with my message
service. The message service simply takes a document in and returns a
document. Kind of like a proxy. Now, the WSDL generated by AXIS is too
general. I'd like to deploy a WSDL (with schema section) that describes
the documents I'm receiving and returning, yet still us my general
message service. 

Is this possible? Does the WSDD allow this?

TIA,
Martin