Hello,
Genesis Config and Genesis Integration Web Services WSDL's do not have Security SOAP header specification.
Using such WSDL's with .NET requires us to create non standard mechanisms to generate and add SOAP header in every call, while having header specified in WSDL makes it much easier to implement.
Can you add Security header specification into Genesis Config and Genesis Integration Web Services WSDL's?
Best regards,
Viktor
We are also trying to use WCF Client to consume the Site Catalyst Web Service. Did you manage to get any sample code, or can you provide a sample code.
Regards
Satheesh
Reply
I have not yet seen any sample code from the community for WCF. And we have not yet produced any internally. As you start your project, please do provide any and all feedback. I'd like to better understand the experience that developers using WCF are having when consuming our APIs.
Reply
I try to use the sample to consume OmnitureAPI with vb.net, I get same situation. The error always says my scusername is invalid even using the sample OmnitureWebServices_GettingStarted_2 with C#. Is there anybody who can help me for vb.net to consume OmnitureAPI. My project is that to retrieve orders tracking/refer info through omniture webservice and update to our own shoppingcart data for each orders ? I would really apprieate it. Thanks in advance.
Reply
Hello Everyone,
Earlier today I was able to get WCF to communicate with the Genesis API's. The binding/Security protocol setup within WCF is handled within the configuration elements. http://msdn.microsoft.com/en-us/library/aa738565.aspx explains the different protocols support by WCF and http://msdn.microsoft.com/en-us/library/system.servicemodel.channels.securitybindingelement.aspx specifies their usage therein. Genesis, up and to this point, utilizes the WSS: Username Token Profile 1.0 which is defined within the first link.
I can post a functional example if needed. However, the first link does a really good job of specifying how your binging elements should be setup.
Reply
Hi cfelpel,
I had my SOAP communication using Microsoft.Web.Service3, and I need to switch to WCF with SiteCatalyst. I am not able to follow the documentation in Microsoft (from your links). Could you please post some examples?
Thanks and regards,
Cecilia
Reply