soap response

2011-03-08 Thread Emil Dombagolla
Hi, Somebody please help me , i want to access the soap response in side the axis framework , i use HTTP for transport. What is the file i can put a line and see the response printed. thanks. Emil

Soap Response access

2011-03-08 Thread Emil Dombagolla
Dear all, where i can access the XML /SOAP response exactly? is it in the org.apache.axis2.transport.http.SimpleHTTPServer? i could access the request and logged it to a file as the same way i want access the response and log it. Please help me . Thanks you so much. Thushanga

Re: Re: Request/Response log

2011-03-07 Thread Emil Dombagolla
That is Cristal clear , thank you so much for supporting me. Thushanga. On Mon, Mar 7, 2011 at 5:12 PM, Nikolaus Krismer wrote: > Hi Thushanga! > > That should be possible. Although i only wrote modules for the service-side > until now, it should work the same way on the client side. > > You ha

Re: Request/Response log

2011-03-07 Thread Emil Dombagolla
Great Thanks, I ll try this , can you help me little bit further as am very new to axis2. i am going to create this client project as a jar library and put it under my main project ,there are number of clients as this is. so i use java project not a web project , inside that i have only generate

Request/Response log

2011-03-07 Thread Emil Dombagolla
Dear all, I created axis2 client. I want log all the request/response XMLs to files for later references. Please somebody help me to get started this, how can I do this. Thank you. Thushanga.

Re: Date help

2011-03-01 Thread Emil Dombagolla
2011 at 6:04 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Make it string instead of date. > > ** > Martin > > 2011/3/1 Emil Dombagolla : > > Thank you so much for your help. > > > > web server accept only that format. otherwise it gives

Re: Date help

2011-03-01 Thread Emil Dombagolla
preserve such format? > > Try using java.util.Calendar for transport. > > ** > Martin > > 2011/3/1 Emil Dombagolla : > > Hi all, > > > > Please help me on this. > > > > axis2 generated all my java codes based on the WSDL. > > > > in my

Date help

2011-03-01 Thread Emil Dombagolla
Hi all, Please help me on this. axis2 generated all my java codes based on the WSDL. in my code i set the date in following format, as java.util.Date 2001-01-01 what i get when request send to the server is the following, Mon Jan 01 00:00:00 IST 2001 this becomes an error because of the inv

Re: Logging Help

2011-02-27 Thread Emil Dombagolla
Malinga wrote: > Hi Emil, > > On Mon, Feb 28, 2011 at 11:36 AM, Emil Dombagolla wrote: > >> Hi All, >> >> I am just started using axis2. using eclipse i created a web service >> client project inside eclipse dynamic web project. I am consuming Hotel >> R

Logging Help

2011-02-27 Thread Emil Dombagolla
Hi All, I am just started using axis2. using eclipse i created a web service client project inside eclipse dynamic web project. I am consuming Hotel Reservation Web Service. Since i want to make a jar file for this web service client , i put all the libraries in to Java Project from the web proj

Validation issue

2011-02-25 Thread Emil Dombagolla
Hi All, I am very beginner to AXIS2, i generated ServiceStub from the wsdl , My ServiceStub has all the necessary API to implement my request to send to the web service. The problem is when i try to send the request, axis2 validation get failed and am unable to send the request . is there an