hi chintaka, i am running tomcat over apache using jk2, is there any problem with that, or is there any configuration needed in axis2?
Cumprimentos, ___________________________________ Thomas Kroner mailto: [EMAIL PROTECTED] Interbancos Telefone: +(258) 21 313858 Telemóvel: +(258) 82 8806360 Eran, Sunday, March 26, 2006, 6:14:45 PM, you wrote: From transport information you can deduce the version of the SOAP envelope that the AxisEngine has received. But when AxisEngine checks the enclosed envelope, if it has a different version than we deduced from the transport information, you get this error. Example in HTTP case, If the ContentType is text/xml and SOAPAction header is present, then this is considered as a SOAP 1.1 request. If the SOAP envelope in this request is SOAP 1.2 you get this error. -- Chinthaka Thomas Kroner wrote: > hi, > > what doas this error tell me when running the mtomSample: > > org.apache.axis2.AxisFault: Transport level information does not match > with SOAP Message namespace URI; nested exception is.... > ... > ... > ... > ... > > Thanks > thomas > >
