RE: MessageContext is null, is something wrong? Still not working! Code given

2009-08-05 Thread Cyril Furtado
.rpc.receivers.RPCMessageReceiver/ /messageReceivers parameter name=ServiceClasscom.skire.webservices.service.general.DocumentService2/parameter operation name=getBPRecord mep=http://www.w3.org/2004/08/wsdl/in-out; / /service From: Cyril Furtado Sent: Tuesday, August 04, 2009 7

MessageContext is null, is something wrong?

2009-08-04 Thread Cyril Furtado
I have in my implementation class added two methods as given in Axis2 articles public void init(MessageContext inMessge, MessageContext outMessage) { // store the message contexts System.out.println(init message called); // is not

RE: MessageContext is null, is something wrong? Still not working!

2009-08-04 Thread Cyril Furtado
/axis2-tutorials-and-articles.html Thanks, Deepal From: Cyril Furtado Sent: Tuesday, August 04, 2009 1:50 PM To: 'axis-user@ws.apache.org' Subject: MessageContext is null, is something wrong? I have in my implementation class added two methods as given in Axis2 articles public void init

RE: MessageContext is null, is something wrong? Still not working! Code given

2009-08-04 Thread Cyril Furtado
will give it a try. Thanks, Deepal From: Cyril Furtado Sent: Tuesday, August 04, 2009 3:45 PM To: 'axis-user@ws.apache.org' Subject: RE: MessageContext is null, is something wrong? Still not working! Thank you Deepal I changed my implementation class as given from the below articles now my

RE: MessageContext is null, is something wrong? Still not working! Code given

2009-08-04 Thread Cyril Furtado
Zip file did not go thru sending the f.aar file in .txt, rename to web_services.aar From: Cyril Furtado Sent: Tuesday, August 04, 2009 6:55 PM To: 'axis-user@ws.apache.org' Subject: RE: MessageContext is null, is something wrong? Still not working! Code given Thanks Deepal, I am enclosing

Axis2 java server/client strange behavior

2009-07-24 Thread Cyril Furtado
I'm running axis2 1.4 on tomcat running behind IIS server, I generated a java client using the WSDL, this client works correctly when I point directly to Tomcat server When I point to IIS server URL it responds with HTTP Error 430 , on the Server log I can see (there is no other error) DEBUG

Axis2 runs on tomcat Application server behind IIS Web server

2009-07-21 Thread Cyril Furtado
When I run my client from dot net or from java I get Error given below (Note when I point directly to tomcat using port number) It gives me the correct response ) So the server side executes correctly, but when its behind the IIS server it fails 2009-07-21 16:42:17,390 [TP-Processor2] DEBUG

Jar files for Base64Binary AttachmentType MTOM Examples

2009-04-10 Thread Cyril Furtado
I am having difficulty compiling the examples in axis2 1.4 , I cannot locate the jar files where the following import statements are being referenced import org.apache.ws.axis2.mtomsample.AttachmentResponse; import org.apache.ws.axis2.mtomsample.AttachmentType; import

Axis 1.4 Service and dot net C# 2.0) interoperable issue

2009-04-08 Thread Cyril Furtado
I have Axis2 1.4 Service (document literal) using POJO , when run using Axis2 client, it works perfectly. I have MTOM enabled, I have some services which send receive Attachments, but the one I am running on dot net does not use attachments. I used the WSDL and generated a C# stub in Visual

problem with MTOM and attachments please help

2009-04-07 Thread Cyril Furtado
(using Axis2 1.4 Tomcat 5.0) I have 3 methods in my service 2 with attachments, 1 no attachments The method without attachments runs correctly, but the ones with attachments don't For server returning attachments I have method javax.activation.DataHandler sendAttach(String filename) In

Services are not seen is there something Im doing wrong? please help

2009-04-01 Thread Cyril Furtado
I look at /HappyAxis.jsp It says all core jars are found and located I have deployed StockQuoteService service as given in the examples When I open http://localhost:8081/axis2-web/listService.jsp It says There seems to be no services listed! Try hitting refresh Also I keep getting 2009-04-01

Services and Group services last problem is http 500 problem before axis2 is up

2009-04-01 Thread Cyril Furtado
Sorry for one more item, I do not know how to reply to the message!. After going thru the log and configuring the servlet, I found that the service cannot be seen under services, but can be seen under service groups. I see the following List Single service StockQuoteService Service EPR :

Cannot see service give 500 Error

2009-03-31 Thread Cyril Furtado
Hi I deployed axis1.4.1 on Tomcat 5.0 , using all the jars provided in the axis2 lib , added jms,jar , used the /conf/axis2.xml Using the samples/pojo put StockQuoteService.aar as given in samples under /services directory I have configured web.xml to start the Axis2 servlet I have checked

Cannot deploy Services whats is wrong?

2008-12-05 Thread Cyril Furtado
I registered url 'ws/services/Document ' as the Axis2 Servlet on tomcat 5.5. I put the axis2.xml (taken from axis2 download) I put services.xml and services.wsdl in the aar file and placed it under th web-inf directory When I type http:// dt-cyril:8080/ws/services/Document I see http error 500.

Cannot see Axis2 webservices in the URL

2008-11-26 Thread Cyril Furtado
I use Tomcat I used the axis2.xml as given from the axis2 1.4.1 release After deploying the services And I check the URL for the service I see Http 500 (Server Error) Looking at the log I can see Did not find RequestResponseTransport cannot set response written What am I missing? Cyril

How to debug axis2 log

2008-11-20 Thread Cyril Furtado
When I check for my services in the URL I get http 500 Log shows this ( there are many instances of it) It's quite difficult to understand, what exactly is the error? 2008-11-20 12:07:22,186 [main] DEBUG scription.ParameterIncludeImpl - Value Classloader = null 2008-11-20 12:07:22,186 [main]

Axis2 Startup does not work

2006-06-06 Thread Cyril Furtado
I am using Tomcat 4.1( will move to Tomcat 5)and JDK 1.5, We do not use a Web-Apps directory in Tomcat, Instead use the shared/lib directory to load the jar files. I have sucessfully used Axis1.2 for over 18 months in this config, now I am trying to switch to Axis2 but it has been very