Author |
Message
|
nalan |
Posted: Thu Apr 04, 2013 1:58 pm Post subject: Issue with invoking SOAP node after deployment |
|
|
Newbie
Joined: 04 Apr 2013 Posts: 2
|
I have modified an existing message flow which were using 3 SOAP Input nodes to 2 SOAP and 1 HTTP input node for testing purpose. I have configured the HTTP node to perform a wild card search like /*PTP_ENTRY. After deployment it was observed that I am getting "Unable to map URL error" when i try to invoke the entry flow using nettool utility. Can anyone throw some lights how can I debug this issue?
 |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Apr 05, 2013 2:53 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What's a wildcard search?
Where does it say that HTTPInput node supports this? |
|
Back to top |
|
 |
nalan |
Posted: Fri Apr 05, 2013 7:04 am Post subject: |
|
|
Newbie
Joined: 04 Apr 2013 Posts: 2
|
I meant the wild card entry for the node property "path suffix for URL*". Yes Http and SOAP node support this wild card search.
When I ran the mqsireportproperty command for the httpConnector for the broker where I deployed the flow, i can't see the flow name in the list of URL registered for the execution group even though the flow is seen running in the EG. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Apr 05, 2013 7:17 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
nalan wrote: |
I meant the wild card entry for the node property "path suffix for URL*". Yes Http and SOAP node support this wild card search. |
Where does the documentation say this exact form is allowed?
nalan wrote: |
When I ran the mqsireportproperty command for the httpConnector for the broker where I deployed the flow, i can't see the flow name in the list of URL registered for the execution group even though the flow is seen running in the EG. |
Restart the EG twice, and check again. |
|
Back to top |
|
 |
gunjand |
Posted: Fri Apr 05, 2013 1:09 pm Post subject: |
|
|
Novice
Joined: 21 May 2009 Posts: 23
|
|
Back to top |
|
 |
Vitor |
Posted: Sun Apr 07, 2013 10:33 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
gunjand wrote: |
You can try /* to catch all requests, just to see if your wildcard search works. |
It does. The link you posted explicitly says that.
It says that the node supports:
The OP is trying:
which is not the same thing. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|