Web Service Requirements

2003-04-03 Thread Dave Searle
Hi All, Can any one point me to a requirements document for a typical Web Service? Kind regards, Dave Searle.

RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dave Searle
Thanks Vidyanand, that's now working (I wonder how that jar got missed out? :) ) However, I still have a major problem when setting the transport to samples.transport.tcp (I've attached the jsp code this time). I get this error: javax.xml.rpc.JAXRPCException at org.apache.axis.client.Call.setTar

RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dave Searle
Hi Dan, Just tried that, but to no avail - however I do have a new error message Here's the modified code: <%@ page import="org.apache.axis.AxisFault, org.apache.axis.EngineConfiguration, org.apache.axis.configuration.SimpleProvider, org.apache.axis.configuration.DefaultEngineConfigurationFactor

class Service not working in tomcat 4.1.18

2003-01-14 Thread Dave Searle
Hi guys, I've been having problems consuming web services in JSP using tomcat 4.1.18. I've narrowed it down to the following code below. It runs fine as a standard java application, but when running as a JSP page inside tomcat it fails miserably :( It fails on this line "Service service = new Ser

problems with Call.addTransportPackage

2003-01-12 Thread Dave Searle
Hi, I'm having a few problems trying to get Call.setTargetEndpointAddress working under Tomcat 4.1 using the samples.transport.tcp packages. The JSP compiles fine, but upon execution I get this error: javax.xml.rpc.JAXRPCException at org.apache.axis.client.Call.setTargetEndpointAddress(Call.java

RE: Service instance

2003-01-07 Thread Dave Searle
: Dave Searle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 2:00 PM To: [EMAIL PROTECTED] Subject: FW: Service instance Hi all, Where abouts (in the code) does the Axis engine create an instance of a service? I would like the axis server to call itself, and I don't want it to cre

FW: Service instance

2003-01-07 Thread Dave Searle
Hi all, Where abouts (in the code) does the Axis engine create an instance of a service? I would like the axis server to call itself, and I don't want it to create a new instance, but I would like to pass across an already instanstiated object? Does this make sense? (Probably not :) ) I'm using