Hi, I am trying to make use of the "SOAPContext" type in a method on my server. This method is already in place with certain input parameters. e.g a prototype of the form... public CustInfoResponse getCustInfo(String custId); In order to get some of the HTTP Header information in this method, i decided to add the "SOAPContext" to this method as mentioned in http://xml.apache.org/soap/faq/faq_chawke.html#Q2_38 and so modified this to the following form... public CustInfoResponse getCustInfo( SOAPContext soapCtx, String custId);
After this, my SOAP client is getting a fault with the message "Exception while handling service request: org/apache/soap/rpc/SOAPContext". I am not sure what should be done in addition to adding the SOAPContext to the method param list..... Should the client be updated with the new signature information too...... I guess not... Could someone help me figure out this.... TIA, S. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/