-
I'm trying to invoke a web service method from within an orchestration. I have a web reference to the service. I have created web type messages (one request the other response). I use a Message Assignment shape to initialize said request message. And I have both the Send & Receive shapes connected...
-
Hi, i got a project about SOA,the short history is: form an interface i'm gonna take users id and pass and check this userc credentials from 3 databases by three web services which are connected directly to these databases. I know how to listen a directory to take files by a port (sender) and receive...
-
I have an orchestration published as an asmx web service. It will be called by a vendor using Unix. I'd like to validate a userid/password in the orchestration (or perhaps it's better to let IIS do it). I added this code to my orch: strSoapUsername = msgLoanDataPullReq(SOAP.Username); strSoapPassword...
-
I have a situation. I would be grateful if you could help me in this situation. I have 8 send ports which I want to expose as one web service. All these 8 send ports are in 8 different BizTalk Solutions. I can set the Transport Type of these 8 Send ports to SOAP. But I want to use these 8 Separate Send...
-
Dear, we need to learn more about your application architecture in order to help you, Does your application contains a SOAP receive location that receives web requests from another server? Did you try changing transport type of the receive location from SOAP to FILE and checked the output file? What...
-
quick tip: Install SOAP toolkit and intercept messages going from BizTalk Server to the web service (and its way back). probably there's something not properly set in the orchestration that consumes the web service (message variable declaration). Mike
-
I have found a strange work-around which has solved my current problem. I seems like add web reference wizard don't like multiplicity on the first child record, if the multiplicity is placed on the element. When i move the multiplicity one level up in the xsd-dile to the actual sequence-tag, the...
-
I have run into a strange problem when adding one wsdl as web reference to a biztalk project. In one of the wsdl schemas there is a record where max occurs is unbounded. When the wsdl added as web reference the tag name mentioned is changed into a concatenation of the tag name and the names of the parent...
Posted to
BizTalk 2006
(Forum)
by
criffer
on
Thu, Jan 31 2008
Filed under: web services, schema, serializable, wsdl, root element, array, design, Biztalk 2006 R2, BizTalk 2006 Editions, biztalk 2006, BizTalk, bt2006
-
Hello fellow BizTalkers, I am working, as a developer, for a firm who started resently to work with BizTalk Server 2006. I have a question: Soon we will be receiving small ASCII-files (about 2K) from one of our contracters. They will be sending about 30,000 files / year (3,000 files / month). These files...
-
Hello, I have an Orquestration that is working with a File Receive Location with a XMLReceive Pipeline. When I put one XML file in the designated path everithing is OK. Then I published this orquestration as a Web Service, configured a SOAP Receive Location with the same XMLReceive Pipeline. I've...