Reputation: 9929
I have my custom web service. I want to use it inside a "create account" form. I'm using the "RemoteCommand" js library to use it. But i can't reference my web service because "RemoteCommand" look for my web service in: "AppWebServices\MyService.asmx". How can I customize this path? Does exist any other way to integrate my web service in Microsoft CRM 4.0?
Upvotes: 1
Views: 1653
Reputation: 10344
The RemoteCommand
is not part of the public SDK.
See how to Access Web Services in Form Scripts.
Upvotes: 1