Re: Creating an XML receive/send page
I would love to use WCF or ome other thing that facilitates my work: I will have to receive/send a lot of xml's with different content.The content of the xml will need to come from some sort of database.
View ArticleRe: Creating an XML receive/send page
Thanks so much! by putting this code, responses were sent out :)
View ArticleRe: Creating an XML receive/send page
Hi pcools.pcools I have created a page (and service). When our provider sends an xml, it seems I can receive it (the xml is stored on my server). However, the response.xml is not sent; our provider...
View ArticleRe: Creating an XML receive/send page
Hello pcools,Why dont you use WCF or WebAPI. With the serialization, it will take a great part of your job. Why do you store the file on the hard drive. You can directly load the stream...
View ArticleCreating an XML receive/send page
Hi everyone, first of all: sorry if this post might seem dumb, but I'm new to C# (I know VB, on the other hand ) I have to write an application that can receive XML's and respond to them accordingly....
View Article