thespot4sap.com independent sap information
 

get SAP Access - pay monthly

SAP Tutorials    Online SAP Training    SAP CBT's    SAP Forums    SAP Articles    SAP Jobs    SAP Resumes
  SAP Access    SAP Blogs    SAP Books     Links     SAP Vendor Directory     Submit Content    Search
Previous posts in BizTalk
Page 1273 of 5577

Webservices from functoids (btm) thro Proxy server

Blogger : MSDN Blogs
All posts : All posts by MSDN Blogs
Category : BizTalk
Blogged date : 2008 Jan 10

we had a requirement where we had to call webservices from a btm biztalk map.

the script functoid called an external assembly which in turn called a 3rd party webservice on the internet.

this required a proxy server since it is on the internet.

this is how we solved it by configuring the btsntsvc.exe.config.

Pls restart the Application and host after the change.

 <system.net>
    <connectionManagement>
  <add address="*" maxconnection="40"/>
 </connectionManagement>
 <defaultProxy useDefaultCredentials="true">
 <proxy usesystemdefault="true" bypassonlocal="true" proxyaddress="http://x.x.x.x:80" />
 <bypasslist>
         <add address="172.22.*.*" />
  <add address="localhost" />
      </bypasslist>

 </defaultProxy>
  </system.net>


Read comments or post a reply to : Webservices from functoids (btm) thro Proxy server
Page 1273 of 5577

Newest posts
New Page 1

 

 

About Us   Contact Us   Privacy   Disclaimer   Feedback   Email Discussion   Newsletter  

Copyright © - Independent SAP Information
Learn XML, Guesthouses and B&B's