Finally a
question I can answer (I ask so many but can answer so few). You can
specify an alternative wsdl by adding the wsdlfile child element to your
service element. <service
name="BillWebService" provider="java:RPC"
style="wrapped" use="literal">
<wsdlFile>/BillWebServicewithEBXML.wsdl</wsdlFile>
<responseFlow>
<handler type="SabreWebServicesRequest"/>
<handler type="SOAPMessageLogging"/>
</responseFlow>
<parameter name="allowedMethods" value="*"/>
<parameter name="className"
value="com.sabre.cruise.webservices.prototype.BillWebService"/>
<beanMapping
languageSpecificType="java:com.sabre.cruise.webservices.prototype.ComplexDataType"/>
<beanMapping
languageSpecificType="java:com.sabre.cruise.webservices.prototype.ReallyComplexDataType"/> </service> -----Original
Message----- Hi all, is there a
parameter i can set in the wsdd file that will overwrite the Java2WSDL creation
when someone requests the serviceurl?WSDL. I want to specify a wsdl file
location that will be returned when the above url is requested. Thanks, Brian Do you
Yahoo!? |
- Re: wsdd parameters Nicholas Remy
- Very Basic Problem with operation invocation Kartik
- Re: Very Basic Problem with operation invocatio... smcardle
- Re: Very Basic Problem with operation invocatio... Anne Thomas Manes
- Returning a PDF from a web service Jim Collins
- Re: Very Basic Problem with operation invoc... Kartik
- Re: Very Basic Problem with operation i... Anne Thomas Manes
- Heitzeg, Bill