Re: [Axis2] Axis2 Quick Start Guide for WSDL 2.0?

2011-05-02 Thread Ping Liu
Hi Sagara, Please let me add some specific example to my previous e-mail explanation. Let's see this comparison. In Axis2 QuickStart Guide (ADBClient.java), StockQuoteServiceStub stub = new StockQuoteServiceStub ("http://localhost:8080/axis2/services/StockQuoteSer

Re: Error while using rampart

2011-05-02 Thread Amila Jayasekara
On Mon, May 2, 2011 at 3:32 PM, Hiranya Jayathilaka wrote: > It seems the response is not a SOAP envelope, but an HTML page: > org.apache.axis2.AxisFault: First Element must contain the local name, > Envelope , but found html Yes, according to stack trace the response it not xml. Thus, this error

Re: Error while using rampart

2011-05-02 Thread Hiranya Jayathilaka
It seems the response is not a SOAP envelope, but an HTML page: *org.apache.axis2.AxisFault: First Element must contain the local name, Envelope , but found html* A TCPMon capture will help. Thanks, Hiranya On Mon, May 2, 2011 at 12:05 PM, Chinmoy Chakraborty wrote: > Hello, > > I am using Axi