| Thread | Last Post | Replies |
|
| My First Web Service | 05 Dec 2004 19:56 GMT | 3 |
I am just creating my first web service, which will provide a phone book lookup to one of our partner organisations. So far, using VS.Net, I have managed to produce a service which has one method:
|
| Consuming (SOAP)webservice in vb.net | 05 Dec 2004 12:08 GMT | 4 |
Hi all,, I'm trying to make a program, that calls a webservice, and then does somthing about the data, that i recive.. But i don't know what to do with this data??.. i tried to load into an
|
| Problem with Deploying Webservice on Windows Server 2003 | 05 Dec 2004 08:35 GMT | 1 |
Hope somebody can help. I have a web service written in vb.net which works fine localling on my Windows XP Pro development machine without a problem. I have deployed in onto a Windows Server 2003 machine - by copying the whole
|
| error deploying web service | 05 Dec 2004 01:35 GMT | 8 |
I have developed a web service on my own PC which works properly. Deploying it to the production web farm I copy all .aspx files and \bin for both the service and the app that calls it. When I try to invoke the service in production I get the error below.
|
| Redirect all WS & webmethod requests to one webmethod? | 04 Dec 2004 21:01 GMT | 2 |
Folks, I've been building a Webservice API for a contract that will be exposed to the internet at large. There are two endpoints, and each endpoint contains a number of webmethods. Every webmethod returns a returncode which indicates
|
| XsdObjGen and use=required on attributes | 04 Dec 2004 20:53 GMT | 2 |
I wonder has anyone seen this behaviour with XsdObjGen tool, and if so, how did you get around it? I have the following in a schema file: <xs:attribute name="sid" type="xs:long" use="required"/>
|
| Calling webservice in vb.net (using SOAP) | 04 Dec 2004 18:45 GMT | 3 |
Hi all,,, I need to get a refferece to a XML-webservice, and get some data from it.... But I can't add it like an web-refference... What options does I else have?? I've been told that i've to use SOAP, to connect to it, but how??
|
| why does WSE fail in trusting certificate chain? | 04 Dec 2004 17:34 GMT | 4 |
I just set up a Web Services with using of WSE.The client signs SOAP message with a X509 certificate and server verifies the signature in SOAP using of WSE. But WSE failes in verifying the trust chain of certificate after it
|
| WSE2.0 SP2 final release | 04 Dec 2004 02:49 GMT | 1 |
We are pleased to announce the availability of WSE2.0 SP2 final release here http://www.microsoft.com/downloads/details.aspx?FamilyId=FC5F06C5-821F-41D3- A4FE-6C7B56423841&displaylang=en And the WSE 2.0 SP2 Runtime release here
|
| Delay in constructing a WS PRoxy | 04 Dec 2004 01:04 GMT | 1 |
When I create a new reference to a webservice proxy class (one that was created when I imported a web reference) there is a slight delay. Can someone tell me what it's doing to cause this delay. Subsequent calls to the proxy's constructor don't suffer from the same delay. Is ...
|
| Sending XML SOAP message directly to web service from 3rd party app. | 04 Dec 2004 01:03 GMT | 2 |
I have a vb.net web service and client that are both working fine. If someone wanted to consume our web service using .NET, no problem. Im a little confused on how non .NET clients would use the web service though.
|
| Mapping complex elements to url-encoded strings | 04 Dec 2004 00:55 GMT | 1 |
Is it possible to create a binding that would map an input message with a part defined as a complex-type element to a url-encoded string? For example, wsdl file defines a message as <wsdl:message name="MyRequestMsg"> <wsdl:part name="myData" element="req:myData"/>
|
| Programmatically add Proxy to web request | 04 Dec 2004 00:46 GMT | 5 |
apologies if this is the wrong newsgroup to be sending this to. Basically, I have an ASP.NET application that I am trying to force to use a proxy server settings. This can be done by accessing machine.config, but I do not have access to the client machine.config machine.
|
| SQL server didn't exist or access denied | 04 Dec 2004 00:34 GMT | 2 |
I can't connect to our database (seperate database server) from within my webservice. I cannot understand why.!!! * I have configured IIS not to allow anonymous access and to use "windows integrated authentication"
|
| ASP command | 04 Dec 2004 00:26 GMT | 3 |
I would like to know what is the ASP command which returns the number of record after a SQL request ? Regards, Micka?l.
|