Re: Accessing Axis service using Axis client (JSP)

2004-06-23 Thread Scott Nichol
il address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Ruane, Conleth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 7:23 AM Subject: Accessing Axis service using Axis client (JSP)

Re: Accessing Axis using Apache SOAP client (JSP)

2004-06-23 Thread Scott Nichol
il address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Ruane, Conleth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 5:21 AM Subject: RE: Accessing Axis using Apache SOAP client (JSP)

Accessing Axis service using Axis client (JSP)

2004-06-23 Thread Ruane, Conleth
Hi All. I am currently trying to migrate a SOAP client (JSP page) from Apache SOAP to Axis. I can now successfully send and receive simple messages but I'm having a problem with the deserialization of Complex types. This is the relevant piece of code (adapted from the Axis bidbuy s

RE: Accessing Axis using Apache SOAP client (JSP)

2004-06-23 Thread Ruane, Conleth
004 20:35 To: [EMAIL PROTECTED] Subject: Re: Accessing Axis using Apache SOAP client (JSP) I believe that Apache SOAP 2.3.1 does not "fully" register a mapping unless you provide both a serializer and deserializer. I think the code you have below would work with the last "n

Re: Accessing Axis using Apache SOAP client (JSP)

2004-06-22 Thread Scott Nichol
se it is filtered to accept only mail from specific mail lists. - Original Message - From: "Ruane, Conleth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 11:34 AM Subject: Accessing Axis using Apache SOAP client (JSP) Hi All, I've s

Accessing Axis using Apache SOAP client (JSP)

2004-06-22 Thread Ruane, Conleth
Hi All, I've spent some time trying to solve this problem but without success. I have a JSP page that operates as a SOAP client for a remote SOAP service. Up until now both the client (JSP page) and the SOAP service were implemented using Apache SOAP (current version) and everything worked

RE: invoking a web service from a jsp page

2004-01-16 Thread Jonathan Roberts
Hi Anything you can do in java you should be able to do in jsp its just messy.   Have a look at the soap examples and incoporate the logic into a bean or jsp page  - try and access one of the xmethods services for example.   Let me know if you have problems   Jmorchid fatima <[EMAIL PROTEC

RE: invoking a web service from a jsp page

2004-01-16 Thread morchid fatima
hello, can i give me an example with a java bean ?can i access methods directly via jsp page? thank you -Message d'origine-De : Jonathan Roberts [mailto:[EMAIL PROTECTED]Envoyé : jeudi, 15. janvier 2004 12:46À : [EMAIL PROTECTED]Objet : Re: invoking a web service f

Re: invoking a web service from a jsp page

2004-01-15 Thread Jonathan Roberts
Personally I would write a client bean that accesses the methods on the remote server - you can give it a main so you can test it as a java app.   Then call the beans methods from jsp,  this should aid transparency for the jsp user. Jonathanmorchid fatima <[EMAIL PROTECTED]> wrote: hello,how

invoking a web service from a jsp page

2004-01-15 Thread morchid fatima
hello, how can i invoke a web service which i've developped and deployed, from a jsp page? thank you

invoking a web service from a jsp page

2004-01-14 Thread morchid fatima
hello, how can i invoke a web service which i've developped and deployed, from a jsp page? thank you smime.p7s Description: S/MIME cryptographic signature

Transforming a JSP Application in a Web Service

2003-03-21 Thread Bruno da Rocha
Transforming a JSP Application in a Web Service Hi, I am new on SOAP and I would like to know if it can help me to create SOAP Web Services from a JSP Web Application. This App returns data on HTML-Tables, so I would like to replace the HTML tags by XML tags generating XML documents from these

RE: SOAP and JSP

2003-02-11 Thread Scott Nichol
ow if Microsoft through their .NET initiative support such client > (IE) > side SOAP consumption in VBScript etc. ? > > Subrata > > > > -Original Message- > > From: Dave Searle [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, February 11, 2003

Re: SOAP and JSP

2003-02-11 Thread EMike
--- Original Message - From: "Goswami, Subrata" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 7:45 PM Subject: RE: SOAP and JSP > Thanks Dave, I am actually looking for some client side SOAP plug-ins or > libraries. > Do you know if M

RE: SOAP and JSP

2003-02-11 Thread Goswami, Subrata
TECTED]] > Sent: Tuesday, February 11, 2003 10:00 AM > To: [EMAIL PROTECTED] > Subject: RE: SOAP and JSP > > > Subrata, > > You can use the Apache SOAP (or Apache Axis) libraries in JSP > like you would in a normal java application. SOAP with JSP > are usually server-s

RE: SOAP and JSP

2003-02-11 Thread Dave Searle
Subrata, You can use the Apache SOAP (or Apache Axis) libraries in JSP like you would in a normal java application. SOAP with JSP are usually server-side operations and so are not really affected by the browser. Dave -Original Message- From: Goswami, Subrata [mailto:[EMAIL PROTECTED

SOAP and JSP

2003-02-11 Thread Goswami, Subrata
Is there any plug-in available for using SOAP with JSP in Internet Explorer ? Thanks.

RE: Need JSP Example on JAX-RPC from remote system

2002-10-01 Thread Kulkarni
Hi All,   Can any one send me an sample jsp to access the remote server using jax-rpc on tomcat using jswsdp?   Thankingyou, Kulkarni

Need JSP Example on JAX-RPC from remote system

2002-09-26 Thread Kulkarni
Hi All,   Can any one has example on JAX-RPC using suns JWSDP on Jsp to be used as client accessing the remote servers service.   Thanking you, Kulkarni

RE: RE soap versus JSP

2001-12-04 Thread Rino Srivastava
why one should use soap instead of using JSP? Thanks. Rino -- Carlos Vinueza M. Director Comercial VIMEWorks Cia. Ltda. Construyendo Sueños en Internet (CEL)  (593)(9)9703-375 (OFIC) (593)(2)2237-784 / (593)(2)2903-925  

Re: RE soap versus JSP

2001-12-04 Thread Carlos Vinueza M.
Srivastava wrote: Can someone tell me why one should use soap instead of using JSP? Thanks. Rino -- Carlos Vinueza M. Director Comercial VIMEWorks Cia. Ltda. Construyendo Sueños en Internet (CEL)  (593)(9)9703-375 (OFIC) (593)(2)2237-784 / (593)(2)2903-925  

RE: RE soap versus JSP

2001-12-04 Thread Rino Srivastava
Thanks for the info. Rino -Original Message- From: PJ Murray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 11:03 AM To: '[EMAIL PROTECTED]' Subject: RE: RE soap versus JSP Hi Rino, Some of the basic benefits are: -Just about any client-side programming langu

RE: RE soap versus JSP

2001-12-04 Thread PJ Murray
/soap/ You can read more strategic SOAP comments at: http://www.capeclear.com/clear_thinking/soap.shtml Regards, /PJ -Original Message- From: Rino Srivastava [mailto:[EMAIL PROTECTED]] Sent: 04 December 2001 16:57 To: [EMAIL PROTECTED] Subject: RE soap versus JSP Can someone tell me wh

RE soap versus JSP

2001-12-04 Thread Rino Srivastava
Can someone tell me why one should use soap instead of using JSP? Thanks. Rino

jsp

2001-11-24 Thread james chen
Hi all: I was able to retrace back my steps and get most part of Tomcat and Apache SOAP working again except one small "insignificant" part. My browser couldn't display any of the jsp page (both from Apache SOAP and Tomcat). This might not seen to be such a big deal as such at th

Unable to resolve namespace URI for 'bean' in a JSP Client using SOAP

2001-09-18 Thread Ajjarapu, Kondal
I am getting the following SOAP Exception when I try to parse the SOAP response in a JSP Client [SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to resolve namespace URI for 'bean'.; targetException=java.lang.IllegalArgumentException: Unable to resolve namespace URI

RE: jsp

2001-08-28 Thread V.Sundaresan
s you can do, just deploy it & proceed,,, sunder -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: jsp i'm readed the example at this address http://marc.theaimsgroup.com/?l=so

jsp

2001-08-28 Thread [EMAIL PROTECTED]
i'm readed the example at this address http://marc.theaimsgroup.com/?l=soap-user&m=98683038702626&w=2 but i have a dubt again. can i call un apache service using a jsp page (like i do with a asp page to call a com with iis)? or can i call un apache service without call a wsdl f

classpath jsp?

2001-07-19 Thread Tom Myers
Given that so many problems are classpath problems and that the classpath seen by SOAP services is so often not the classpath that people think they set up, wouldn't it be a good idea to report the classpath, and maybe even other system info, in some easily-viewed but easily-removable way? Suppos

Deploy-JSP Question

2001-07-16 Thread Oliver Tamine
Why is in deploy.jsp QName set to null, if Namespace URI is empty ? Code from deploy.jsp: QName elementType = (nsuri.equals ("") || localPart.equals ("")) ? null : new QName (nsuri, localPart); This leads to an error in class DeploymentDescriptor (Method toXML): pw.pr

RE: .invoke(...) returns null from JSP

2001-06-21 Thread Matthew J. Duftler
ect: .invoke(...) returns null from JSP > > > Response resp = call.invoke (new URL( SOAPServerURL ), "blah blah" ); > > Is in a test SOAP class, that works perfectly from a command line test > harness. However, from a JSP page (tomcat 3.2) the line returns null and >

.invoke(...) returns null from JSP

2001-06-20 Thread Troy Beacleay
Response resp = call.invoke (new URL( SOAPServerURL ), "blah blah" ); Is in a test SOAP class, that works perfectly from a command line test harness. However, from a JSP page (tomcat 3.2) the line returns null and doesn't throw an exception. The invoke actually happens becaus