| Thread | Last Post | Replies |
|
| .net WS &j2ee,php, pearl client | 26 Dec 2003 22:00 GMT | 2 |
I have to design & develop a web service in .net, whose clients will be in j2ee, php & pearl. Which all things like data types to be used, soap interpretability & rest, I have to take care of (in detail) for perfect
|
| extensibility through routing on WS? | 26 Dec 2003 09:39 GMT | 1 |
In a recent webcast about Service Oriented Architecture on msdn, Don Box said that we can have "extensibility" in web services (in SOAP, to be precise) through the use of Routing. I do not have a clue about what DB meant. And you?
|
| XmlSerializer in SOAP message | 26 Dec 2003 08:06 GMT | 3 |
I would like to get rid of the following attributes when I serialize a class into an XML xmlns:xsd=http://www.w3.org/2001/XMLSchema xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
|
| Getting E-Mail-Adress of User in a Web Service | 24 Dec 2003 15:43 GMT | 1 |
the following code gets the e-mail address of an Active Directory account when run inside a simple windows forms app: Dim Query As String = "(SAMAccountName=TheAccountName)" Dim Searcher As DirectorySearcher = New DirectorySearcher(Query, New
|
| Problem calling a COM object within my webservice - please help.... | 23 Dec 2003 19:48 GMT | 3 |
If anyone can help me identify the problem here I would be great! Here are the details: I create a Windows based .NET application that made a reference to a COM object. The COM object was instainted successfully and all the
|
| dBASE problems | 23 Dec 2003 14:52 GMT | 1 |
I'm trying to access a dBASE database from my webservice. When debugging the webservice in my browser (on the server) everything works perfectly. However when I try to use the webservice from my console application, I don't seem to have sufficient rights to create a lock file, hence ...
|
| having multiple classes with WebMethods in single WebSerivce?? | 22 Dec 2003 16:39 GMT | 3 |
i'm writing a web srevice having some functionality [WebMethods] that logically shouldnt be the part of a single class. i tried using multiple classes in the same .asmx.cs file (webservice). those classes are supposed to have WebMethods of their own. but i cannot do that. the ...
|
| problem in Web Reference of WebService? | 22 Dec 2003 15:45 GMT | 3 |
I have problem in Web Reference of Xml webservice. I have webservice service1.asmx which has one [WebMethod]public XmlDocument HelloWorld()() The WebService compiled and runs in browser well. But when I add the web reference of 'service1.asmx' in windows application and call the ...
|
| Multiple instances of a control? <img> ?? | 21 Dec 2003 15:52 GMT | 1 |
Is it possible to have multiple instances of a control and still access all of them in codebehind? For example, I need to be able to change an image location on a frequent basis...
|
| Contact a webservice via aspx page? | 20 Dec 2003 17:10 GMT | 1 |
How can I contact an webservice via an aspx page? (codebehind) without making any dll?s? (My homepage provider dosn?t support dll?s)... Yours Kristoffer...
|
| The underlying connection was closed: Unable to connect to the remote server | 20 Dec 2003 12:59 GMT | 1 |
Arrrrrrrrgh, whenever I try to consume the 'hello world' web service I get the following pop-up error 'an unhandled exception of type 'system.io.ioexception' occurred in unknown module. additional information: unable to create a transport connection.' Break or
|
| Accessing class from codebehind | 20 Dec 2003 12:44 GMT | 1 |
Don´t know If I ended up on the right server for this question, but Ive been looking for ever now for the answer, and please if somebody knows, please help me! My problem is the following: I have an aspx page, called: Page1.aspx on top of this page I have the following written line:
|
| Problem calling a COM object within my webservice - please help.... | 19 Dec 2003 20:41 GMT | 2 |
If anyone can help me identify the problem here I would appreciate it! Here are the details: I created a Windows based .NET application that has a reference to a
|
| question about consuming web services with proxy | 19 Dec 2003 14:02 GMT | 1 |
I have this error when adding a web reference to a webservice accessable through the net.. The request failed with HTTP status 407: Proxy Authentication Required
|
| network comps cannot connect to .net sites | 19 Dec 2003 08:18 GMT | 1 |
It seems that no computers on our network can connect to any website that requires a login. These include hotmail, MSN messenger, The Zone etc. I can go to the hotmail page, but after entering my email addy and password and click enter, the page just hangs for 30secs or so I get ...
|