Deploying Handwritten WSDL in aar with Axis2

I am trying to deploy a web service in axis2-1.0

I generate the server code using the eclipse plugin.

I then create a aar, The structure is as follows.

AddressBook-v1-0-0.aar
    META-INF/AddressBook-v1-0-0.wsdl
    META-INF/services.xml
    au/...../some.class

In the Services xml the 
<serviceGroup>
    <service name="AddressBook-v1-0-0">
and
In the WSDL the name="AddressBook-v1-0-0"
All the names match up.

When I deploy my application and put the following in
the browser 
http://localhost:8080/Services/AddressBook-v1-0-0?wsdl
I recieve a generated WSDL.

After googling I found some destructions at
http://www.developer.com/open/print.php/10930_3557741_2
and followed them however renaming the wsdl to
service.wsdl
made no differance?

Does any one know what I need to get the correct wsdl
deployed

Matt


                
____________________________________________________ 
On Yahoo!7 
Fuel Price Watch: Find the cheapest petrol in your area 
http://au.maps.yahoo.com/fuelwatch/

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

Reply via email to