Hello from an Axis2 newbie. I joined too late to reply to the subject thread, which addresses getting Axis2 to report the original WSDL. Here is what Upul Godage said there on 2008-02-05:

> There is another parameter.  modifyUserWSDLPortAddress Try adding this
> parameter also with the value false.
>
> <parameter name="useOriginalwsdl">true</parameter>
> <parameter name="modifyUserWSDLPortAddress">false</parameter>

This works. For me, both parameters are required. You must have these parameter definitions all on one line. Following the example in the Axis2 Quick Start Guide (see Code Listing 3: The Service Definition File), I originally coded these like so:

        <parameter name="useOriginalwsdl">
           true
        </parameter>
        <parameter name="modifyUserWSDLPortAddress">
           false
        </parameter>

This does *not* work; when I use this format, Axis2 does not supply the original WSDL. I lost a couple hours on this, unfortunately. Posting this in the hopes that it will save someone else the time.

--
Guy Rouillier

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to