| Author |
ServiceCreationException with InfoPath form
|
|
|
| I have an orchestration that has a file receive/send port. The directories that the files are picked up from are on my local machine.
I created an infoPath form from the schema I use in my orchestration. I then submit the form and create an xml file dropping it into my pickup directory. I have also validated the output file within BizTalk and it validates fine.
I get the following error in the application event viewer:
Failed while creating a InfoPathSample1.BizTalk_Orchestration1 service.
Exception type: ServiceCreationException
Source:
Target Site:
Help Link:
Additional error information:
The parameter is incorrect.
Exception type: ArgumentException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Int32 GetCapabilities(System.Guid ByRef)
Help Link:
Additional error information:
Any idea what this might be?
STom
| |
|
| Never mind. Got it fixed. I just had to start all over again.
Apparently a previous web service implementation in the same orchestration was causing the problem.
"STom" <stombiztalker@hotmail.com> wrote in message news:uXs4oLqGFHA.3628@TK2MSFTNGP15.phx.gbl...
I have an orchestration that has a file receive/send port. The directories that the files are picked up from are on my local machine.
I created an infoPath form from the schema I use in my orchestration. I then submit the form and create an xml file dropping it into my pickup directory. I have also validated the output file within BizTalk and it validates fine.
I get the following error in the application event viewer:
Failed while creating a InfoPathSample1.BizTalk_Orchestration1 service.
Exception type: ServiceCreationException
Source:
Target Site:
Help Link:
Additional error information:
The parameter is incorrect.
Exception type: ArgumentException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Int32 GetCapabilities(System.Guid ByRef)
Help Link:
Additional error information:
Any idea what this might be?
STom
|
|
|
|