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-----
From: Brian Shields [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 11, 2004 11:40 AM
To: [EMAIL PROTECTED]
Subject: wsdd parameters

 

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!?
Yahoo! Search - Find what you're looking for faster.

Reply via email to