Note that there are some explanatory texts on larger screens.

plurals
  1. POBizTalk SOAP port password in binding file
    primarykey
    data
    text
    <p>I've inherited a BizTalk 2006 application that uses several SOAP ports to request data from a 3rd party web service. The web service is secured by "basic" authentication - username / password. After making a few enhancements to the application I deployed to an integration test server which has access to the 3rd party web service. The BizTalk app was unable to retrieve the data and I soon realised that I had forgotten to set the username / password on the SOAP send ports. I wanted the make deployment of the BizTalk app as automated as possible because I may not be present when it is deployed to the live server. I opened up the binding file, located the 1st of the problem SOAP send ports and looked for the <strong>* that BizTalk uses to replace the password - except that it doesn't! It seems that the password for SOAP ports is set to NULL rather than *</strong>, see here for more details: <a href="http://msdn.microsoft.com/en-us/library/aa547319.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa547319.aspx</a></p> <p>I proceeded to update the binding but when I came to test, after importing my amended binding file, I found that I had the same problem as before. I've double checked and can confirm that the correct password is now present in the binding file but, although BizTalk doesn't complain during the import, when I run the app I get the following exception:</p> <p><em>Details:"ArgumentNullException: String reference not set to an instance of a String. Parameter name: s ".</em></p> <p>If I then manually amend the password through the BizTalk admin console everything work fine. </p> <p>Has anyone else had a similar problem with the bindings for a SOAP port - does anyone have a solution?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload