Re: failure when trying to build axis2

2006-03-14 Thread Sricharan Anand
I am also getting the same error. Any clues?Thanks,SricharanLoreno Oliveira <[EMAIL PROTECTED]> wrote: Hi,when I try to build the axis source I got the following problem:+| Executing multiproject:install-callback Apache Axis 2.0 - WSDL| Memory: 8M/11M+---

Re: Setting URN in EndpointReference class

2006-03-13 Thread Sricharan Anand
Hi Eran,Thanks for your reply. To answer your question on why my EPR has 2 addresses, please see this blog(the .Net webservice I am communicating with is using a similar architecture):http://www.dynamic-cast.com/mt-archives/50.htmlAs you can infer from the above article/blog, the first URI belo

Setting URN in EndpointReference class

2006-03-10 Thread Sricharan Anand
How do we set an URN as part of EndpointReference class?Here is my problem:I am writing a Axis2 client to consume a remote .Net based Webservice(running WSE 2.0)The endpoint of the service is something like this(taken from a C# client code which is working)'Me.Url = ""Me.Destination = New Microsoft

WS-Addressing headers in generated Stub(Cont.)

2006-03-08 Thread Sricharan Anand
sOperationClient.execute(OutInAxisOperation.java:295)<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<So I a

WS-Addressing headers in generated Stub

2006-03-07 Thread Sricharan Anand
Hi,I am using Axis2 version 0.94 to communicate with a remote .Net Webservice. The remote service is using WS-Addressing. I used the wsdl2java tool, gave the WSDL location and generated the stub to communicate with this service. When i execute the stub, it says "Deploying module addressing"  - b