RE: How to call a web service from another one???

2009-08-25 Thread Dhanush Gopinath
Hi Asma, What joe has mentioned is the normal way for creation of stubs for your webservice B and then include those stubs to ur web service A and then use them to invoke web service B. Your web service A will be a web service client to webservice B. That's how it will work. Now if you don't

RE: [Axis2] happy birthday !!!

2009-08-21 Thread Dhanush Gopinath
Happy Birthday Axis2!!! This is really a milestone. I used Axis way back in 2003 and still remember how I came up with a article for attachment handling in Axis 1.1 (http://www.mail-archive.com/axis-u...@xml.apache.org/msg20064.html). It was so much fun learning WS and the soap Today Axis 2 is mu

RE: Regarding validating SOAP responses against the WSDL

2009-03-19 Thread Dhanush Gopinath
You are right I would need some APIs for it.. but ,y question is are there such APIs and if there are such APIs please let me know which APIs can be used to achieve this. Thanks Sneha On Tue, Mar 17, 2009 at 4:51 PM, Dhanush Gopinath mailto:dhanush.gopin...@altair.com>&

RE: Regarding validating SOAP responses against the WSDL

2009-03-17 Thread Dhanush Gopinath
WSDL file. Hope the use case is clear now. Please do let me know if there are ways to achieve the same. Thanks Sneha On Tue, Mar 17, 2009 at 3:38 PM, Dhanush Gopinath wrote: Hi, I am not sure if there are any Axis API's for the same (I do not think so). I can tell you a simi

RE: Regarding validating SOAP responses against the WSDL

2009-03-17 Thread Dhanush Gopinath
Hi, I am not sure if there are any Axis API's for the same (I do not think so). I can tell you a similar way in which I constructed a predefined SOAP response after parsing the WSDL and Schema. What I will get as input is the operation name and target namespace. >From that I get th

RE: org.apache.axis2.AxisFault: java.lang.OutOfMemoryError: Java heap space

2009-03-11 Thread Dhanush Gopinath
Just increase the heap size required by your server -Xms256m -Xmx1024m -XX:MaxPermSize=256m From: Appasamy Thirugnana [mailto:athirugn...@sapient.com] Sent: Wednesday, March 11, 2009 4:42 PM To: axis-user@ws.apache.org Subject: RE: org.apache.axis2.AxisFault: java.lang.OutOfMemoryError: Ja

RE: WSSecurity Implementaton

2009-03-10 Thread Dhanush Gopinath
I think you need to start it with the Rampart Module http://ws.apache.org/axis2/modules/rampart/1_3/security-module.html Dhanush From: Sudhir Mongia [mailto:sudhir.mon...@gmail.com] Sent: Tuesday, March 10, 2009 1:56 PM To: axis-user@ws.apache.org Subject: WSSecurity Implementaton

Using Netbeans IDE to Develop Axis WS

2009-03-09 Thread Dhanush Gopinath
Hi, Has anyone used the Netbeans IDE to generate Axis WS as per this tutorial - http://www.netbeans.org/kb/61/websvc/gs-axis.html#java_project If so has any one used the Axis2 Service in WSDL option which creates the WS in top down approach. I got an error saying that the WSDL is not availabl