java sopa server is something which you call a soap wrapper...making your application saop aware. ----- Original Message ----- From: Janesh Vasudeva <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 1:01 PM Subject: Re: why ? > See we have Java application server running , and application is deployed on > it , and successfully client is working with it , u can have vb and c# > client to interact with Java Soap server, why do we need SOAPWrapper. Is it > different form this i said? > > Janesh > > > Janesh Kumar Vasudeva > ASAP Sols Pvt Ltd > B-3 Sector -4 Noida > Ph. No. 91-4443211/3212/3213 > ----- Original Message ----- > From: Gaurav <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 04, 2001 12:58 PM > Subject: Re: why ? > > > > First of all, any webservice written in j2ee or .net can be consumed by > > various different clients , atleast conceptually. You can in fact make a > VB > > client to consume a java webservice.You dont have to convert your java > > application into .net service for that. SOAP wrapper is nothing but a > piece > > of code, which would take a SOAP request and convert it into the format > > your existing apllication understand. You can have such wrapper around > > existing EJB applications..have a look at this site. > > http://www.theserverside.com/resources/soapandejb1.jsp > > > > you can have a look into capconnet as well: > > http://www.capeclear.com/products/capeconnect/architecture.shtml > > > > Rgards > > > > > > ----- Original Message ----- > > From: Janesh Vasudeva <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, July 04, 2001 12:27 PM > > Subject: Re: why ? > > > > > > > Pls explain what do u mean by SOAPWrapper in case of existing component > > > deployed to be used by various different clients > > > How do u have that as WebService. i know one way that s to supply it on > > net > > > , web site? > > > Janesh > > > > > > ----- Original Message ----- > > > From: Gaurav <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Wednesday, July 04, 2001 12:18 PM > > > Subject: Re: why ? > > > > > > > > > > What benifit do you get by net enabling your java application!! I > mean > > if > > > > you want to convert this application into webservice, then you can > just > > > wrap > > > > it a SOAP wrapper aound it. Say something like Apcahe-SOAP for java > > > > implementaion or other third party soap wrapper (like CAPE connect). > The > > > > existing application itself can be converted into a webservice instead > > of > > > > writing a webservice from scratch and that to in .net. > > > > > > > > ----- Original Message ----- > > > > From: Senthil Kumar P <[EMAIL PROTECTED]> > > > > To: <[EMAIL PROTECTED]> > > > > Sent: Wednesday, July 04, 2001 11:01 AM > > > > Subject: RE: why ? > > > > > > > > > > > > > hi radhika, > > > > > To know why SOAP is used u can just view the below page which > > shows > > > a > > > > > flash file. > > > > > http://www.soapwebservices.com/articles/what_is_soap.asp > > > > > u can easily understand where exactly SOAP can be used. > > > > > In my project, our need is to .NET enabling the existing JAVA > > > > > APPLICATION without touching the existing system. > > > > > i created a webservice in .NET which uses SOAP TO CALL METHODS > > EXPOSED > > > BY > > > > > EXISTING SYSTEM. so that we can use ASP.NET OR VB FORM OR MOBILE > FORM > > as > > > > the > > > > > front end instead of JSP page. > > > > > hope u may understand SOAP from the above link. > > > > > > > > > > HAPPY SOAPing. > > > > > > > > > > Regards, > > > > > senthil > > > > > > > > > > -----Original Message----- > > > > > From: Radhika [mailto:[EMAIL PROTECTED]] > > > > > Sent: Thursday, June 01, 2000 9:05 PM > > > > > To: [EMAIL PROTECTED] > > > > > Subject: why ? > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > I want to learn SOAP . Before that I want to know the applications > > where > > > > > exactly I can use this. > > > > > > > > > > Thanks in advance. > > > > > Radhika > > > > > >
