message size problem?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > message size problem?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    message size problem?  
Theo


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-14-05 10:53 PM

Hello!

I think I might have a problem with message size. I receive messages from a
web service and load the message payload into an XmlDocument in my
orchestration similar to:

MyMessage = new System.Xml.XmlDocument();
MyMessage.LoadXml(WebServiceResponse.GetResult);

GetResult is a string with the xml-encoded message.

Further assign the newly created MyMessage to a BTS-message, with a given
schema. I'm doing it in a message assignement shape.

Now the problem. Somehow, during this whole procedure the message gets
truncated. I know that the web service returns the whole message but when I
look at my created BTS message, it contains a fraction of the original
message.

What's the problem? Can it be the size or is there any other explanation?

Tanks in advance





[ Post a follow-up to this message ]



    Re: message size problem?  
Michel Prévost


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-21-05 10:49 PM

In the BTS admin console, right-click on the main node, and choose
properties. On the "Large Message" tab, there is a text box with a label
"Treshold". In BizTalk 2004, if a message is larger than that, it is
fragmented. Try to set a larger value (and restart the service, as a
precaution).

Best regards,
Michel

"Theo" <Theo@discussions.microsoft.com> wrote in message
news:BDDAF840-7D61-4AD9-845B-08FAE5D65B4A@microsoft.com...
> Hello!
>
> I think I might have a problem with message size. I receive messages from
> a
> web service and load the message payload into an XmlDocument in my
> orchestration similar to:
>
> MyMessage = new System.Xml.XmlDocument();
> MyMessage.LoadXml(WebServiceResponse.GetResult);
>
> GetResult is a string with the xml-encoded message.
>
> Further assign the newly created MyMessage to a BTS-message, with a given
> schema. I'm doing it in a message assignement shape.
>
> Now the problem. Somehow, during this whole procedure the message gets
> truncated. I know that the web service returns the whole message but when
> I
> look at my created BTS message, it contains a fraction of the original
> message.
>
> What's the problem? Can it be the size or is there any other explanation?
>
> Tanks in advance







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:01 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register