08-25-04 09:19 AM
Hey Rajinder,
I've got the same problem so if you got a solution please post it over here.
Tx,
Danny.
"Rajinder Singh" wrote:
> Hi:
>
> I have a simple orchestration. I have published the orchestration as a web
> service.
> The orchestartion receives a simple XML request like this.
>
> Request
> element1 : string
> element2 : string
>
> Both element1 and element2 are distinguished fields.
>
> After receiving the request in the orchestration I am calling a .net
> assembly.
> I am passing both element1 and element2 to a method in the assembly.
>
> The very first thing I do in the method is publish the length of the
> element1 and element2
> to the event log.
>
> If there are trailing blank spaces in element1 and element2 they are
> trimmed.
> I have verified using the orchestration debugger that it receives a
> documentation where the trailing
> blank spaces still exist. I suspect that the XSLT that BizTalk uses to
> extract the distinguished fields
> is removing the blanks spaces.
>
> I have tried updating the XSD for Request to add a restriction and adding
> min and max length but it does not seem to make any difference.
>
> Has anyone else seen this behavior. Does anyone have any suggestion for me
.
>
>
> Thanks
>
> Raj
>
>
>
>
>
[ Post a follow-up to this message ]
|