Author |
Message
|
Sumi |
Posted: Mon May 28, 2012 6:08 am Post subject: help needed to debug |
|
|
Novice
Joined: 13 May 2012 Posts: 11
|
Hi,
The structure of my flow is as follows:
timenotification code which triggers evry 3 mins ----> compute node where the webservice request is built. ----> soap request node ----> outterminal is connected to a queue. and the fault terminal is connected to another queue.
The problem i am facing is that i am getting a fault message, with the error that "Unexpected wrapper element " with a URL..
The problem is this is a url for a diff interface altogether. i cant understand from where is it picking this url and including it n the message.
secondly when i checked in the debug mode, before the message enters the webservice request node, i dont find this url mentioned anywhere.
Please help
Thanks in advance |
|
Back to top |
|
 |
Sumi |
Posted: Mon May 28, 2012 6:17 am Post subject: |
|
|
Novice
Joined: 13 May 2012 Posts: 11
|
to add more info to my query,
the url mentioned in the fault string is url of another project . there is not referencing between the two projects. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon May 28, 2012 6:36 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Using UserTrace will give you a lot more detail on the problem especially with timer related issues
Is would also help for you to tell us the Broker Versiion (including FixPack) and the platform you are using. _________________ 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. |
|
Back to top |
|
 |
Sumi |
Posted: Mon May 28, 2012 6:39 am Post subject: |
|
|
Novice
Joined: 13 May 2012 Posts: 11
|
Hi,
i am using MB v8, windows . thanks for the suggestion, wil put a user trace and check out. |
|
Back to top |
|
 |
Sumi |
Posted: Mon May 28, 2012 8:08 pm Post subject: |
|
|
Novice
Joined: 13 May 2012 Posts: 11
|
Thanks a lot.
The user trace helped and the issue got resolved. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon May 28, 2012 9:46 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Sumi wrote: |
Thanks a lot.
The user trace helped and the issue got resolved. |
would you care to share the finer details of the problem (and the solution) with us? _________________ 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. |
|
Back to top |
|
 |
Sumi |
Posted: Mon May 28, 2012 10:06 pm Post subject: |
|
|
Novice
Joined: 13 May 2012 Posts: 11
|
Ya sure.
The problem was, since my code was in the default broker schema and the name space being declared before the main, while the code was getting executed, all the namespaces of all the projects in the execution group were getting created and hence the wrapper element contained namespaces that were not required.
the solution was either define the broker schema , so that the namespaces are created within the schema or else define the namespace within the esql code. |
|
Back to top |
|
 |
|