|
Home > Archive > BizTalk Server General > December 2005 > Soap Envelope Question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Soap Envelope Question
|
|
|
| Hi,
We are doing a migration from Biztalk 2000 to Biztalk 2004.Previosly
out Trading partner used to send an XML with Soap Envelope to an ASP
file.The ASP used the Biztalk Interchange to Post to Biztalk2000.After
Processing Biztalk sends back the response to the Trading Partner with
the Soap Envelope.
I am trying to find out how its adding the Soap Envelope when its
sending the response.
In the Migrated Senario i am able to establish everything in the
Response file except the SOAP Envelope.
i am not using th Biztalk interchange in the new Migrated Biztalk
2004.I am receiving the file in the ASP and droping the file in the
folder for Biztalk 2004 to pick it up from there.Biztalk 2004 picks up
the file from the folder,process the file and then sends it to the
Trading Partner.
can anyone tell me how i can resolve this problem of adding a SOAP
envelope to the Response?
Thanks,
Vamsi.
| |
| esgraham 2005-12-05, 5:55 pm |
| Use the BTF assembler in a send pipeline. You can add the same information
that was used in earlier versions. I used the assembler when migrating a
BT2002 project that used SOAP in the same manner you described.
"vamsi" wrote:
> Hi,
>
> We are doing a migration from Biztalk 2000 to Biztalk 2004.Previosly
> out Trading partner used to send an XML with Soap Envelope to an ASP
> file.The ASP used the Biztalk Interchange to Post to Biztalk2000.After
> Processing Biztalk sends back the response to the Trading Partner with
> the Soap Envelope.
>
> I am trying to find out how its adding the Soap Envelope when its
> sending the response.
>
> In the Migrated Senario i am able to establish everything in the
> Response file except the SOAP Envelope.
>
> i am not using th Biztalk interchange in the new Migrated Biztalk
> 2004.I am receiving the file in the ASP and droping the file in the
> folder for Biztalk 2004 to pick it up from there.Biztalk 2004 picks up
> the file from the folder,process the file and then sends it to the
> Trading Partner.
>
> can anyone tell me how i can resolve this problem of adding a SOAP
> envelope to the Response?
>
> Thanks,
> Vamsi.
>
>
| |
|
|
Thanks so much Graham.I was beating around this problem for 3 days
now.That was easy.
Vamsi
| |
|
|
vamsi wrote:
> Thanks so much Graham.I was beating around this problem for 3 days
> now.That was easy.
>
> Vamsi
Hi ,
This solution works for an xml without multipart.
I am sending a multipart Response to the Client.The Soap Envelope has
to be only for the body part and not for the Attachment part.Do you
know how i can specify this.i am trying to set the property in .net
code and then in the orchestration ,i am specifying only to the body
part.But somehow i am not able to get this to work.I am going to try on
this tomorrow.Let me know if you already have a solution
Thanks for your help,
Vamsi
| |
|
| Hi ,
This solution works for an xml without multipart.
I am sending a multipart Response to the Client.The Soap Envelope has
to be only for the body part and not for the Attachment part.Do you
know how i can specify this.i am trying to set the property in .net
code and then in the orchestration ,i am specifying only to the body
part.But somehow i am not able to get this to work.I am going to try on
this tomorrow.Let me know if you already have a solution
Thanks for your help,
Vamsi
|
|
|
|
|