RE: XML as a WebService parameter
------=_NextPart_0001_5C607E96 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi Bill, From your description, you have an ASP.NET webservice (asmx endpoint) which has a webmethod a...
1 replies
Webservice call hangs
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...
1 replies
Makeing an ASP + .NET website runable offline.
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...
1 replies
Re: VS2005 Add Service Reference not generating security proxy informa
=?Utf-8?B?RWQgU2huZWtlbmRvcmY=?= <EdShnekendorf@discussions.microsoft.com> wrote in news:4A2175A3-E498-47A8-8138-ACC56A2CFB45@microsoft.com: > <userNameAuthentication > userName...
0 replies
WSE2 How to set SXH_SERVER_CERT_IGNORE_ALL_SER VER_ERRORS
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 ...
1 replies
New methods not being exposed
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 ...
2 replies
Re: Web Service Access
"Asim" <Asim@discussions.microsoft.com> wrote in message news:7E32CB24-BE64-4BD0-A41F-B466B7F8045C@microsoft.com... > Hello, > > I have a question about restricting acces...
1 replies
Install Certificate for Local System
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...
0 replies
Axis2 Client
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...
0 replies
Unable to Import Binding from Namespace
I can't import this wsdl file in wsdl.exe. Does anybody know why? <?xml version="1.0" encoding="utf-8" ?> - <definitions xmlns="http://schemas.xmlsoap.org/wsdl...
0 replies
RE: HttpException: Maximum request length exceeded
> HI, > > in one of my webservices I need to provide a string to the consuming > application that can become really large (depending on user input). > Unfortunately, if the str...
0 replies
RE: IIS 6 & .NET 3.5 RTM?
------=_NextPart_0001_0EECD944 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi Asaf, As for ASP.NET 3.5, it is still based on the ASP.NET 2.0 core fundamental. Therefore, there i...
0 replies
RE: WCF SOAP Router Including Credentials
------=_NextPart_0001_133288C9 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi Jimmer, From your descrpition, you're using the WCF "Intermediary Router" feature and cur...
2 replies
How dynamically configure a webservice address?
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...
0 replies
Re: Problem generating code with wsdl
Cesar;6750528 Wrote: > Hello there, > > A java programmer sent me a wsdl file, which I have to use to consume > his > web methods. When I run the wsld.exe tool to generate the ...
0 replies
WCF client needs SoapAction header
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 ...
0 replies
RE: WCF : Underlying connection was closed
------=_NextPart_0001_28D6FB86 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi Arnaud, From your description, you're using WCF basic httpbinding to consume a JAVA webservice, how...
1 replies
How to create a Webservice style WSDL file in WCF(mex)?
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 a...
0 replies
msdiscocodegenerator failed when update web reference in vs2008 for smart device application
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, ...
0 replies
Calling a WCF service from Non-WCF
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...
7 replies
Newbie question: Do I need to have access to the Web Service to be able to write a client?
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 ...
0 replies
Re: WCF wrapping proxy calls to catch errors
=?Utf-8?B?S2lrZQ==?= <Kike@discussions.microsoft.com> wrote in news:985239CD-8EE8-4631-8A19-53AB79D32F11@microsoft.com: > Hello, > > I need to be able to somehow wrap calls made...
1 replies
Re: WCF / J2EE interoperability - DataTable
"Elyo Ravuna" <akora@community.nospam> wrote in message news:9B0E1E0E-4B87-4306-84AB-881AFDC46623@microsoft.com... > My web service is based on WCF. One of the operations needs t...
2 replies
OT: WCF and callbacks
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...
0 replies
receive classes in parameters in web methods
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 ...
7 replies
First Prev Next Last