i have a silverlight enabled WCF servcie deployed live ......but i have a serious problem, the service works fine when testing in WCF TEST Client with the desired result but when accessed through the application
it does not show the expected result nor any error is thrown.
what i meant is, it shows that the service is called by the URL that we mention in config file, but the method/operation UPLOAD that i defined is not called
even when i check through FIDDLER, it shows that the silverlight page, and java scripts have been loaded, but when i press a button on the page for the click event to take place ..........FIDDLER SHOWS NO EVENTS TALIKNG PLACE
mark.tony.al...
Member
220 Points
136 Posts
WCF problem !!! URGENT help
Feb 27, 2012 12:55 PM|LINK
hi all
i have a silverlight enabled WCF servcie deployed live ......but i have a serious problem, the service works fine when testing in WCF TEST Client with the desired result but when accessed through the application it does not show the expected result nor any error is thrown.
need some urgent help
regards
mark
kushalrdalal
Contributor
7130 Points
1273 Posts
Re: WCF problem !!! URGENT help
Feb 27, 2012 12:58 PM|LINK
Do you have any trace log enabled?
Please enable it or check in exception trace if something is going wrong.
My Blog
LinkedIn Profile
mark.tony.al...
Member
220 Points
136 Posts
Re: WCF problem !!! URGENT help
Feb 27, 2012 01:44 PM|LINK
the service is not being hit when i check using service tracer
regards
mark
kushalrdalal
Contributor
7130 Points
1273 Posts
Re: WCF problem !!! URGENT help
Feb 27, 2012 01:51 PM|LINK
Try to hit the service from fiddler and check what exception is coming.
Check firewall settings on your server as well.
My Blog
LinkedIn Profile
mark.tony.al...
Member
220 Points
136 Posts
Re: WCF problem !!! URGENT help
Feb 27, 2012 01:57 PM|LINK
sorry the WCF servcie is called, but does not CALL on the upload method
kushalrdalal
Contributor
7130 Points
1273 Posts
Re: WCF problem !!! URGENT help
Feb 27, 2012 02:15 PM|LINK
I am not getting what do you mean by service is called but does not call on the upload method.
My Blog
LinkedIn Profile
mark.tony.al...
Member
220 Points
136 Posts
Re: WCF problem !!! URGENT help
Feb 28, 2012 03:28 AM|LINK
what i meant is, it shows that the service is called by the URL that we mention in config file, but the method/operation UPLOAD that i defined is not called
even when i check through FIDDLER, it shows that the silverlight page, and java scripts have been loaded, but when i press a button on the page for the click event to take place ..........FIDDLER SHOWS NO EVENTS TALIKNG PLACE
mark.tony.al...
Member
220 Points
136 Posts
Re: WCF problem !!! URGENT help
Feb 29, 2012 03:55 AM|LINK
thanks for the help .......but the ISSUE was with the proxy object created.