Hi There,

When you call Service client it creates Axis2 runtime as a result it
loads all the modules. That is why you see the module deploy log
message. But if you use the same service client to invoke the service
multiple times then you will not see that message.

Were you able to invoke your POJO service without using soap session
?. It could be that you have not correctly set the endpoint address
(it has to include both service name and the operation) or the SOAP
action.

How did you enable SOAP session for the POJO service ? do you have a
service archive or is this simple .class deployment ?

Thanks,
Deepal

On Tue, Aug 2, 2011 at 10:50 AM, Barry Hathaway <bhath...@nycap.rr.com> wrote:
> I'm trying to enable addressing so that I can use soapsession.
> In axis2.xml I have:
>
> <module ref="addressing"/>
>
> In the client I have:
>
>         serviceClient.engageModule("addressing");
>
> However, when I invoke any of the methods of my POJO service I get:
>
> 2011-07-29 09:49:31,991 [main           ] INFO  ModuleDeployer
>   - Deploying module: addressing-1.6.0 - file:/D:/Documents and
> Settings/xxxxxxxxx/.m2/repository/org/apache/axis2/axis2/1.6.0/axis2-1.6.0.jar
> 2011-07-29 09:49:32,100 [main           ] INFO  SadlMain
>   - Invoking remote 'getClassName' operation
> 2011-07-29 09:49:32,460 [main           ] INFO  SadlMain
>   - Caught AxisFault
> 2011-07-29 09:49:32,460 [main           ] INFO  SadlMain
>   - Fault message: The server did not recognise the action which it
> received:
>
> In the axis2.log file I see the messages:
>
> 2011-07-29 09:49:32,366 [http-8080-1] WARN
>  org.apache.axis2.addressing.AddressingFaultsHelper  -
> triggerActionNotSupportedFault: messageContext: [MessageContext:
> logID=6c720be37e254cd4121f68fb5a5501817ef03ba267c1dbb2] problemAction:
> urn:anonOutInOpResponse
> 2011-07-29 09:49:32,366 [http-8080-1] DEBUG
> org.apache.axis2.i18n.ProjectResourceBundle  -
> org.apache.axis2.addressing.i18n.resource::handleGetObject(spec.FAULT_ACTION_NOT_SUPPORTED_REASON)
> 2011-07-29 09:49:32,366 [http-8080-1] ERROR
> org.apache.axis2.engine.AxisEngine  - The [action] cannot be processed at
> the receiver.
> org.apache.axis2.AxisFault: The [action] cannot be processed at the
> receiver.
>
>
> Any ideas?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
>



-- 
http://blogs.deepal.org

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to