Re: [AXIS2] Simple (?) config question

2007-10-11 Thread zhongliang zhang
Maybe you can do that by adding following two parameters into axis2.xml

 parameter name=contextRoot//parameter
 parameter name=servicePathaxis2/parameter
I did not try it myself,maybe you can have a try.

On 11/10/2007, Raghu Upadhyayula [EMAIL PROTECTED] wrote:
 Hi Deepal,

According to what you said I've changed the contextRoot 
 servicePath in axis2.xml.

I've changed it like this.

 parameter name=contextRoot/webservices/parameter
 parameter name=servicePathmyService/parameter

 And when I go to http://localhost/webservices/myService?wsdl I'm able to
 see the WSDL.

 But in the WSDL the end point address is shown as

 soap:address
 location=http://10.5.1.241:80/webservices/myService/myService; /

 Because of this when I'm trying to run the client and access my
 webservice, I'm getting an exception

 The service cannot be found for the endpoint reference (EPR)
 http://localhost/webservices/myService


 Thanks
 Raghu
 -Original Message-
 From: Deepal jayasinghe [mailto:[EMAIL PROTECTED]
 Sent: Monday, October 08, 2007 8:27 AM
 To: axis-user@ws.apache.org
 Subject: Re: [AXIS2] Simple (?) config question

 Lorenzo wrote:
  Hi all,
 
  i need to change axis2 services path from
 
  http://localhost:8080/axis2/services/myService
 
  to
 
  http://localhost:8080/axis2/myService
 
  (possibly without move .aar archives) but i didn't find where to do
 it..
 
 You can do that by adding following two parameters into axis2.xml

  parameter name=contextRoot/axis2/parameter
parameter name=servicePathmyService/parameter

 Thanks
 Deepal



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [AXIS2] Simple (?) config question

2007-10-11 Thread Raghu Upadhyayula
Hi Zhang,

 

  I've tried changing the contextRoot  servicePath in axis2.xml.
After changing that, I'm able to see the WSDL correctly in the browser
(http://localhost/webservices/myService?wsdl ), but when I try to access
the service from the client it is not working.

  

  When I observed the SOAP Address in the WSDL it is showing the
address as http://localhost/webservices/myService/myService (service
name is repeated twice) because of which when I give the end point as
http://localhost/webservices/myService i'm getting a EPR not found
exception.

 

Thanks

Raghu

 

-Original Message-
From: zhongliang zhang [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 11, 2007 9:05 PM
To: axis-user@ws.apache.org
Subject: Re: [AXIS2] Simple (?) config question

 

Maybe you can do that by adding following two parameters into axis2.xml

 

 parameter name=contextRoot//parameter

 parameter name=servicePathaxis2/parameter

I did not try it myself,maybe you can have a try.

 

On 11/10/2007, Raghu Upadhyayula [EMAIL PROTECTED] wrote:

 Hi Deepal,

 

According to what you said I've changed the contextRoot 

 servicePath in axis2.xml.

 

I've changed it like this.

 

 parameter name=contextRoot/webservices/parameter

 parameter name=servicePathmyService/parameter

 

 And when I go to http://localhost/webservices/myService?wsdl I'm able
to

 see the WSDL.

 

 But in the WSDL the end point address is shown as

 

 soap:address

 location=http://10.5.1.241:80/webservices/myService/myService; /

 

 Because of this when I'm trying to run the client and access my

 webservice, I'm getting an exception

 

 The service cannot be found for the endpoint reference (EPR)

 http://localhost/webservices/myService

 

 

 Thanks

 Raghu

 -Original Message-

 From: Deepal jayasinghe [mailto:[EMAIL PROTECTED]

 Sent: Monday, October 08, 2007 8:27 AM

 To: axis-user@ws.apache.org

 Subject: Re: [AXIS2] Simple (?) config question

 

 Lorenzo wrote:

  Hi all,

 

  i need to change axis2 services path from

 

  http://localhost:8080/axis2/services/myService

 

  to

 

  http://localhost:8080/axis2/myService

 

  (possibly without move .aar archives) but i didn't find where to do

 it..

 

 You can do that by adding following two parameters into axis2.xml

 

  parameter name=contextRoot/axis2/parameter

parameter name=servicePathmyService/parameter

 

 Thanks

 Deepal

 

 

 

 -

 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]

 

 

 -

 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]

 

 

 

-

To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]

 



RE: [AXIS2] Simple (?) config question

2007-10-10 Thread Raghu Upadhyayula
Hi Deepal,

According to what you said I've changed the contextRoot 
servicePath in axis2.xml.

I've changed it like this.

parameter name=contextRoot/webservices/parameter
parameter name=servicePathmyService/parameter

And when I go to http://localhost/webservices/myService?wsdl I'm able to
see the WSDL.

But in the WSDL the end point address is shown as 

soap:address
location=http://10.5.1.241:80/webservices/myService/myService; /

Because of this when I'm trying to run the client and access my
webservice, I'm getting an exception 

The service cannot be found for the endpoint reference (EPR)
http://localhost/webservices/myService


Thanks
Raghu
-Original Message-
From: Deepal jayasinghe [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 08, 2007 8:27 AM
To: axis-user@ws.apache.org
Subject: Re: [AXIS2] Simple (?) config question

Lorenzo wrote:
 Hi all,

 i need to change axis2 services path from 

 http://localhost:8080/axis2/services/myService

 to

 http://localhost:8080/axis2/myService

 (possibly without move .aar archives) but i didn't find where to do
it..
   
You can do that by adding following two parameters into axis2.xml

 parameter name=contextRoot/axis2/parameter
parameter name=servicePathmyService/parameter

Thanks
Deepal



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [AXIS2] Simple (?) config question

2007-10-08 Thread Amila Suriarachchi
change the web.xml file.

Amila.

On 10/8/07, Lorenzo [EMAIL PROTECTED] wrote:

 Hi all,

 i need to change axis2 services path from

 http://localhost:8080/axis2/services/myService

 to

 http://localhost:8080/axis2/myService

 (possibly without move .aar archives) but i didn't find where to do it..


 Thx 4 any help,
 Lorenzo



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Amila Suriarachchi,
WSO2 Inc.


Re: [AXIS2] Simple (?) config question

2007-10-08 Thread Deepal jayasinghe
Lorenzo wrote:
 Hi all,

 i need to change axis2 services path from 

 http://localhost:8080/axis2/services/myService

 to

 http://localhost:8080/axis2/myService

 (possibly without move .aar archives) but i didn't find where to do it..
   
You can do that by adding following two parameters into axis2.xml

 parameter name=contextRoot/axis2/parameter
parameter name=servicePathmyService/parameter

Thanks
Deepal



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]