1 Aug 2002 04:31
ASP to PHP problem (was: Re: Problem running simple ASP XML-RPC script)
tuxpandu <mark <at> deptechdigital.com>
2002-08-01 02:31:44 GMT
2002-08-01 02:31:44 GMT
--- In xml-rpc <at> y..., David Carter-Tod <wccartd <at> w...> wrote: > Probably this known issue with MSXML > http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF8&threadm=051801c17770%242eb6d0e0%243def2ecf%40TKMSFTNGXA14&rnum=3&prev=/groups%3Fq%3Dserverxmlhttp%2Bbug%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF8%26selm%3D051801c17770%25242eb6d0e0%25243def2ecf%2540TKMSFTNGXA14%26rnum%3D3 > > David > -- > David Carter-Tod > <wccartd <at> w...> Hi, After I follow the discussion, make few changes, my ASP is working fine. Thx for the reply, David :) Actually, my goal is to make ASP (as the client) talking with PHP (as the server) using XML-RPC. I have a PHP client and server script working fine, but if I use the same client script in ASP, it returns: In Galeon: ========== faultCode(unknown)faultString [The server at http://deptech/experimental/xmlrpc/server3.php generated the following error]: <BR>[request: <?xml version="1.0"?><methodCall><methodName>tambah</methodName> <params> <param> <value> <i4>3</i4> </value> </param> <param> <value> <i4>5</i4> </value> </param> </params> </methodCall> ]<BR><BR>[answer: <?xml version="1.0"?> <methodResponse> <fault> <value> <struct> <member> <name>faultCode</name> <value><int>103</int></value> </member> <member> <name>faultString</name> <value><string>XML error:(Continue reading)
RSS Feed