unsuscribe

2005-04-13 Thread Pavan Kumar Choukhada
-- Netcore Solutions Pvt. Ltd. Website: http://www.netcore.co.in Spamtraps: http://cleanmail.netcore.co.in/directory.html --

Re: Implementing bpel flow with axis web web service

2005-04-13 Thread Pavan Kumar Choukhada
you can write java program to do so and invoke this java program from your workflow. see if this workflow has support to invoke java program, On Wed, 2005-04-13 at 14:41, Sandeep Gaikwad wrote: > Hi , > > can any one give me any pointers or step about how i should invoke > one axis web service

how to pass List type in soap messgae

2005-03-14 Thread Pavan Kumar Choukhada
i have to pass java.util.ArrayList type object in soap message. is it belongs to default set of object (for eg Map) which we can pass in soap message or i would need to use serializer for that. please tell me steps i need to implement in order to pass java.util.ArrayList as parameter in soap mess

RE: web service for servlet

2005-03-08 Thread Pavan Kumar Choukhada
point. Maybe this is what you mean? > > There are lots of examples in the axis install, have you looked at any > of those? > > > > -Original Message- > From: Pavan Kumar Choukhada [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 08, 2005 7:38 AM > To:

web service for servlet

2005-03-08 Thread Pavan Kumar Choukhada
hi i am newbie to web services. please any body can direct me about how do i build web service for servlet. thanks with regards pavan kumar -- Netcore Solutions Pvt. Ltd. Website: http://www.netcore.co.in Spamtraps: http://cleanmail.netc

[Fwd: Re: stub and skelton]

2005-03-02 Thread Pavan Kumar Choukhada
message to > which Java classes the XML need to be deserialized before invoking the > java class. > There comes the need for skeleton code. > > Jayachandra > > On Wed, 02 Mar 2005 11:23:44 +0530, Pavan Kumar Choukhada > <[EMAIL PROTECTED]> wrote: > > that's tr

RE: stub and skelton

2005-03-01 Thread Pavan Kumar Choukhada
server for delegating the work > to the actual java class. The stubs are used at the client end if u r > using static invocation, which I think you r not using, so u can do > without them at client. > > Ashutosh > > -----Original Message----- > From: Pavan Kumar Choukhad

stub and skelton

2005-03-01 Thread Pavan Kumar Choukhada
hi where do axis use generated stub and skelton. since we just send soap message and it call respective handler and invoke method using reflection. thanks with regards pavan -- Netcore Solutions Pvt. Ltd. Website: http://www.netcore.co.