Re: how to get the xml recieved in call.invoke

2008-10-30 Thread Aravind . Yarram
void logRequest(MessageContext msgContext) throws AxisFault{//This step should not failMessage reqMessage = msgContext.getRequestMessage();if(reqMessage==null){logger.error(No request Message available in the MessageContext);return;

attachments directry and security policy issue

2008-10-23 Thread Aravind . Yarram
hi - i am getting the below exception while starting my web-app. it ran fine on my dev env but getting the below err while starting my app in PROD. I dont have the write policies enabled in production, so my only option is to tell Axis somehow skip this step...any help will be really

attachments directry and security policy issue

2008-10-22 Thread Aravind . Yarram
hi - i am getting the below exception while starting my web-app. it ran fine on my dev env but getting the below err while starting my app in PROD. I dont have the write policies enabled in production, so my only option is to tell Axis somehow skip this step...any help will be really

Re: WSDL2Java in Axis1.4 code generation errors.

2008-05-08 Thread Aravind . Yarram
Hi, i am also facing the same kind of issuesi havent got any help so far! Regards, Aravind R Yarram [EMAIL PROTECTED] 05/08/2008 05:09 AM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject WSDL2Java in Axis1.4 code generation errors. Hello all,

RE: WSDL2Java in Axis1.4 code generation errors.

2008-05-08 Thread Aravind . Yarram
Ok, this for Axis 1.4 version though Regards, Aravind R Yarram email: [EMAIL PROTECTED] Krystian Szczesny [EMAIL PROTECTED] 05/08/2008 10:02 AM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject RE: WSDL2Java in Axis1.4 code generation errors. Hi guys,

wsdl2java generating code that is not compilable

2008-05-07 Thread Aravind . Yarram
Helo all, I have a WSDL types defined like below. xs:complexType name=ExtendedAddressType xs:complexContent xs:extension base=SimpleParsedAddressType xs:sequence xs:element name=Zip4 type=xs:string minOccurs=0/