18 January 2010 HomeSite MapEmailAbout
microsoft.public.dotnet.framework.webservices
dotNET Help (June 2005)

Web Service will not Post Data [REPLIES 0]
Hi all,Basically I have a Web Service that pulls data from a SQL Server database without a problem when called by itself. However, when I call it from this aspx all I get is the title. Anyone have any...

how to export recursive structs in ATL WS? [REPLIES 3]
hii have a struct like struct Aint _sizeA _pArrayi truely want to export this struct and use it as a parameter in my methods of my web service. unfortunately, when i try to comple the code i get an er...

How should I secure my WS? [REPLIES 3]
Ibm new to WS. I have two MS Press books in front of me : XML Web Services Step by Step and Understanding Web Services Specifications and then WSE.The prior suggests to secure WS by using IIS and ASP....

Issue with Visual Stuidio, Services, Wireless Router and "The proxy settings on this computer are not configured correctly for Web discovery." [REPLIES 0]
I am having an issue with Visual Studio .net and consuming WEBservices. When I attempt to write a program to consume the service, Iget the message The proxy settings on this computer are notconfigur...

Callers IP [REPLIES 1]
Hi, I need to create a web service that returns to the caller his IP. I have done this in the past for callres taht are running ASP.NET but not from a winform VB.NET app. I have read in oter forms ...

Using User-Defined Data Type [REPLIES 3]
hi i have created a document class. I have a .net client application and a web service. Both of them using same object model and referencing a doctypes.dll file. But when i want to run a client appli...




WSDL Minoccurs changes when nil="true" is set [REPLIES 0]
Hi, apologies for tghe repost, but I cannot get an answer to my question andI have noe posted on 7 news groups.Can someone tell me why the following scneario occurs. With the nillableattribute set ...

Waiting for async webservices to finish. [REPLIES 15] HOT TOPIC
I am looping through a text file, and with each row, I launch a web service,asynchronously.Before I move on to the next step in the process, I want to make sure thatall the web services have completed...

Java client and .net web service - please help [REPLIES 2]
Hi, We are developing a java client that need to call a .net web service in another server.I have 2 methods in .net WS,one returns a dataset and other returns a boolean.We have to use plain java cli...

accessing registry from web service [REPLIES 1]
i have a problem in accessing registry from web servicei made a web service that call a function to access registryThe web service contain the following code Dim RegKey As Microsoft.Win32.RegistryKe...

Web service reference proxy in client does not display methods [REPLIES 3]
In a client application a simple webservice addmultiply was added to solution panel but proxy methods do not appear. WSDL description in solution panel follows:xml version1.0 encodingutf8wsdl:definit...

Submitting XML to an URL [REPLIES 1]
Hello,I'm not sure this is the right place for this question, but hopefully somebody can help.I'm trying to build an inmemory XML file and submit it to an URL. Here's a sample code:HttpWebRequest requ...

Hiding web methods or custom WSDL file [REPLIES 5] HOT TOPIC
I want to make some of my web methods avaible but basically want to hide them in the WSDL file so not just everyone can consume them. Is there a way using attributes to still have certain web methods...

Palm OS [REPLIES 1]
Hi, I need to write a small app for a PalmOS Treo 600 smartphone in ASP.NET Server side Any web site that talk about thisThanksG. ...

Inviting suggestions for client application design [REPLIES 2]
Hi,We want to develop a client application that can be plugged intohundreds of other applications used by our bank. These applicationsinclude browserdriven apps, desktop client apps, etc. Some of thes...

web services and LDAP (Active Directory) [REPLIES 0]
Hi everyone,I've got a web sirvice which checks a user in the LDAP.When I run the service local on my PC it works fine VS debugger.The user is found in the active direcrory.But when I run the service ...

Please help...Trying to find an article!! [REPLIES 0]
Hello, allI am hoping you can help me. I am trying to find an online articleabout transferring an image via a web service. It involves encoding onone end into a byte stream, passing it to the web se...

custom types: classes [REPLIES 5] HOT TOPIC
Hi,I'm new to web services and I'm having some trouble figuring out how todefine a custom object that works through the webservice.For example, I have the following on the server side:public class Tok...

Web Services newbiew (windows forms) [REPLIES 1]
Hi,I am trying to create a web service which will basically interact withthe database. I am using windows forms C, which will be consuming oraccessing the web service. Now the problem is I want to use...

change s to xsd [REPLIES 0]
Hello Ng,hwo can i change thexsi:Types:vartoxsi:Typexsd:vari'm searching for the vb.net command.ThxMichael ...

Consuming the web service outside the firewall [REPLIES 1]
Hello folks,I couldn't consume the webservice outside our firewall using DOT NET windows application, Since the above application has to go through a proxy server and connect to the internet.Is there ...

Consuming the web service outside the firewall [REPLIES 1]
Hello folks,I couldn't consume the webservice outside our firewall using DOT NET windows application, Since the above application has to go through a proxy server and connect to the internet.Is there ...

Unable to connect to MSSQL...return error [REPLIES 2]
Hello....My web service cannot connect to My MsSql DB.error message...An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dllAdditional informa...

QUALITY of PROBLEM REPLY (Need Miccrosoft att.) [REPLIES 5] HOT TOPIC
Hello...The quality of reply is quite bad in this forum.....many post has not reply.... IWe need Microsoft technical team involve directly in this forum and put some effort to give us HELP. If there i...

Configure SOAP extension [REPLIES 2]
I have created a SOAP extension that can be enabled using a SoapExtensionAttribute. This attibute holds two additional properties that are used to configure the SOAP extension. This works fine, but I ...

Record lock timeout with webservices [REPLIES 5] HOT TOPIC
We have a smart device application running on handheldsSymbol MC9000G. The backend is Oracle and a middle tier web services development done in Vb.net.We use pessimistic Locking due to specific busine...

One or multiple services [REPLIES 2]
Hi all,Is it better from a performace point of view to have:Many WebServices with a couple of web methods eachor:A Couple of web services with many web methods eachof course this is ignoring any logic...

Untrappable System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback exception [REPLIES 2]
Hi,I've a c windows service constantly communicating with an ASP.NET web service. After running for sometime, I am getting the following exception at the windows service client:Object reference not se...

Single Threaded Web Service [REPLIES 3]
I am needing a web service to be single threaded. Is this possible Any ideas would be helpful ...

Serializing a System.Exception using SOAP generates invalid XML [REPLIES 0]
I try to serialize an exception using the SoapFormatter, but this is a little bit problematic. The MethodInfo tag of the serialized exception contains x00 characters ASCII 0x00 in its serialized data....

Can't browse to service that references SqlServerCe [REPLIES 0]
I have a business assembly that makes a reference to a CF assembly that uses SqlServerCe. Now I'm trying to write a simple webservice that references this business assembly but I am unable to browse t...

Passed parameters to web service is null [REPLIES 2]
Hallo, I have written web service with method:public long DoSomethingstring base64String try return doit catch return 1 and client written also in c that this webmet...

does not recogize webservice output as a XML document? [REPLIES 1]
I wrote a simple test webservice in .net but when I use the test page to try and run the webservice. IE does not recognize the output as an XML document, ie it doesn't automatically format the XML so ...

Webservices and "pass through" security [REPLIES 1]
Hi,I am currently on a project where one site needs to send the user credentials to another site, through web services.Scenario: User 1 will authenticate to Site A using NTLM Site A provides frontend ...

web service SQL variable from Window Form [REPLIES 0]
HelloI''m writing the program using windowform and webservice with offline application block under C.Let say at Window form: Got a form with datagrid, textbox and a button. the datagrid will display a...

The underlying connection was closed... [REPLIES 2]
Hi,I get the following error message whilst consuming the web service 'The underlying connection was closed: Unable to connect to the remote server.Any help much appreciated.Andrew ...

Using Contract First based objects in Web Service Calls [REPLIES 6] HOT TOPIC
I have designed the messages that my web service will use as XSD files and then created .NET classes from them using the xsd.exe utility. These classes reside in an assembly called MessageLibrary. M...

SOAP Toolkit 3.0 client not using timeout [REPLIES 1]
I am using MS SOAP client provided with SOAP Toolkit 3.0. I have set the timeout for this application to 20 seconds.On some occasions, when there are network problems and the call to the webservice is...

Restoring data into SoapMapper failed error [REPLIES 0]
Hello folks,I'm getting following error message in the reference.vb created using add web feature of VS.Net when invoking the our vendor web service which was created using Soap Toolkit 1.0. An unhand...

Web service caching does not work with InfoPath client [REPLIES 0]
I'm testing web service caching Cacheduration. When I execute the webservice using a C unittest, caching is working fine. When using a winform to call the webservice, caching is working fine too, but...

Why no excpetion returned to browser when thrown from web service [REPLIES 3]
Team,Hoping you can help. I have a web service I develop. In the code behind, we throw an exception in some cases. When I run the webservice on my PC, the exception is displayed in my browser.Howeve...

Webservice and Cookies [REPLIES 1]
Hi,I'm trying to access a few webservices asmx which are stored on the same remote computer e.g.: test.name.com. Now the first asmx which I add gets a namespace: com.name.test and the second one ge...

smartphone wm 2003 SE and vs 2003 webservice [REPLIES 0]
i'm trying to get a webservice client call to compile using the ide of vs 2003 and the Windows mobile 2003 se sdk. I am getting errors from the auto generated proxy code about attributes in the genera...

WS-I Basic Profile compliance [REPLIES 0]
Has anyone tested .net webservices for wsi basic profile compliance I get a failute even when testing a simple service such as:WebServiceNamespacehttp:example.comstockquotepublic class Quote WebMe...

Who knows this error [REPLIES 0]
Hi all...I''ve got new win2003 server standard edition. all my development file there. I open it remotely and develop through my workstation. My local development is ok. The error:An unhandled excepti...

Can't authenticate against web services from ASP.Net [REPLIES 0]
Hi,I have a .Net 2.0 web service that is set for Windows authentication. Now, in my APS.Net 1.1 app, I am trying to connect to the service. I am using myService.Credentials System.Net.CredentialCache...

PreAuthenticate Doesn't Seem to Work [REPLIES 0]
I'm creating an instance of a web service proxy, and setting the PreAuthenticate property to true, but it doesn't seem to have any effect. After creating the proxy instance, I make two web service ca...

SOAP and literal encoding [REPLIES 0]
Hello everybody.I'm trying to consume a web service that acccepts messages in SOAP encoding.I have two classes Class1 and Class2 and want to serialize them into the following message:SOAPENV:Envelope ...

Returning NULL fields in .NET v1.1 [REPLIES 0]
I'm creating an XML web service using C in .NET v1.1. Some fields that will be returned by the service contain NULL values. If the value is Null, I still need to preserve a XML tag for that field. Any...

New to Webservices: code being ignored, why? [REPLIES 0]
Trying to use a webservice to run a process.I used .net's canned autogen Hello World codein which I declared a Process and instantiate it and attach an exe to it.Then When I try to invoke with a clien...

Server 2003 SP1/IIS 6.0 Installation Problem [REPLIES 1]
Hello,On one of our servers, I am trying to install IIS 6.0 and ASP.NET. During the installation process, all files appear to copy fine but when the progress bar gets to the Installing IIS portion, I...

Anyidea how to convert .wsdl file to a .asmx file [REPLIES 1]
Hi Guys:Anyone have idea on how to convert .wsdl file to a .asmx file Thanks Can YouYou Can. ...

SoapHeaderException: Message Expired [REPLIES 0]
Hi,I am working on a web server that clients can uploaddownload files using WSE2.0 sp3. Files are DIMEattached to a soap message. The web server accepts files without any problem when the files are sm...

Winforms and Client Certificates [REPLIES 0]
We are developing a Winforms app that retrieves data from our company's SQL Server 2000 database via a webservice.We are considering using something like client certificates so that we have a clear in...

Error - proxy name could not be resolved? [REPLIES 1]
Hi All,I am trying to call a web service on the same machine as the client code through a dotnet client and I get the following error.The underlying connection was closed: The proxy name could not be...

HttpWebRequest TimeOut On an Https channel while posting data [REPLIES 1]
Hello,When I'm uploading an file to a JRun WebServer third party with a Windows Forms application, l always get an TimeOut while uploading, all other request who doesn't request an post are going ok W...

SoapExtension execution on clientside [REPLIES 2]
Hi,I have created an extension that only runs on the serverside and not on both the client and the server side.I have to in the BeforeDeSerialize fix my dateTime so the deserialisation dosent destroy ...

Web Services as Data Access Layer ? (Your thoughts please) [REPLIES 3]
HiI am new to web services. AFAIK, the advantages of using web servicesare : interoperable, easy integration and reuse, text based protocolsand data formats SOAP,WSDL,XML.Also, I read this article:h...

Error on inet call [REPLIES 1]
Hi,when I call my webservice from local it works fine. But, when I copy it to the web site and call it then, the following error occurs. I have no idea :.System.Web.Services.Protocols.SoapException: S...

reports with web services [REPLIES 0]
I canB4t make reports with web reportsI had used reporting services 2005 but I canB4t Only use file xml, not web services I prove with some connection strings but nothingI had used Crystal Report XI b...

performance difference in Webservice -'Normal' way [REPLIES 6] HOT TOPIC
Hi,I'm new to WebServices, and I'm doing some tests with a smallVB.NETapplication to know the performancedifference between a WebServiceand the 'normal'way of getting data just connecting directly wit...

Change character encoding in the Request [REPLIES 3]
I have written a client to a web service. I use ASP.NET 1.1 for theclient.It worked until I tried to send accented characters. Then the serviceanswered that my signature is not valid. I was told by th...

Access to WSE without .Net [REPLIES 1]
If I build a web service using the WSSecurity module within the WSE, can application that do not use .Net access the web serviceAs long as they provide the proper security parameters like UsernameToke...

Generate Proxy or Server Side stub Problem [REPLIES 2]
Hi all:Its easy for us to use the wdsl.exe to generate a proxy or server side stub from the .wsdl file. but when .wdsl file its not just one file, it import another .wdsl file and schema file, the w...

custom datatypes [REPLIES 2]
Hi All.. i need help in this issue...Public Attributes Properties for shared classes amoung webservice are accessible, but how can we call the methods.i have a webMethod that returns a custom datatyp...

Anonymous access and webservice [REPLIES 0]
Hello.We are developing a webservice wich has to know wich userclient called it. We get the username from the clent with the User.Identity.Name on the webservice.On the client side we create a proxy a...

Can a web service be 'cached' ? [REPLIES 7] HOT TOPIC
I build a system where a Windows service iterates through a file and sends each line in the file as a record to a database, by calling a web service asynchronously. It runs on a w2k server.What I no...

Why does Authorization element need the computer name? [REPLIES 0]
I am developing a secured Web Service that only specific Windows role can access it. I have the following in the configuration file: authentication modeWindows identity impersonatetrue aut...

Keep an ADO Connection open [REPLIES 4] HOT TOPIC
I created a web method to insert data on a DB2 database.It runs well, except every time I call it, it opens and closes the ADO connection.I think it would run faster, since I send it hundreds of recor...

Help on debugging on VS.net 2002 [REPLIES 0]
Hi Guys, I got into trouble again in debugging the web service developed before. Got the error message Unable to start debugging on theweb server., I have met this problem before and solved by info...





Archive
dotNET Help Sep 2004
dotNET Help June 2005
dotNET Help July 2005
dotNET Help Aug 2005
dotNET Help Sep 2005
dotNET Help Oct 2005
dotNET Help Nov 2005
dotNET Help Dec 2005
dotNET Help Jan 2006
dotNET Help Feb 2006
dotNET Help Mar 2006
dotNET Help Apr 2006
dotNET Help May 2006
dotNET Help Mar 2008
dotNET Help Apr 2008
dotNET Help May 2008
dotNET Help June 2008
dotNET Help July 2008
dotNET Help Aug 2008
dotNET Help Sep 2008
dotNET Help Oct 2009
dotNET Help Nov 2009
dotNET Help Dec 2009
dotNET Help Jan 2010
WSE Help July 2005
WSE Help Oct 2004
About the WS-I
Web Services News
WSE Help Oct 2005
Designing the WSDL
WSE Help Mar 2008
Welcome
WSE Help Feb 2006
Favourite Links

About Contribute Links News Contact
Home Sitemap Email Copyright © 2010 Web Services Help. All rights reserved. Privacy Policy User Agreement