All the 3 services are deployed on the dev server and they all work perfectly fine. Now when i try to deploy on QA server and test them.. the MaterialService works fine but the customer and territory services do not. The same bar file is deployed on both the servers. So, there is absolutely no difference in the code thats deployed.
The error that is displayed when i send requests for customer or territory service is
HTTP/1.1 404:NOT Found
Can't find URL mapping for |"CustomerService"|
HTTP/1.1 404:NOT Found
Can't find URL mapping for |"TerritoryService"|
But the same files(all three) are working perfectly on the dev server. And one the services(Material Service) is working fine on the QA server as well. So, this is very confusing.
Has the SOAP port of the EG where they are being deployed to been setup properly?
The output of the above command should tell you exactly what the port number is and what the connect string should be.(to differentiate between the services)
If the port number is wrong then the
Code:
mqsichangeproperties
command can be used to correct it.
However this whole thing may very well expose some deficiencies in either:-
- The way the flows were deployed into the 'failing' system
- The way the 'failing' system was configured in the first place.
Unlike WMQ based environments, in the world of Webservices, simply creating an Execution Group is only half the work needed to be done before the new EG is ready to receive objects for deployment. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum