After changing the original source of the Jira Soap plugin, you need
to re-import the WSDL to your client-app.
If you are using the Extended Soap Plugin, form this group, then you
need to keep the original Soap plugin, as this plugin extends the
original plugin, but has another url & wsdl to be imported. All (but
not very much...) docs are in the wiki:
http://code.google.com/p/shared-space/wiki/JiraExtendedWebservice
HTH
N.b.: SOAP can use rpc (remote procedure call) to achieve some
operations, but most of the time it directly interacts with base Jira
interfaces. RPC is another way of accessing Jira functions remotely
(before there was a SOAP plugin), but both are going to be superceded
by REST, available from Jira 4.2 (but still growing in functionality)
On Oct 22, 9:13 am, Raju Prasad <
prasadraj...@gmail.com> wrote:
> I have created the method in JiraSoapService.java file and created my own
> class file.
> What is rpc entry, cany ou tell me.
> Thanks and Regards,
> Raju.
>
> On Fri, Oct 22, 2010 at 12:29 AM, Ath <
tonhu2...@gmail.com> wrote:
> > Where did you extend the plug-in? In the rpc part, or in the Soap
> > interface? If you want the new method to be available through Soap,
> > then you need to add a Soap method as well, that calls the rpc entry.
>
> > HTH
>
> > On Oct 20, 10:40 am, raju <
prasadraj...@gmail.com> wrote:
> > > I have extended my RPC plugin, in my local system JIRA, I have added
> > > one method their and replaced the original rpc-plugin jar file with my
> > > own modified one, but I when I am using in my SOAP client my soap
> > > client was unable to find that. Please suggest some help regarding
> > > this.
>
> > > Thanks and Regards,
> > > Raju.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "jira-extended-webservice" group.
> > To post to this group, send email to
> >
jira-extende...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
jira-extended-webs...@googlegroups.com<
jira-extended-webservice%2Bunsu...@googlegroups.com>
> > .