function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Karthik11Karthik11 

external DMZ

I am trying to integrate salesforce with legacy system (siebel) and when i try to generate client objects from the wsdl(siebel), I get a read timed out error message. Is this a situation where the seibel web service needs to be exposed externally outside of the orgs network for a cloud application like salesforce to access it..? If so how do I achieve this? pls advise.

gm_sfdc_powerdegm_sfdc_powerde

I don't think stub generation involves a callout to the external system.  It is more likely that your WSDL is too big or contains something tricky that Salesforce is not able to parse.  Try trimming down your WSDL if you don't need all the services specified in there.