Contents

Posts in microsoft.public.dotnet.framework.webservices

 

do u know to call async webmethod from javascript?  Replies (1) 11 December 2007
Hi I am running asp.net ajax (vs 2008) I have the following webservice listed below. However, i have no idea how to call this from javascript. Originally, before i started using the BeginXXX and...

 

WSE032: There was an error loading the microsoft.w ...  Replies (1) 10 December 2007
Hi. I have a Web Service that implements custom UsernameToken authentication using the WSE 2.0 library. If I call that Web Service from a VB.Net Windows Forms application everything works fine....

 

web service not serializing all object properties  Replies (3) 10 December 2007
I've created a serializable class and put attributes around all the properties that should be serialized. I return the class from a web service, but my problem is that the wsdl for the web servic...

 

WCF concurrent call on client  Replies (3) 9 December 2007
Hi, I have a winform client which consumes a WCF service. I have a single service client(proxy) at the winform side, but spread the service calls into multiple threads so that they can do works...

 

OT: WCF and callbacks  Replies (1) 8 December 2007
This is a multi-part message in MIME format. ------=_NextPart_000_0074_01C83936.A298A8B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hi, I’m having ...

 

WCF instance  Replies (1) 8 December 2007
Is it possible to prevent WCF from destorying the service object when the threading model is set to single, instance mode to percall, and having a max number of instances configured. In effect I'...

 

receive classes in parameters in web methods  Replies (7) 8 December 2007
Hello group, Somebody has a example where web methods receive and send classes in the parameters. I looking the best way to send parameters to web service and anybody told me something like ...

 

See the accepted papers, keynote lecture, plenary ...  Replies (1) 7 December 2007
Click on the link below and see the accepted papers, the keynote and Plenary Speeches, the contents of the Book of the Proceedings as well as nice photos from an MACMESE '07 and DNCOCO '07 excelle...

 

WCF / J2EE interoperability - DataTable  Replies (5) 7 December 2007
My web service is based on WCF. One of the operations needs to return a two-dimensional data structure. May I return a DataTable without losing interoperability with J2EE ? Sincerely. Elyo Rav...

 

FileName for SOAP Attachments  Replies (1) 6 December 2007
Hi, I am sending mail attachments thru SOAP. I am using "RequestSoapContext.Attachments.Add"; everything is working fine, but How can I set the FileName for the attachments. When I set my file...

 

VBA (Acces2000): Basic Authentication SoapClient t ...  Replies (1) 6 December 2007
Hi all, I have a problem with accessing a webservice from Access2000 (=VBA). I hope I can place this question in this group. If no, please give me an better place it. So, i'm try to connect...

 

.NET client returns null object, but can see valid ...  Replies (1) 6 December 2007
I have a VS 2005 C# Web service client generated by the Add Web Reference tool from a complicated WSDL with several schemas and namespaces. The Web service it calls is in production on a Tomcat/Ax...

 

Stack Overflow at Line 77  Replies (1) 6 December 2007
Does anybody know about this internet explorer error and how to resolve it. -- JohnI...

 

soap toolkit 3.0 and Win2003R2 64 Bit  Replies (1) 5 December 2007
Will the soap toolkit 3.0 run under the 64 bit version of Win2003? I get an activeX error attempting to create a COM object referencing MSSOAP.SoapClient30. MSSOAP.SoapClient30 is registered (as...

 

Newbie question: Do I need to have access to the W ...  Replies (1) 4 December 2007
Hello, This is my first attempt to write a Web Service Client. I received a .xsd file from the Web Service provider, and he thinks that from this file I should be able to create my client. I ...

 

WCF wrapping proxy calls to catch errors  Replies (2) 4 December 2007
Hello, I need to be able to somehow wrap calls made through a standard Interface used to access a WCF service. The reason for this is to have a higher degree of control, mainly to catch all kin...

 

Calling a WCF service from Non-WCF  Replies (7) 1 December 2007
Hello, I have a WCF service that I am using to upload files to a server by using the streamed transfer method. I am currently calling the service from a WCF client. All I did was add a Servic...

 

msdiscocodegenerator failed when update web refere ...  Replies (1) 30 November 2007
hi, i created a webservice in vs 2008 and i can add and update the servie reference from a windows form application, but after i tried to add the web reference from a smart device application, ...

 

Consume multiple web services Async  Replies (1) 29 November 2007
I'm looking for best pratice examples on how to call multiple (1 to n) web services asynchronously (server side) than merge the results from these web service in to one result set. I've written...

 

Update Web Services has caused unexpected changes ...  Replies (1) 28 November 2007
Hi there. I've got an app in c# that uses web services (both as consumer and server) which I wrote some years ago and am now updating. The server side gets information from SQLServer as XML an...

 

How to create a Webservice style WSDL file in WCF( ...  Replies (1) 27 November 2007
This is a multi-part message in MIME format. ------=_NextPart_000_0041_01C830E8.1DEF0A10 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi all. I h...

 

SecurityContextToken is expected but not present  Replies (1) 27 November 2007
I am a newbie to WSE and I am using WSE 3.0. Scenario is that I have created server side certificate using makecert tool and added it to client side as present in the batch file that comes with th...

 

Connection Error with Web Service  Replies (1) 27 November 2007
We have been receiving a connection error at one of our sites, our application works elsewhere. The error occurs when our application written in vb.net 2.0 running as a Windows Service under the ...

 

WCF client needs SoapAction header  Replies (1) 27 November 2007
Hi, I've got a WCF client that needs to use a Java Web Service. I need a soapaction header to appear with the tcp info of the request. I tried creating a message inspector to add the header, but ...

 

WCF : Underlying connection was closed  Replies (3) 26 November 2007
Hi all, we meet a problem since we use WCF to consume java WebServices. Often the first call works then the second raises the following error : "The underlying connection was closed : " We use...

 

System.Runtime.Serialization.SerializationExceptio ...  Replies (1) 26 November 2007
Hi, I am passing a couple of objects through a web service and get the error message below when I check the event log: System.Runtime.Serialization.SerializationException: The type System.We...

 

How dynamically configure a webservice address?  Replies (1) 26 November 2007
I have an ASP.Net project, in which I added a web reference, for example http://Sandbox/service.asmx after I pass the testing, I want to change the web service address to http://Production/servic...

 

WCF SOAP Router Including Credentials  Replies (5) 25 November 2007
Hello, I've been trying to create a WCF SOAP Router Service that can forward not just the message body but also any security headers set by the originator of the message. The destination servic...

 

wsdl.exe requiring mustUnderstand attribute  Replies (1) 22 November 2007
We are trying to consume a certain WSDL (not from MS platfrom) using WSDL.exe and getting the following error: $ wsdl /v /o:test.cs BusinessGateway-wsi.wsdl Header.xsd Microsoft (R) Web Services...

 

IIS 6 & .NET 3.5 RTM?  Replies (2) 21 November 2007
Hi, I have Just installed the RTM version of the 3.5 framework on my windows 2003 server. Shouldn't I see a "3.5" option in the ASP.NET tab on IIS websites? There is only 1.1.4322 & 2.0.50727 v...

 

Unable to Import Binding from Namespace  Replies (1) 21 November 2007
I can't import this wsdl file in wsdl.exe. Does anybody know why? - - - - - - - - - - - ...

 

Bindings - which one?  Replies (1) 21 November 2007
Hi, We want to implement the folowing functionality: 1/ Client can send request to the server. Server will process request and return required data. If the connection will be down data will be...

 

sharing namespaces across multiple wcf service ref ...  Replies (1) 20 November 2007
All of our wcf services share a single data business object/contracts library on the server side, but when the windows client adds wcf service refs they get business objects/data contracts duplica...

 

mike lalonde  Replies (1) 20 November 2007
michael lalonde michael lalonde michael lalonde michael lalonde michael lalonde michael lalonde sudbury http://www.wanderers.freewebweb.com michael lalonde married jennifer heinz and ...

 

mike lalonde  Replies (1) 20 November 2007
michael lalonde michael lalonde michael lalonde michael lalonde michael lalonde michael lalonde sudbury http://www.wanderers.freewebweb.com michael lalonde married jennifer heinz and ...

 

mike lalonde sudbury  Replies (1) 20 November 2007
michael lalonde michael lalonde michael lalonde michael lalonde michael lalonde michael lalonde sudbury http://www.wanderers.freewebweb.com michael lalonde married jennifer heinz and ...

 

Axis2 Client  Replies (1) 20 November 2007
I created a simple hello world web service that works great with a .Net client, however; I am not able to access the service from a Java Axis2 client. I get the following error: The input stre...

 

See JSON executing a asmx  Replies (1) 18 November 2007
Hi to all, I have .net ajax extensions, and i build a small web service with the [ScriptService] attribute (to work with JSON). When i execute mi asmx i see in the result XML. I thought that i...

 

Web Service Access  Replies (4) 17 November 2007
Hello, I have a question about restricting access to web services. We have public web services which are available for clients to request data, and we do have some private web services whic...

 

Install Certificate for Local System  Replies (1) 17 November 2007
Hi All, I am writing a Win Services running win2000 server which requires to connect to a Web Service provided by WebShpere. I can't load the certificate (even with WSE2 SP3) wihtout installing...

 

New methods not being exposed  Replies (3) 15 November 2007
I've just begun programming web services in VS 2005 and I'm having a problem seeing my new methods being exposed. For example, when I run the following I still only see the HelloWorld function ...

 

Where can I change Web Reference URL in VS2005?  Replies (2) 13 November 2007
I used to be see or change the Web Reference Url in VS2003 by right clicking on the web reference and click properties. I don't see this in 2005?...

 

call secure web service (thru cer) from a web serv ...  Replies (1) 13 November 2007
I have a vb.net web service. I am trying to call another webservice that is secured through certificate. I have received the certificate file and I am trying to call the service using the file. I ...

 

WSE2 How to set SXH_SERVER_CERT_IGNORE_ALL_SER VER ...  Replies (1) 13 November 2007
Dear All, I am trying to invoke a Secured WebService in WebSphere which requires me to setOption(2) = SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS May I know how can I do the similar task using ...

 

Makeing an ASP + .NET website runable offline.  Replies (1) 12 November 2007
Hi List, We have a requirement to take a cut down section of a website and effectively put it onto a CD. The site is written in ASP and .NET2 and makes use of SQL (although convertible to acce...

 

VS2005 Add Service Reference not generating securi ...  Replies (2) 12 November 2007
I am trying to create a WCF host/client combination using mixed security with UserName authentication. Everything looks good on the host side, but when I go to generate the client proxy using t...

 

Calling on a Web Service to create a user account ...  Replies (1) 11 November 2007
Greetings: I am attempting to generate a Microsoft Office Communicator 2005 client installer that needs to interface with a Web service that resides on the LCS Server. Specifically, the Web Se...

 

Webservice call hangs  Replies (1) 10 November 2007
Hi I have a pretty serious problem. I have developed a winforms app that calls a webservice using .NET Framework 1.1 with C#, IIS 5.1. and SQL Server 2000 server. After installing the WS, I have...

 

XML as a WebService parameter  Replies (4) 8 November 2007
Hi, We recently converted a 1.1 project to 2.0 and this included a webservice which accepted XML for one of the parameters. Since converting to 2.0 I am getting the following message: --- A pot...

 

How to view a VS2005 built web site in IE?  Replies (1) 8 November 2007
I hope this is the correct NG for this question. I used VS2500 to build a web site and Built it OK. Now I want to run it and see what it looks like in IE. How do I do that? Thanks...