views:

13

answers:

0

I have a webservice server which is something like this

https://<my domain>/receiver

This server serves 2 domains and will route to it's own ports based on the domain name. The axis2 stubs works find if I specify the port, forexample

https://<mydomain>:8009/receiver, but it'll not work if it's redirected by apache.

For the same scenario, using https://<mydomain>/receiver work with SoapUI.

Does anyone know why this is happening?