|
| Hi,
I have problem which is intermittent, and I am not able to
workout what is happening.
Any help would be greatly appreciated. We need to go live
pretty soon.. Monday!!
Here is brief description of the problem I am facing.
I am integrating 3 applications, which works fine for a
day or so and suddenly I get one of the following error. I
rebooted the machine the problem seems to persist; I
undeployed and redeployed the same dll everything works
fine for couple of days and suddenly one day the problem
appears.
Following is the error I am getting
This Assembler cannot retrieve document specification by
using this type: "string". Either the schema is not
deployed correctly, or more than one schema is deployed
for the same message type.
or
The disassembler cannot retrieve the document
specification by using this type: "boolean". Either the
schema is not deployed correctly, or more than one schema
is deployed for the same message type.
Here is the description of the setup that I have.
I have about 6 orchestrations in one project and they are
consuming one web service, each Orchestration is consuming
a different Operation in the Webservice.
For example
Orchestration1 is calling Method1 of Webserivce1
Orchestration2 is calling Method2 of Webserivce1
..
..
..
Orchestration6 is calling Method6 of Webserivce1
All the methods of the web service accept a string (this
is XML in a string format) and returns a Boolean value of
success or failure.
Any help would be greatly appreciated.
Regards,
Amar
|
|