[quoted text, click to view] > I have figured out Flash Remoting using AMFPHP and I have also sent and
> receive data to php just using loadVariablesNum.. When do you need to use
> AMFPHP?
>
hi.
i have downloaded the trial version of flash remoting MX for .NET and
installed it under the following server software configuration :
windows server 2003
.NET framework SDK 1.1
flash remoting MX for .NET
and i get this error when running the ASP.NET webservice example that comes
with the flash remoting installation :
ERROR : Unable to create webservice proxy. Please ensure the Microsoft.NET
Framework SDK is installed.
and i am 100% sure the SDK 1.1 is installed on the machine !!!
what am i doing wrong ?
thanks in advance.
Hi! Brazilian Greetings.
At some time behind had that same problem, but I got you solve it through the
steps that I created to proceed.
You will need to compile your ASP.NET webservice for connection among the
servers, it is compilation it will result in a file source *.cs.
In the DoS mode you can use the command:
wsdl /out:SomaServ.cs
/n:WebSoma
http://localhost/dir/Somasrv.asmx?wsdl
You should observe that with /n:WebSoma defined the name of the namespace of
our class.
Now times that to compile the file SomaServ.cs, generated in the compilation
of ASP.NET WebService, in a paste Bin maid in the directory dir used above; the
directory Bin is a pattern that the.NET Framework uses to look for the
components.
The syntax for the compilation of the file is:
csc /t:library /out:bin\Somaserv.dll SomaServ.cs
Good Luck!
Felipe Bezerra
Macromedia Certified Professional