I update this blog when i am in the development mode, most of the times when I am developing systems, and i find new things that I believe are interesting, I post them on this blog, this helps me a lot too for future references and when i repeat the things i've already done. Hope this helps others too.

Tuesday, December 21, 2010

Creating asp.net web services and consuming the in Siebel 8.0

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: