Re: problem in deploying a web service

2004-10-13 Thread Scott Nichol
October 13, 2004 11:19 AM Subject: Re: problem in deploying a web service > When I try to compile the provider class, in this example, this java file: > > package tesi; > import java.io.*; > import java.util.*; > import prova.*; > > public class application_controller { &

Re: problem in deploying a web service

2004-10-13 Thread Francesco Dipalo
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 2:08 PM Subject: Re: problem in deploying a web service With Apache SOAP 2.3.1, you cannot have whitespace in the faultListener element. The problem is fixed in the current code bas

Re: problem in deploying a web service

2004-10-13 Thread Felipe Palma Dias
Try http://ws.apache.org/soap/faq/faq_chawke.html#Q1_1. --- Francesco Dipalo <[EMAIL PROTECTED]> escreveu: > I want to deploy a service. I executed the following > operations: > > - deploying with Apache SOAP using a deployment > descriptor file named WebService: > > > xmlns:isd="http://

Re: problem in deploying a web service

2004-10-13 Thread Scott Nichol
ay, October 13, 2004 7:49 AM Subject: problem in deploying a web service I want to deploy a service. I executed the following operations: - deploying with Apache SOAP using a deployment descriptor file named WebService: http://xml.apache.org/xml-soap/deployment&qu

problem in deploying a web service

2004-10-13 Thread Francesco Dipalo
I want to deploy a service. I executed the following operations:   - deploying with Apache SOAP using a deployment descriptor file named WebService:      xmlns:isd="http://xml.apache.org/xml-soap/deployment"   id="urn:CompService">      scope="Application" methods="getComp"