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 "VanIngen, Erik (FIES)" <Er...@fao.org> on 2009/09/18 12:03:10 UTC

Using Axis without a binding?

Hi all,

I need to develop a service who 'packs' an XML behind a certain URL into
SOAP. In this case I don't want a binding. How should I use Axis in this
case? 

What I would like to do is this:
- create the WSDL
- generate a webservice with Axis
- connect the generated skeleton with the available XML in order to fill the
Soap envelope. 

Is this possible?