Cant Receive the data from web

Home Page Forums BizTalk 2004 – BizTalk 2010 Cant Receive the data from web

Viewing 1 reply thread
  • Author
    Posts
    • #18924

      Hi all, 

      I have creted a biztalk application in which for input port i have given

      Transport Type:- SOAP &

      URI for that \http://localhost:1747/Inwebservice/Service.asmx

      This is myweb service which return a XML file to orchestration. But i haven’t created a port of type web.

      I have deployed that web service on virtual server. This orchestration get started but it is not giving me any result.

      Another question is when web service is deployed on virtual server it is not deployed under default web site because it gives me error of page canot be displyed.

      This is the correct Way or not? I am trying also add the webservice by using webreference .But theat port have two options.But my senario only receive the data from web service. How to configure the web service in Receive port.

       Thanks in advance

    • #18930

       

      1. Add Web Reference in viusal
      Stoudio for your web services. Visual studio automatically adds web port and
      Web Message Types for you for request and response.

      [http://www.15seconds.com/issue/060518.htm]

      2. Web service must be accessible.

      3.  You can’t not just
      receive data from HTTP Or SOAP protocol. Web services are working on request response
      protocol. No matter what you send but you have to send some nothing to get response.

       

       

      • #18937

        Hi Max,

        Thanks for ur Reply. But in my senario, i am not sending any request to Webservice. If the service is invoked by the MS CRM, on that time automatically i am receive the data from web service.How can i receive the data.

         

        Thanks in advance

        Muralidhar 

         

        • #18945

           

          Hi,

           I don’t know much
          about MS CRM; if you can call your web service from CRM then you can expose
          your Orchestration as web service and call it from CRM.

          On the other hand if you want to do it in BizTalk then you
          can call CRM web service by sending request (even empty request) with time
          delay.

          Regards,

           

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.