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 "Adams, Christopher" <Ch...@marketforce.co.uk> on 2002/05/29 11:44:29 UTC

Sorry if u have already answered this, but my mail went down and i've lost all yesterdays emails

I'm trying to expose an Stateless EJB as a Web Service with the following
XSDD, it deploys okay, but I the generated WSDL file does not show the
methods for the service.  Does anyone have any ideas on where I am going
wrong with this?

Thanks,

Chris

<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
	  <service name="CreditClaimXML" provider="java:EJB" >
	  	 <parameter name="beanJndiName"
value="creditclaim/CreditClaimXMLBean" />
	  	 <parameter name="homeInterfaceName"
value="uk.co.marketforce.transactional.creditclaims.CreditClaimXMLHome" />
	  	 <parameter name="remoteInterfaceName"
value="uk.co.marketforce.transactional.creditclaims.CreditClaimXML" />

	  	 <parameter name="allowedMethods" value="getXML"/>
	  </service>
</deployment>


     This e-mail and any attachments to it contain information that is 
     private and confidential and should only be read by those persons to 
     whom they are addressed. Marketforce accept no liability for any loss 
     or damage suffered by any person arising from the use of this e-mail. 
     Neither Marketforce nor the sender accepts any responsibility for 
     viruses and it is your responsibility to check the email and 
     attachments (if any). No contracts may be concluded on behalf of 
     Marketforce by means of email communications.
     
     If you have received this e-mail in error, please destroy and delete 
     the message from your computer.