thanks, putting META-INF at the same level as src works but the website image has META-INF inside the package structure.

Now I get the error:

ClassNotFoundException Error in loading message receivers org.apache.axis2.receivers.RPCInOutAsyncMessageReceiver

Alistair

On 8 Aug 2006, at 16:15, Nirmit Desai wrote:

You should have your services.xml in the same directory as your classes
(not inside packages). So,

--org
      --test
            --MyTest.class
--META-INF
      --services.xml
      --myService.wsdl(optional)

-Nirmit




             Alistair Young
             <[EMAIL PROTECTED]
.ac.uk> To
                                       axis-user@ws.apache.org
08/08/2006 11:03 cc
             AM
Subject
                                       services.xml - where?
             Please respond to
             [EMAIL PROTECTED]
                  he.org







I have services.xml in:
org/test/META-INF/services.xml
but axis2 says it can't find services.xml for the service. The
website says to put META-INF/services.xml in the same directory as
the class file. So I looked at the version.aar that comes with axis2
and it has two:

META-INF/services.xml
sample/axisversion/META-INF/services.xml

which is the correct location?

thanks,

Alistair


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to