RE: HTTP 100 Continue

2002-12-10 Thread Bhushan Khanal
ple retrieves the price of the book "Understanding SOAP" public static void main(String[] args) { try { SOAPSender ss = new SOAPSender() ; // // Valid SOAP request // ss.goodRequest(); // // This one generates an error

Re: HTTP 100 Continue

2002-12-09 Thread Davanum Srinivas
Is it possible to post the "offending" code fragment? and details about the server? (verastream?) Thanks, dims --- Bhushan Khanal <[EMAIL PROTECTED]> wrote: > Davanum, > > I am using the 1.0 version of Axis on the client side. I am not using Axis > in the most conventional way but I suspect tha

Re: HTTP 100 Continue

2002-12-09 Thread Bhushan Khanal
Title: Re: HTTP 100 Continue Davanum, I am using the 1.0 version of Axis on the client side. I am not using Axis in the most conventional way but I suspect that this might be a general problem. In particular, I am using just the HTTPSender class to create and receive a web service call. I

Re: HTTP 100 Continue

2002-12-09 Thread Davanum Srinivas
Bhushan, Can you please give us a background of how you are using axis? (server-side?, client-side?, what's on the other end? etc...) Thanks, dims --- Bhushan Khanal <[EMAIL PROTECTED]> wrote: > My apologies if you receive this message again, I had sent a message earlier > but I am not sure if