Posted: Thu May 25, 2006 7:28 pm Post subject: HTTPInput 'URL Selector' question
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
I am trying to work out a situation where a flow with an HTTPInput has been deployed with a URL Selector 'http://myhost:7055/myservice' and the broker's HTTP Listener is 7072. Despite this apparent port mismatch the HTTP request, on this server, works OK; the same situation on a different server results in the request remaining on SYSTEM.BROKER.WS.INPUT.
While working on this I found that the spec for the URL Selector property differs between V5 and V6. For V5 the Help states:
Quote:
The location from which Web service requests are retrieved. You must provide this in one of the following forms:
http://<hostname>[:<port>]/[<path>]
or
/<path fragment>/*
where * is a wildcard that you can use to mean match any.
:while the V6 Help states:
Quote:
Identifies the location from where Web service requests are retrieved. If the URL that you want is http://<hostname>[:<port>]/[<path>], specify either /<path> or /<path fragment>/* where * is a wild card that you can use to mean match any.
I thought that this might possibly explain why the apparent port mismatch works, i.e. because host and port are not supposed to be specified in the URL Selector and are therefore presumably ignored if supplied. However when I deployed the flow with the just the path specified (/myservice) the request was not processed and stayed on the WS input queue.
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