Http Status 500 on Dynamic SOAP

Home Page Forums BizTalk 2004 – BizTalk 2010 Http Status 500 on Dynamic SOAP

Viewing 1 reply thread
  • Author
    Posts
    • #12295

      Right now we have a monolithic web service with about 20 web methods. Our goal is to call the different methods, so far we have this:

      EXPRESSION SHAPE:
      oprtWebServiceDynam(Microsoft.XLANGs.BaseTypes.Address) = \”http://localhost/POWebService/SubmitPOService.asmx\”; //<– This is the dynamic web service name

      CONSTRUCT SHAPE:
      mWebSvcReq.RefID = mOAStatus(BTS_OpenAccess_spBtsPollsOAStatus.PropertySchema.RefID);
      vMethodName = \”PrintPDF\”; //<– This is the dynamic method name
      mWebSvcReq(SOAP.MethodName) = vMethodName;

      It works fine from the browser, and it works fine in the orch when we use a normal web port. We are currently trying dynamic request/response port.

      Getting this message in Event Viewer:

      Description:
      The \”HTTP\” adapter is suspending an outbound message going to destination URL:\”http://localhost/POWebService/SubmitPOService.asmx\”. Details:\”The remote server returned an error: (500) Internal Server Error.\”.

      Thanks in advance,
      Neal Walters
      http://Biztalk-Training.com

    • #12296

      This solved the 500 problem, I posted a new issue regarding \”AssemblyName\” that I am now getting.

      oprtWebServiceDynam(Microsoft.XLANGs.BaseTypes.Address) =
      \”SOAP://weaponws/POWebService/SubmitPOService.asmx\”;

      I replaced the http:// with SOAP://

      The following may have the same effect, I’m not sure:
      mWebSvcReq(BTS.OutboundTransportType) = \”SOAP\”;

      Neal Walters
      http://Biztalk-Training.com

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