hi all,
  i am trying to deploy an ejb as a webservices, generating proper files using  wsee tags...
but i could not find any reference for my usecase....

i have following methdo that needs to be exposed in the webservice

/**
     * @ejb.interface-method view-type="all"
     *
     *
     */
    public Transmission receiveTransmission(String warehouseSiteRef,
                                            String dlfSiteRef,
                                            int interfaceType,
                                            Transmission interfaceData,
                                            int format)
                                              throws TranslationServiceException {

how can i declare parameters of my method? i had a look at xdoclet docs, do i have to use wsee.port for every single parameter?
and what about the return type?

thanks and regards 
  marco



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to