|
Here is an example of wsdd for what you
describe:
<deployment
name="test" xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"> <!-- note that either style="message" OR provider="java:MSG" both work --> <service name="serviceName" provider="java:MSG"> <parameter name="className" value="com.test.service.MyWebService" /> <parameter name="allowedMethods" value="MyMethodName" /> </service> </deployment> From: Andrew Morrison [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 7:11 AM To: [email protected] Subject: WSDD reference or examples Hi, Can anyone point me to a reference
for creating a *.wsdd? I am trying to create a WSDD for a
Message style web service. The intention is that the Axis
generated WSDL will specify a user-defined XML schema (wsdlInputSchema)
and assert that the input and output for the web service should be an XML
document as defined by the schema. If anyone knows where I could see an
example that would be great – I am finding snippets of info on the web, but am
having difficulty finding a detailed listing of the options
etc. All the
best, Andrew. The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you are not the intended addressee please contact the sender and dispose of this e-mail. Thank you. |
- RE: WSDD reference or examples Ted Jones
- RE: WSDD reference or examples Andrew Morrison
- Re: WSDD reference or examples Anne Thomas Manes
- RE: WSDD reference or examples Andrew Morrison
- Re: WSDD reference or examples Anne Thomas Manes
- Re: WSDD reference or examples Ben Reif
- Re: WSDD reference or examples Anne Thomas Manes
- RE: WSDD reference or examples Andrew Morrison
- Re: WSDD reference or examples Anne Thomas Manes
- RE: WSDD reference or examples Andrew Morrison
- Re: WSDD reference or examples Anne Thomas Manes
