Hi Scott, below is answers to u'r questions...
1. What version of Apache SOAP are you using? i am using Oracle SOAP, based on Apcahe SOAP 2.2. 2. A client of this service should get a Fault. Can you post the full output of the fault? In Apache SOAP, use Fault#toString. My client is based on VB6.0 and they are getting timed out... but when i looked at my Oracle9iAS Application.log i got following error.. javax.servlet.ServletException: Error building response envelope: [SOAPException: faultCode=SOAP-ENV:Server; msg=java.lang.IllegalArgumentException: Attempted to write longer than Content-Length (655 + 468 / 655)] at oracle.j2ee.ws.RpcWebService.doPost(RpcWebService.java:293) 3. Is your service RPC-style or messaging? The messaging is where your method receives SOAPContext for request and response, and you have to work with XML directly. The Web Service is based on RPC Style. Can u help what is cause of this error? and also if i replace SOAP.jar with current version will resolved this issue.. i am waitj=ing for u'r greatfull Help... Thx Nilesh ---------- Original Message ---------------------------------- From: "Scott Nichol" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Thu, 4 Mar 2004 13:09:32 -0500 >A few questions... > >1. What version of Apache SOAP are you using? > >2. A client of this service should get a Fault. Can you post the full output of the >fault? In Apache SOAP, use Fault#toString. > >3. Is your service RPC-style or messaging? The messaging is where your method >receives SOAPContext for request and response, and you have to work with XML directly. > >Scott Nichol > >Do not send e-mail directly to this e-mail address, >because it is filtered to accept only mail from >specific mail lists. >----- Original Message ----- >From: "nilesh" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, March 04, 2004 12:49 PM >Subject: Error building response envelope > > >Hi All, > >my soap service is generating following error.... > >javax.servlet.ServletException: Error building response envelope: [SOAPException: >faultCode=SOAP-ENV:Server; msg=java.lang.IllegalArgumentException: Attempted to write >longer than Content-Length (655 + 468 / 655)] > >Can any one tell me the reasons for error and how to resolve.... > >Thx >Nilesh > > >