| Thread | Last Post | Replies |
|
| Pass class object to web service | 24 Oct 2007 15:51 GMT | 6 |
Hello, I have been researching this for a long time. I am trying to find out how I can pass an object to a web service. I need details on the code in vb.net if possible. I would like to have the client to send an object "Order" to a web service.
|
| new project - remoting, webservices or WCF? | 24 Oct 2007 07:21 GMT | 9 |
We're starting a new project with a distributed winform client that communicates with a central server, primarily all on the same LAN. Large amounts of data may be sent to and from the client. My first thought was to use WCF but I was sad to learn that Framework 3 is
|
| WSE839 error using WSE 3.0 and MTOM | 23 Oct 2007 14:51 GMT | 2 |
Our environment is a C# WinForms client and java server (WebLogic 10.0). We're getting this error on the client side when retrieving a document: WSE839: An HTTP response was received that used the following content type: text/xml; charset="utf-8". The following content type was ...
|
| Please help : The request failed with HTTP status 505: HTTP Version Not Supported. | 23 Oct 2007 10:51 GMT | 7 |
Hi, I'm quite new in WebServices. I work in VS2003, C#. My code is : MyWebReference.ClassX x1=new MyWebReference.ClassX();
|
| Microsoft WSDL Fails when Adding Reference to VS2005 Project SP1 | 23 Oct 2007 07:56 GMT | 4 |
I have reached a dead end in trying to solve the following problem. I have been given this wsdl that is already in operation in production systems throughtout the world (its part of a package). However it runs on the Java Platform and by the looks of it uses Soap with Attachments
|
| Help with returning a C# object from a web service | 23 Oct 2007 03:29 GMT | 4 |
This is my first attempt at writing/using web services, so any and all comments will be greatly appreciated. With that said, I am also by no means saying this is the correct either. I have noticed that when returning a new TPastePart, created and
|
| XP Home as simple WebServices server | 22 Oct 2007 17:24 GMT | 5 |
This is just a general question regarding the possibility of hosting a webservice on my PC at home (Windows XP). I may upgrade to XP Professional so I can get access to IIS. I was hoping I could maybe setup a web server under IIS, and place my Web Service in there. Then I was ...
|
| .net supported SOAP protocols | 19 Oct 2007 18:53 GMT | 2 |
I'm in the process of developing some .NET Web services that will be required to be invoked from Oracle Financials and Java. Due to this I am worried about compatibility between the systems and their SOAP implementations. Is anyone able to tell me what versions of .NET
|
| Web service URL handling | 19 Oct 2007 15:07 GMT | 4 |
Folks, strange issue... We have a web service installed in our dev environment and it works fine. Installed it on 2 servers for testing and again fine. Now on production it works on 1 server and fails on an other one!
|
| Problem in calling unmanaged win32 dll in webservice code | 18 Oct 2007 10:30 GMT | 5 |
I Made a win32 dll named with Test.dll in VC++6.0 using following code / ****************************************************************************** ** FUNCTION: ASum
|
| notifing clients about server events | 17 Oct 2007 18:54 GMT | 1 |
i need to notify clients about change that happened on server. there will be about 2000 clients each will have my service running in it, what would be the best way to notify only few of them them (not all) about event on server.
|
| irm and web services | 17 Oct 2007 17:20 GMT | 1 |
I can open, edit,save the file,but I can not apply IRM to Word in asp.net webservice. my code likes this: Doc = WordApplication.Documents.Open(); // open
|
| How to view the incoming SOAP message | 17 Oct 2007 15:37 GMT | 3 |
I have a simple web service that has just one method: [WebMethod] public string CreateAppToken(string appKey, string cargo) I'm trying to access that from Java (JBoss). When I run in debug mode and
|
| System Administrator | 17 Oct 2007 14:15 GMT | 1 |
How do I get in touch with the system administrator?
|
| How to receive/send XML file through HTTP Post? | 16 Oct 2007 08:48 GMT | 9 |
I am trying to receive/send xml files with predefined schema from/to another server using http post, and a success message back to the sender Would someone give me a start point where I can start to design the piece? Is webservice the best practise to use? Could someone give a ...
|