|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
How to use one web service in another web service ?Hi All,
How do we use one web service methods in another web service ? Is this possible ? Can someone guide to me a tutorial . thanks, Mithun |
|
|
Re: How to use one web service in another web service ?Have you used BPEL's invoke? There are so many samples out there show
casing invoke of BPEL. -Kiran B. mithun_jhonny wrote: > Hi All, > > How do we use one web service methods in another web service ? Is this > possible ? > Can someone guide to me a tutorial . > > thanks, > Mithun > -- Kiran Bhumana Open ESB Community (http://open-esb.org) |
|
|
Re: How to use one web service in another web service ?Hi Kiran,
I dont want to use BPEL for this . I want to use one web service method in another web service method ? Is this posssible ? Mithun
|
|
|
Re: How to use one web service in another web service ?
Not sure I understand your question. Are you using EJB annotated as
webservice? Is that what you refer to as "web service method"? If so
yes you can call another webservice.
mithun_jhonny wrote: Hi Kiran, I dont want to use BPEL for this . I want to use one web service method in another web service method ? Is this posssible ? Mithun Kiran Bhumana-2 wrote: -- Kiran Bhumana Open ESB Community (http://open-esb.org) |
|
|
Re: How to use one web service in another web service ?Hi Mithun,
Do you like to call a WS from EJB WS? Regards Murali Kiran Bhumana wrote: > Not sure I understand your question. Are you using EJB annotated as > webservice? Is that what you refer to as "web service method"? If so > yes you can call another webservice. > > mithun_jhonny wrote: >> Hi Kiran, >> >> I dont want to use BPEL for this . I want to use one web service method in >> another web service method >> ? >> >> Is this posssible ? >> >> Mithun >> >> >> >> >> Kiran Bhumana-2 wrote: >> >>> Have you used BPEL's invoke? There are so many samples out there show >>> casing invoke of BPEL. >>> >>> -Kiran B. >>> >>> mithun_jhonny wrote: >>> >>>> Hi All, >>>> >>>> How do we use one web service methods in another web service ? Is this >>>> possible ? >>>> Can someone guide to me a tutorial . >>>> >>>> thanks, >>>> Mithun >>>> >>>> >>> -- >>> Kiran Bhumana >>> Open ESB Community (http://open-esb.org) >>> >>> >>> >>> >> >> > > -- > Kiran Bhumana > Open ESB Community (http://open-esb.org) |
|
|
Re: How to use one web service in another web service ?No am not using ejb .
for eg . I have a Web service which provides two functions add and subtract . Now I would like to create a more complicated web service which uses this functions and adds to it and creates a more complex function ? Did you get the question ? Mithun
|
|
|
Re: How to use one web service in another web service ?Can you explain how you would do in Java what you are asking ? mithun_jhonny wrote: No am not using ejb . for eg . I have a Web service which provides two functions add and subtract . Now I would like to create a more complicated web service which uses this functions and adds to it and creates a more complex function ? Did you get the question ? Mithun Kiran Bhumana-2 wrote: -- Kiran Bhumana Open ESB Community (http://open-esb.org) |
|
|
Re: How to use one web service in another web service ?ok .
eg : I have a add and sub function in one web service (2 methods ) Now I will use this add function in a method of second web service and implement additional functionality. i.e I will build on this functionality of add and make it more useful . So I basically want to use the add method in my new method in second web service to add more functionality. Did u get it now ? thanks, Mithun
|
| Free embeddable forum powered by Nabble | Forum Help |