Are you using Axis2 1.4.1 ? If so, please file a jira explaining the issue:

https://issues.apache.org/jira/browse/AXIS2

- R

On Mon, Nov 17, 2008 at 10:27 AM, Ravichandra
<[EMAIL PROTECTED]> wrote:
>
> Hi
>
> Thanks for your reply.
> I tried it with spring config and with out spring config, with spring
> config, it generates new wsdl.
> And with out spring config, it thorws wsaw:Action = null error.
>
>
>
> iksrazal wrote:
>>
>> Its always worked for me, though I haven't tried "useOrignalwsdl"
>> specifically in the last few releases. Have you tried it and its not
>> working? If not, it would be helpful to try a spring config with
>> useOrignalwsdl and a config without, and compare the logs in debug
>> mode.
>>
>> HTH,
>> Robert
>>
>> On Mon, Nov 17, 2008 at 9:06 AM, Ravichandra
>> <[EMAIL PROTECTED]> wrote:
>>>
>>> Hi
>>>
>>> I am developing a web service in axis2. I am using Spring to inject the
>>> service class.
>>> Is it possible to use the original wsdl and load context using spring.
>>> Please let me know.
>>>
>>> my services.xml is as follows:
>>> <serviceGroup>
>>>    <service name="PortfolioSearch" >
>>>        <messageReceivers>
>>>            <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out";
>>> class="suggestible.search.PortfolioSuggestServiceMessageReceiverInOut"/>
>>>        </messageReceivers>
>>>        <parameter
>>> name="ServiceObjectSupplier">org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier</parameter>
>>>        <parameter name="SpringBeanName">portfolioSearchImpl</parameter>
>>>                <parameter name="useOrignalwsdl">true</parameter>
>>>                <parameter
>>> name="modifyUserWSDLPortAddress">false</parameter>
>>>        <operation name="suggestPortfolio"
>>> mep="http://www.w3.org/ns/wsdl/in-out";
>>> namespace="http://suggestible.search/PortfolioSearch/";>
>>>
>>> <actionMapping>http://suggestible.search/PortfolioSearch/suggestPortfolio</actionMapping>
>>>
>>> <outputActionMapping>http://suggestible.search/PortfolioSearch/PortfolioSearch/suggestPortfolioResponse</outputActionMapping>
>>>        </operation>
>>>    </service>
>>> </serviceGroup>
>>>
>>>
>>> -----
>>> Thanks
>>> Ravichandra
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Axis2-Spring-not-able-to-use-original-wsdl-tp20538235p20538235.html
>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
>
> -----
> Thanks
> Ravichandra
> --
> View this message in context: 
> http://www.nabble.com/Axis2-Spring-not-able-to-use-original-wsdl-tp20538235p20539391.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to