I was having difficulty consuming asp.net webservices in Siebel. I did a little bit of research and it was a pain that standard webservices would not be consumed by Siebel. I tried different things but it was clearly not working out.
After doing a fair amount of searching and research i found that Siebel 8.0 does not support Soap 1.2 protocols. Once this was understood I was looking for a way to remove the Soap12 protocols from the WSDL files that i was generating for the webservice.
I was able to make changes to the web.config to remove the HttpSoap12 protocol. After making the changes, i generated the wsdl, and tried to import the webservice in Siebel and it was a success.
Following needs to be changed in the web.config
...
No comments:
Post a Comment