| Thread | Last Post | Replies |
|
| BT_STRUCT* is inaccessible due to its protection level. Only publi | 02 Dec 2004 22:06 GMT | 1 |
I am new to .NET and I was trying to build a C++ web service returning 2 char strings and 2 doubles. So, I am using a struct containing those 4 variables and trying to return that struct (BT_STRUCT): BT_STRUCT __gc* BAWSClass::Call_Bt( String* st_receb )
|
| Basic question about creating/setting up webservices | 02 Dec 2004 22:03 GMT | 6 |
I have been looking around at the documentation and have come across a lot about how to create webservices and consume them. I have a fairly large 3 tier application with a ton of classes in c# that are currently being used by the website. Is there a quick/ rad tool that can
|
| Access denied | 02 Dec 2004 21:17 GMT | 2 |
I'm developing a webservice which is supposed to creat a file in c:\program files\. This ends up with this error: UfsNotisDb.Upload: System.Web.Services.Protocols.SoapException: Server was unable to process request. --> Access to the path "c:\program
|
| SoapContext for dim in web service call | 02 Dec 2004 21:14 GMT | 1 |
I have a 3 tier architecture My Front tier calls a webservice ObjGeneral.getAttachment(p_cFileName) Which calls the business rule tier and then fires off the code in the
|
| Web service in EXE | 02 Dec 2004 21:01 GMT | 17 |
I've seen apps where if a windows exe form is running, it publishes a web service. There is no IIS folders or virtual directories required. Does anyone have information on how to do this?
|
| Webservice digital signature & security question | 02 Dec 2004 20:47 GMT | 3 |
If my webservice is currently secured with a SSL cert, do I really need to encrypt or use a digital signature at the soap message level? Isn't that basically encrypting the encryption. Or I'm totally
|
| Kerberos and UsernameToken Question | 02 Dec 2004 20:39 GMT | 3 |
Assume that I am sending a message encrypted from the client to a service. If a hacker intercepts the call, will he not be able to decrypt the message using the token available in the soap envelope? Will it be more secure if I use Kerberos Token? Why?
|
| Problem accessing WebService through Proxy Server | 02 Dec 2004 20:34 GMT | 4 |
I get the following error when trying to access a Webservice through my proxy server. I know that the authentication credentials are correct because if i use an incorrect username I get a message saying that i can't be authenticated. I can't understand why I get a timeout.
|
| Error in TcpSyncStockService Sample | 02 Dec 2004 19:51 GMT | 5 |
Hi All, when I try to run the TcpSyncStockService.exe sample project from the WSE2.0 SP2, I get the exception below, any help will be appreciated. Regards, Daniel.
|
| Minimize delivery failures | 02 Dec 2004 19:26 GMT | 3 |
I accidently posted this message to the wrong newsgroup, so if you monitor microsoft.public.dotnet.framework I am sorry? My company has three buildings with a network connecting them between. One of the buildings is outside of the country (in the Dominican Republic). I
|
| Sample Apache SOAP/J2EE Webservices to Reference? | 02 Dec 2004 19:25 GMT | 1 |
Anyone know of any public webservice interfaces written in Apache SOAP, Java Webservices or J2EE I can interface to demonstrate interoperability between a .NET client and a non .NET Webservice? I basically want to show a client that a .NET application can interface a
|
| Keep getting message about tempuri | 02 Dec 2004 19:07 GMT | 6 |
We just deployed a web service to a production server. It worked fine in the development environment. Howeever, in production, when I attempt to look at my web service with IE I keep getting a page with the message : This web service is using http://tempuri.org as its default ...
|
| Webservice interface using HTTPS Protocol | 02 Dec 2004 19:06 GMT | 1 |
I have a cleints requirement which says, he wants to set the Web service interface using HTTPS Protcol, how do I go abt it. Do I have to make any changes in the Web.config file ????? Thanks in advance,
|
| help with passing stored procedure meta data to web method. | 02 Dec 2004 18:18 GMT | 4 |
What would be the best way to execute a Oracle stored procedure that excepts several input paramters, through a web method in vb.net. What would be a good way to get to the web method, the Oracle stored procedure's definition; the name of the proc. and all of the parameter ...
|
| Can't import .OCX assembly into Web Matrix Project. | 02 Dec 2004 17:55 GMT | 1 |
I am using Web Matrix Project as .NET programming environment. Can you show me detailed steps how to import the .ocx library into the Web Matrix Project. I can't seem to be able to import other assembly than .dll, .exe or .mcl . I am pretty new to the .NET programming environment, ...
|