|
Posted by Ralfeus on 01/24/08 13:29
The response from the web service was seen at the client network
interface. If the response is correct one I'll continue fight with C#
client side :-)
Thank you for response
On 23 Led, 02:08, Mike Placentra II
<nothingsoriginalontheinter...@gmail.com> wrote:
> On Jan 22, 5:00 am, Ralfeus <ralf...@gmail.com> wrote:
>
> > I have a web service written on the PHP.
>
> > The client is written on the C#. It normally calls the method
> > Synchronize and gets a result without errors. But result is empty
> > array, it has no elements.
> > How to fix it? Can it be a problem with object inheritance and forming
> > result at PHP code?
> > Thank you in advance
>
> Finding a more precise spot in the process where things are broken
> will help you solve the problem.
>
> If that is exactly what is being returned from the server, and it is a
> valid response, then your problem must be in the client. Did you get
> that response data by inspecting the network communication on the test
> client machine or did you log that from PHP? (You can try to output
> the response through C# to find out).
>
> If you can verify that the data safely reaches the client, then there
> will be more people in the C# newsgroup who can help you. Otherwise,
> if you can debug your script with breakpoints and a debugging editor
> or post some of your code then that would be helpful in finding a
> solution to your problem.
>
> -Michael Placentra II | ZCE
[Back to original message]
|