Advanced Forum Search Results
-
Wow, that was a real help! No solution for productization to remove all fault messages, but for a prototype while we have silverlight beta it should work for me.
Thanks a lot!
-
Of course you are right, but as far as I know is silverlight not restricted to be used with ASP.Net only, is it?
Whenever you make some cross-domain call (using the policy files) my silverlight object may come from some unsecured page. And furthermore SSL security covers none of the topics such as integrity, identity, etc. as specified in ...
-
I guess blackgold meant something like if WSS (Webservice Security) got implemented, not if the connection itself is simply secured.
Even though it was announced to support WS-* standards, it looks a lot like only simple webservices can be used in very basic profiles. So talking about secured services I'd rather answer with no. At least for ...
-
Hm, must realy depend on the kind of webservice (profile, version, types, whatever...)
Using an alternative amazon webservice for my testing purposes went well. Compiles and works fine. The used wsdl: http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl?
So I would be really interested in the extaxct requirements for ...
-
Thanks for your reply, Craig. But is the Amazon Webservice really that special that it does not conform to SOAP 1.1 BP?
Maybe you have some public available webservice (wsdl) you can add into your silverlight project successfully...? So I could try if it would build with that.
-
In addition: When I try to build some example, let's say I want to add a service reference to http://soap.amazon.com/schemas2/AmazonWebServices.wsdl, it generates the code and the first of 96 errors is: The type or namespace name 'SoapTypeAttribute' does not exist in the namespace 'System.Xml.Serialization' (are you missing an ...
-
Just wanted to ask both of you: How are you adding webservices (that are not in the same project) at all??
Whenever I try to add some service reference and follow the wizard, it generates client code that cannot be compiled.
Do you have any quick hints for me? Maybe it's also some conflict among my system assemblies; especially System.Xml is ...
-
Hi everyone,
currently I am trying to import some webservice through it's WSDL. For that purpose I am using "References / Service References / Add Service Reference".
But the generated code cannot be built, it seems like it has references to objects defined for .NET 3.0 and above instead of the System.Xml assembly for ...
-
Just wondering, but why can I not find any information about the release date for Silverlight 2.0, or say it's beta?
The Alpha Refresh is from September, and I miss so many things that are promised to be included in the 2.0 release. Especially some built in controls (the alpha's control SDK is... ahm... let's say very incomplete. ...
-
Hi everyone!
Currently I am investigating the potentials of browser plugins, at which I realized (beneath several other things) that the usage of webservices is very different among all available plugins. Maybe you can reassure that things related to Silverlight are as I think they are.
In case of of Silverlight 1.0 there seems to be no ...