Forum Replies Created
-
AuthorPosts
-
I had this problem and installed owc10.exe which I got from the microsoft site. The dll you want is not included in Server 2003 so yoou have to get it from elsewhere ie microsoft. Installing the exe didnt cause me any problems but I would make a copy of the vm before you start just in case
Hello All
I would like to install BT2006 Beta2 on VPC2004 with W2003 server
Could I install it on the same machine ?Do you know where I can find step by step Installation guide because the MS installation guide is not very clear.
Thx for HelpHi Stephen,
I figured out what caused the problem. When a schema is created in BizTalk from scratch, BizTalk sets the values of the attributes ‘attribubuteFormDefault’ and ‘elementFormDefault’ to ‘unqualified’ by default. After setting ‘elementFormDefault’ to ‘qualified’, the xmlns=\”\” disappeared.
Joey
This post should help you out: http://geekswithblogs.net/sthomas/archive/2004/10/25/13269.aspx
Also, the help guide covers it was well. Just search for “Using XPaths in Message Assignment”
The only thing to watch out for is namespace. If you document has a namespace you might have to include that in your xpath.
I have not looked at the samples that ship with 2006 yet so I can not really point to in the right direction there. See if the SDK has something on web services. Or, check msdn for the Biztalk and Web Services white paper.
You will also need to use the Web Service Publishing Wizard to publish your Orchestration as we web service. Make sure you set your ports as public.
Best of luck.
thanks stephen! it sounds simple.
so if i understand correctly. in the demo, i will suppose to create a portal using asp .net that consumes the web service from biztalk. and from biztalk side, i will use oracle adapter to retrieve data from oracle db?can you point to me a more precise example, is it one of the tutorial that comes with Biztalk 2006 beta 2 ?
thanks again.
hai Stephen,
Can you tell me in detail step by step ,how to use XPath to get the value of promoted property in the orchestration decide shape.
Thank youI think in this case you would use an Orchestration to receive the request and send the response back.
Then, you could expose this Orchestration as a Web Service. The Web Service would be consumed by the user either through .net, Infopath, or Sharepoint.
This would work well since you would keep the calls from the user consistent and just modify the Orchestration as needed to add extra steps, replace Oracle with SQL, or anything else you needed.
If you download the BizTalk 2006 Beta 2, it has a sample that I think is close to this. Just make sure you get the Oracle Adapter download, since it’s separate.
Best of luck.
I have never tried to get at the SOAP headers. I think they are available in the message as context properties.
You might want to check the help guide under “Accessing SOAP Headers in Orchestrations” and see if that helps.
Let me know if that works for you.
November 24, 2005 at 5:54 AM in reply to: Problems regarding input location to biztalk orchestration #12408I think you will need the web port inside your Orchestration if you want to return the message. Have you tried to create the web port by adding a reference to the web service?
Your second question, are you sure the web service is working on the other location? You’ll want to look in the sharepoint help on how to exclude a directory. I have done it before, but it was over a year ago.
I don’t know fur sure that else is needed. You might want to review the BizTalk 2004 Installation Guide and make sure you have not missed something.
You could always try reinstalled any items that might/cound be causing the problem.
You might want to check the current help guide under “SQL Receive Adapter”.
You must be doing something wrong in the stored proc.
You basically have two options. The easiest if you just need it inside an Orchestration decide shape is to use XPath to get the value.
The harder way is to write a custom pipeline component to xpath into the stream and promote the value.
Those are the only two ways I know how to do it.
I have not seen this before.
There must be something specific to your schema.Are you importing complex types from other files? Does the header and report have different namespace or one that differs from what’s defined as the default namespace?
hai friends,
I want to promote a node in the source schema, and I have its parent node with minimum occurence 1 and maximum occurence unbounded.When I try to promote it ,it failed to promote and it is telling that nodes which has its parent nodes maximum occurence unbounded cannot be promoted and the nodes must be unique.
Can anybody tell me how can I promote this field to use it in my orchestration decide expression. -
AuthorPosts