How to use one web service in another web service ?

View: New views
8 Messages — Rating Filter:   Alert me  

How to use one web service in another web service ?

by mithun_jhonny :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ?

by Kiran Bhumana-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ?

by mithun_jhonny :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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)

Re: How to use one web service in another web service ?

by Kiran Bhumana-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ?

by Murali Pottlapelli :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ?

by mithun_jhonny :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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:
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 ?

by Kiran Bhumana-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When you say you want to create a more complex function, how are you thinking of implementing it?
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:
  
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)



    

  

-- 
Kiran Bhumana
Open ESB Community (http://open-esb.org)

Re: How to use one web service in another web service ?

by mithun_jhonny :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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






Kiran Bhumana-2 wrote:
When you say you want to create a more complex function, how are you
thinking of implementing it?
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:
>  
>> 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)
>>
>>
>>
>>    
>
>  

--
Kiran Bhumana
Open ESB Community (http://open-esb.org)