C
crose01
I've written a very basic web service that is used by my PocketPC to add two
numbers together.
It works fine. So next I'm writing a WebService which accesses my SQL Server
and returns
rows appertaining to a specific OrderId.
I have written a stored procedure called spGetConfirmedOrder to which I pass
the OrderId and it
works okay until I need to reference it in my code then it doesn't recognise
it. Is there something
that I'm missing out here do I need to get involde with SOAP and WDSL files?
Regards
Chris
numbers together.
It works fine. So next I'm writing a WebService which accesses my SQL Server
and returns
rows appertaining to a specific OrderId.
I have written a stored procedure called spGetConfirmedOrder to which I pass
the OrderId and it
works okay until I need to reference it in my code then it doesn't recognise
it. Is there something
that I'm missing out here do I need to get involde with SOAP and WDSL files?
Regards
Chris