I need to return dataset in XML format so Flash can read it properly.
Thu, 2 Oct 2008 09:07:26 -0700 (PDT)
I do a return as XMLDataDocument in my webservice but it returns not
with the namespaces etc in them. Anyone have and example where I can
have the webservice return it as a XML. C# preferred.
Flash just sees it as an object when it calls the web service.
Thanks ...
|
PropertyChanged Property in Proxy Class Generated by VS 2008 or Say
That Five Times Fast
Wed, 1 Oct 2008 11:39:55 -0700 (PDT)
We have created a object library that implements the
INotifyPropertyChanged.PropertyChanged to bubble changes up to higher
level classes. For instance, we have a person class that can have
relationships with other persons. If there is a change in the
relationship (i.e. status, type etc) then we want the Property ...
|
Bin directory
Mon, 29 Sep 2008 23:57:38 +0200
Hi,
I develop with VS 2005.
Why I don't have a bin directory with a dll when I create a web service
project and generate the site web. I only have a *.asmx file and a *.vb file
in a App_code directory
I have done something wrong ?
...
|
C# WSE3.0 client to MTOM-based Java web service
Mon, 29 Sep 2008 14:31:40 -0700 (PDT)
I'm having an issue calling a java-based web service from a C#/.NET
2.0 client that uses WSE 3.0. (No WCF)
There is an operation on the web service that takes a single base64
encoded parameter that is transported as a MTOM mime part in a
multipart request.
The web service provider has sent me a trace of a s ...
|
Deploy Web service on IIS 6.0
Mon, 29 Sep 2008 17:39:00 +0200
Hi,
How can I deploy my Web service on IIS 6.0 ?
I create a web service with VS 2005 on the local IIS, now I must deploy
it on an intranet with IIS 6.0. But I can access this intranet, and I
don't know wich files must I send to my intranet's client the deploy my
web service ?
Thanks for you help!
...
|
UTF-8 deserialiation problem
Mon, 29 Sep 2008 07:11:01 -0700
I have made a web service operation that just return the input string that
is sent as a parameter. If the characters in the string is, for example the
Norwegian letters "æøå", the returned string is not deserialised to the same
string as sent in. I have checked that in the returned soap message, the
lett ...
|
Consumming a WebService in the same time
Mon, 29 Sep 2008 13:58:34 +0200
Hi,
I consume my webservice with the IE browser and all is ok when I call
it with one browser. But when I call it a the same time with two
browsers, the IE page tells me that the apllication server is not
available!!
Any idea ?
...
|
|
|
Web service to return xml file
Mon, 29 Sep 2008 10:48:41 +0200
Hi,
I have a web service that reads data from an Access database using
datareader and place the data in an array that
the web method returns.
Now, I want to make the web service also to return an xml file with the
data.
How do I best proceed?
Best regards,
Tom
...
|
WCF persession
Sun, 28 Sep 2008 14:58:47 -0700 (PDT)
Hey all
I have a service in which i want to use wcf persession. but i have
been asked to add admin feature, which would help me list number of
connected clients and also help me kick (force disconnect the
clients)!!
plzzz help
thanks
sunny ...
|
WCF REST and 206 character URL limit
Fri, 26 Sep 2008 04:04:26 -0700 (PDT)
Hello all
I am currently developing a WCF REST service. One of the requirements
is to allow the users to search data via the rest interface. As such
key field information is passed in the URL. The number of key fields
can vary and as such a request string format is used to collate all
the required fields ...
|