| Thread | Last Post | Replies |
|
| Access to the path is denied: Assembly Permission Problem | 12 Apr 2005 21:21 GMT | 1 |
I have a web service running impersonation of a domain account on Windows Server 2003. I need to access a share which the Web Service classes, themselves, appear to be able to create and access. However, when an assembly (that is in the GAC, strongly named, etc.) is called to ...
|
| Web Methods Lock | 12 Apr 2005 17:56 GMT | 1 |
I have a question regarding Web Methods. We have defines quite a lot of web methods which our clients. My question is, If more than one user attempts to call the same web method at the same time, will the web method be locked by first user or will both be able to run the web method? ...
|
| W2K, MMC - Certificate install impossible | 12 Apr 2005 17:38 GMT | 1 |
hey gang, i am a developing webapp that requires a client-side certificate in order to consume our partner's webservice. i have finished this app and, on Windows XP, i can install their cert via MMC and everything is
|
| Performance of the WebService | 12 Apr 2005 17:34 GMT | 1 |
I have a simple web Service which takes a parameter and queries the database and returns a dataset. I tried to do a performace test using ACT and it is able to handle around 4 requests per second? This seems very low? what can i do to improve the performance. Is WebService
|
| file chunking | 12 Apr 2005 15:01 GMT | 2 |
Anyone know any component or samples on how to chunk a big file (approx 5MB +) to smaller files to handle memory ? File could be an image or plain text and I want to send it using Http Post not SOAP.
|
| Request for design guideline on parameter | 12 Apr 2005 14:58 GMT | 1 |
I am going around circles on the use of parameters in Web Service. I believe that the parameters should be of primitive type for Web Service interop. If my method expects 2 input parms (say int and string), modifies them and returns them to call, how should I define the Web ...
|
| deploying web service | 12 Apr 2005 14:54 GMT | 1 |
I have developed a webservice that my application uses .Both the werbservice and the application runs on local host . I have created reference to the webservice from my project.I can access the web service by giving the url as http://Webdev/DALSvc/dalsvc.asmx .webdev is local ...
|
| asmx file visibility | 12 Apr 2005 09:53 GMT | 1 |
On my machine I developed a WebService on localhost and if I browse the asmx file I get the usual page that defines the webmethods exposed by the webservice and the opportunity to get the wsdl file using the Service Description link.
|
| newbie: send an object to a webservice... | 12 Apr 2005 09:34 GMT | 4 |
never having programmed a webservice before, nor used SOAP, I am trying to add a small bit of functionality to an existing webservice. My question is: can one send arbitrary objects via SOAP? For example, if I have a "Person" object with some member variables (eg name, address), ...
|
| IIS / Web Services Security threats | 11 Apr 2005 21:43 GMT | 7 |
My security team thinks allowing communication between the two IIS instances leads to severe security risks. Basically, we want to put our presentation tier on the perimeter network and the business tier inside the fire wall or internal network. The biz tier will be developed and ...
|
| SoapHeaders added from within SoapExtension have 'tempuri' namespace | 11 Apr 2005 21:22 GMT | 1 |
Hi, I have a SoapExtension that adds a SoapHeader to all outbound messages. This works fine, but I don't see a way to control the namespace of the emitted header. Here is what I'm doing: I have created a subclass of SoapHeader ('MyHeader') and this class is in a defined namespace. ...
|
| How to remove HTTP Header [Expect: 100-continue] | 11 Apr 2005 21:16 GMT | 3 |
Hy there I have a Web Services written in Java, running on Tomcat. The Client is written in C#. When i monitor the request/Response with TCPMon (included in Tomcat) i can observer the following sequence:
|
| Interopt issue: Long an object in Java but not in .NET? | 11 Apr 2005 20:43 GMT | 1 |
In an interopt application between .NET and Java, I am consuming a Java WebService with arguments supplied, some of the arguments being Long types. These arguments are fields which is to be used by the service backend to query a database. Sometimes a field is not to be included ...
|
| Novice question: Can Web Service call client application? | 11 Apr 2005 20:17 GMT | 2 |
I'm novice here and I'm sorry for stupid question. We are trying to understand web services architecture, is it better than TIBCO.Randevouz and does webservices fit our needs. I understand, I can make web servce and a client applicaiton. Client will
|
| Converting SoapResponse to Class | 11 Apr 2005 15:30 GMT | 3 |
I am using a webservice which Returns the Result in an XML string, The XML response i get i svery cumbersome to parse, But if i could convert it to the Corresponding Class using the System.Xml.Serialization, i think that can solve my problem.
|