You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Mehar SVLN <me...@gmail.com> on 2006/11/14 12:31:06 UTC

Help needed in the skeleton classes

Hai all,
I am new to this community...
I have a wsdl and i am generating skeletons to write the server side code

I want to know what is the difference between msgContext.getAxisOperation()
and msgContext.getOperationContext().getOperation()

In my code these two are getting evaluated to differnt operations itselt
like operation1 and operation2 which are not at all related

Can anyone tell me what the difference between the two method calls...

Thanks in advance

-- 
Rgds
Mehar

Re: Help needed in the skeleton classes

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Hi Mehar ;

> Hai all,
> I am new to this community...
> I have a wsdl and i am generating skeletons to write the server side code
>
> I want to know what is the difference between
> msgContext.getAxisOperation() and msgContext.getOperationContext
> ().getOperation()

There is no any differnce , you will get the same object in the both the
cases.

>
> In my code these two are getting evaluated to differnt operations
> itselt like operation1 and operation2 which are not at all related

If that is the case it should be a bug , please create a JIRA


Thanks
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org