 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
Hi,
I am having the same problem. Doesn't work with Firefox nor with Safari. Any luck with a solution so far?
Thanks, Talal
-- If this is a post that has been helpful to you, please vote for it. Thank you!
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
Hi when i try to access webservice at cleint side there it is showing an error while iam trying to get web service result here is my code for that. var iCallID; function GetUserDetails() { alert(document.forms(0).ProductID.value); var productID=document.all.ProductID.value; //service.useService("../Services/ProductService.asmx?WSDL","svcUser"); service.useService("http://localhost:2618/PCGListings(08-02-07)/Services/ProductService.asmx?wsdl","svcUser"); iCallID = service.svcUser.callService("GetRowDetails",productID); } function DisplayResults() { //if (iCallID==event.result.id) { alert(document.all.ProductID.value); alert(event.result.id); } }
|
| Sign In·View Thread·PermaLink | 3.50/5 |
|
|
|
 |
|
|
 |
|
 |
Your code as is gives a run time error because "service" is undefined. Where are you defining "service" in your javascript?
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
Did you get the answer to your question? We are also getting same error(undefined).
Please can you let me know where we have to change the "service"?
|
| Sign In·View Thread·PermaLink | 3.00/5 |
|
|
|
 |
|
 |
the function (InitializeService) is being called before the body id (service) has been registered. you can fix it simply by placing the function at the bottom of your page.
|
| Sign In·View Thread·PermaLink | 1.50/5 |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
your example seems simple enough to use, too bad however that your .htc behaviour is less readable.
Have you taken a look at what microsoft is doing currently with Atlas[^]? Atlas enables you to do exactly the same thing as you are doing here, and is pretty painless to integrate into an existing solution.
Herre
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
|
 |
|
 |
Hi
I checked the zip folder. it is not empty my friend. But if you give my your email address i can mail it to you.
my email is gokmenbulut@gmail.com
Don't worry. i will help u.
Gökmen BULUT SENIOR SOFTWARE DEVELOPER
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |