Re: Problem with solicit-response adapter BTS 2004
From: Kelly Fulks (kfulks_at_knology.net)
Date: 06/07/04
- Next message: darin dimitrov: "Sending HTML forms to Biztalk"
- Previous message: Tan Bao Nguyen: "RE: Mapping from several repeating groups into one"
- In reply to: Vladimir Tchalkov: "Re: Problem with solicit-response adapter BTS 2004"
- Next in thread: Vladimir Tchalkov: "Re: Problem with solicit-response adapter BTS 2004"
- Reply: Vladimir Tchalkov: "Re: Problem with solicit-response adapter BTS 2004"
- Messages sorted by: [ date ] [ thread ]
Date: 7 Jun 2004 14:38:32 -0700
"Vladimir Tchalkov" <vlado@act-soft.nspam.com> wrote in message news:<#8W4FDLTEHA.3336@TK2MSFTNGP12.phx.gbl>...
> Hi Kelly,
>
> I had similiar problems with my adapter. My mistake was the encoding of the
> xml response file.
> I used ANSI encoding with code page 1251. I changed this to UTF8 and it
> worked.
> I think the problem was that I was missing the XML header and the encoding
> of the response was not specified.
> So try UTF8 or try to add a XML header specifying the encoding.
>
> Best regards,
> Vladimir
>
> "Kelly Fulks" <kfulks@knology.net> wrote in message
> news:bc02a42a.0406041149.43cbbfe4@posting.google.com...
> >
[stuff deleted]
> > Any ideas? Thanks!
Vladimir,
Thanks for your response. I had tried with the XML header using
utf-7, utf-8, and utf-16 all. I tried it again after receiveing your
message to make sure that it did not work. I also tried by inserting
this code using utf-7, utf-8, and utf-16:
----- code begins here -----
Dim myResultsDom As System.Xml.XmlDocument
myResultsDom = New System.Xml.XmlDocument
myResultsDom.LoadXml(XmlString)
myResultsDom.CreateXmlDeclaration("1.0", "UTF-8", String.Empty)
----- code ends here -----
But that leaves me with a document with no encoding (or XML header
again. I have a feeling that this is the right track for sloving the
problem, but I don't know exactly what if wrong yet. Thanks for the
help. Amy more ideas?
- Next message: darin dimitrov: "Sending HTML forms to Biztalk"
- Previous message: Tan Bao Nguyen: "RE: Mapping from several repeating groups into one"
- In reply to: Vladimir Tchalkov: "Re: Problem with solicit-response adapter BTS 2004"
- Next in thread: Vladimir Tchalkov: "Re: Problem with solicit-response adapter BTS 2004"
- Reply: Vladimir Tchalkov: "Re: Problem with solicit-response adapter BTS 2004"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|