all groups > dotnet web services > december 2004
Filter by week: 1 2 3 4 5
soapClient question.
Posted by Yolande at 12/30/2004 8:27:03 AM
Hi there,
I try to use MSSOAPLib.soapClient to get the XML data produced by our web
services. I have a web method call ReportExec(strID, strRequest). It takes
two string arguments and returns a Xml.XmlNode object. When I test the web
services using IE, I receive the XML data I want. But wh... more >>
Microsoft webswervices : Office
Posted by Sonia at 12/30/2004 12:55:02 AM
Hi all,
I have couple of questions on MS Webservices :
Do they have some published webservices : Like a webservice to convert an
excel or .mpp into xml ?
If yes where to locate them and how to call them ?
If no what can be a possible solution to implement private webservice to do
thi... more >>
404 error from web service
Posted by Ted at 12/29/2004 9:37:56 PM
I'm running a web sercvice on Win. Server 2003, and accessing it via a
vb.net application, when calling web services I get the following error and
at times a 404 error.
Server did not recognize the value of HTTP Header SOAPAction:<Name of
method>
......any advice on such errors.
Ted
... more >>
create web service class at runtime ?
Posted by MarkoH at 12/29/2004 9:27:30 PM
Wsdl.exe /server creates abstract class derived from WebService. Is there a
way to create this class at runtime based on some WSDL file given at runtime
? What would be even better - creating concrete class but with empty method
implementation of course since WSDL does not provide any info on ... more >>
3-tier application with webservices, objectoriented?
Posted by nixon at 12/29/2004 8:12:54 PM
Hi there!
Im trying to build a 3 tier application that uses a smartclient in the
"view" layer.
The communication between the smartclient and the server should be
webservices because of potentiel firewall issues.
I´ve looke at to smartclient demos to figure out how the experts do the
stuff, des... more >>
SoapExtension cannot share resources properly
Posted by Sridhar, S. at 12/29/2004 6:33:52 PM
Hi all,
I am working on a project which requires webservices to log information
about requests that are sent to it. I have written a SoapExtension that logs
client information when a request is sent to the webservice.
When there are two webservices (on the same IIS machine) and both of them ... more >>
Cannot run ASP.net
Posted by Yolande at 12/29/2004 1:23:05 PM
Hi there,
I have to ask the question although it had been asked some times. I got the
following message when I ran asp.net applications:
"Visual Studio .NET has detected that the specified Web Server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or ... more >>
Unicode - ASCII ?
Posted by N at 12/28/2004 8:45:04 AM
Hi,
I'm writing a small web service (using C#) which is going to receive a text
file, add a line to it and send it back.
Input is a string with each line ending with "\r\n".
The problem is in the format of the output - looks like all ends of lines
are missing, even if web service just recei... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
restart webservice
Posted by kenneth fleckenstein nielsen at 12/27/2004 2:14:24 AM
hi guru's
I want to restart my webservice when ever it throws an exception that isn't
cought. can i do that by web.config or iss or how ??... more >>
xml webservice fails on installed maschine
Posted by kenneth fleckenstein nielsen at 12/27/2004 1:47:01 AM
Hi guru's
It runs ok on my developmaschine, and on the test server that i've set up.
but fails after installing on the customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet outs... more >>
some basic questions
Posted by Markus Stehle at 12/24/2004 1:57:45 PM
Hi all!
We are planning to provide .net web services to our partners. As I am new to
web services technology, I have some questions concerning data exchange and
interop.
As most of our partners work with PHP, Java or classic ASP we need to be
sure that our services can be used from these la... more >>
WebService
Posted by C#_Programmer at 12/24/2004 8:47:04 AM
Do I have to call Dispose on web service in real time application when I
create it locally in method?... more >>
How to pass parameter to webservices
Posted by jindo at 12/23/2004 11:29:07 PM
Hi There!
I must stresstest webservices.
So I used parameter Like this
'http://aaa.bbb.ccc/services/BoardFD.asmx?op=showTable&IDno=96&tab=900'.
but the parameters are not passed.
how to pass parameter to webservices....
Plz Help ..
Thanks a lot!... more >>
Microsoft wsdl Utility fails when multiple <schema> tags reference same targetNamespace
Posted by Jeff at 12/23/2004 8:43:59 AM
We are using .Net and the wsdl Utility to generate proxies to consume
web services built using the BEA toolset.
The data architects on the BEA side create XML schemas with various
entities in separate files for ease of maintainability. These schemas
are all part of the same namespace.
When... more >>
Difference?
Posted by robert at 12/23/2004 1:57:02 AM
Hello,
I am a little newbie in web development. Can anybody explain me the
difference between the Web-Service Architecture and the normal
Web-Application Architecture, regardless of the used protocols. Because at
Web-Service Architecture the Web-Service offers Web-Methods which can be
con... more >>
Modifying ASP.NET web service account to use TCP transport ?
Posted by Navin Mishra at 12/22/2004 11:40:54 PM
Hi,
Can ASP.NET web service account be modified to use TCP transport ? Or is
there any example of a .NET web service offering TCP transport ?
Thanks in advance and regards
Navin
... more >>
Web Service Domain Account
Posted by Ollie at 12/22/2004 4:21:02 PM
Is it possible to run a web service under a domain account as appose the the
ASPNET machine account? If so, how do you set this up?
Cheers,
Ollie... more >>
Hi, Any help is greatly appreciated
Posted by Michael Genie via .NET 247 at 12/22/2004 4:03:18 PM
(Type your message here)
--------------------------------
From: Michael Genie
I developed a web service (Windows XP Prof, and VS.NET2003), I am getting the below Exception message. Any help is greatly appreciated.....
System.IO.FileNotFoundException: File or assembly name gdi2ejj3.dll, or on... more >>
Consuming multiple web services with a .disco file
Posted by Matt D at 12/22/2004 3:45:54 PM
I've got two web services that use the same data types and that
clients will have to consume. I read the msdn article on sharing types
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp)
but I don't want clients to have to add two web references a... more >>
WebService returns a custom object
Posted by mtv at 12/22/2004 1:25:02 PM
Hi all,
I have the following code:
================================
Webservice side:
public class MyWS: WebService
{
private myLib.DataObject[] curDataObject;
[WebMethod]
public DataObject[] getData()
{
return this.curDataObject;
}
}
DataObject type is compiled ... more >>
WebRequest to see if Directory exists
Posted by Steven J. Reed at 12/22/2004 9:43:05 AM
I am trying to find out is a folder exists within a share on a server. I can
successfully determine if a file exists within the share, but I can't figure
out how to determine if it's parent folder exists.
This is what I'm trying:
Dim fwrqFolder As FileWebRequest
Dim fwrFo... more >>
WSDL problem with .Net mobile
Posted by Thomas at 12/22/2004 3:49:01 AM
Hi,
I have written a Web Service using Axis C++ Server and a .Net Windows
client. I considered every interoperability issue between Axis and .Net(
Doc/Literal ...)
The .Net Windows client can communicate with Axis without any problems. Now
I want to use my Web Service on a windows CE pocket ... more >>
Accessing a Web Service using a Query String
Posted by Jim Lewis at 12/21/2004 8:50:25 PM
I have read several things that state accessing a Web Service through a
Query String should work. However, when I try to execute
http://localhost/webservice1/service1.asmx/HelloWorld I get the error below.
Can I access a Web Service through a Query Sting. I need to send XML to a
Flash movie us... more >>
upload 50M file to web service got 500 internal server error
Posted by jf li at 12/21/2004 4:36:03 PM
I have a Asp.net web application and a Asp.net Web service application. The
Web application is using HtmlInputFile to get a 50M size of file selected by
end user, read the data of this file and pass the data to the web service. I
already modified both web.config files and changed maxRequestLength... more >>
How can I expose constant values to my clients?
Posted by cipher at 12/21/2004 1:51:03 PM
I have some constant values in my web service that my client application will
require. Having to keep server side and client side definitions insync is
tedious. I am trying to do something like this:
[FlagsAttribute]
public __value enum Colors { Red = 1, Green = 2, Blue = 4, Yellow = ... more >>
Accessing web service.
Posted by Khalique at 12/21/2004 9:33:05 AM
Problem: Accessing web service causes exception – “The request failed with
HTTP status 401 : Access Deniedâ€.
I created a web service on my local machine and then developed a separate
test solution (windows app) to test it. The above mentioned exception occurs
when program executes a cal... more >>
newbie question (creating a client to connect to a web service)
Posted by roseta at 12/21/2004 6:59:06 AM
Dear Friends,
I am creating a client to connect to a web service. I am creating the client
with asp.net. the web service is on developed with WSDP from SUN product. so
we have to use SOAP to connect to it. They have given this code to be used
for web service in asp.
'=== Create an insta... more >>
SerializationException
Posted by mekim at 12/20/2004 3:43:14 PM
I am getting an unhandled exception on a webservice as listed below
and my quesiton is
How do I trap it to find where it's coming from since it seems to be outside
of the my code.
Thx in advance
Mekim
An unhandled exception of type
'System.Runtime.Serialization.SerializationException... more >>
Server-Side Data Validation
Posted by mabster at 12/20/2004 2:27:22 PM
Hi gang,
I have a web service class I'm developing along the same lines as that
described here in MSDN:
http://tinyurl.com/63sl4
http://msdn.microsoft.com/library/en-us/vsintro7/html/vbwlkcreatingdistributedwebapplicationwalkthrough.asp
That is, it has a GetXXX method that returns a da... more >>
Check to see if webservice exists?
Posted by aaa at 12/20/2004 2:18:04 PM
What is the most efficient way to do a check to see if a webservice exists
before attempting to execute. I was thinking of just creating an HTTP object
then initiating a request to see if i get a response back from the server.
Is this too much overhead, and how would you imlement this?
... more >>
Need a book recomendation
Posted by Saeid at 12/20/2004 1:34:30 PM
Hi,
I want to buy a book about .net Webservices,
does any body have a suggestion?
Thanks
------------------------
The soldier of Persian Empire
... more >>
How do I change control panel settings for Web Service User Account in XP
Posted by pealy2 NO[at]SPAM bigfoot.com at 12/20/2004 8:08:25 AM
Sorry if this is in the wrong group, I've searched long & hard without
finding anything even slightly useful. (recommendations for a more
relevant group gratefuly received)
I need to change the settings for the default web service user account
so that sounds go through a sound card rather than... more >>
Web Server problem
Posted by Red at 12/20/2004 3:47:27 AM
Hi, I just install my computer with VS.NET 2003. I am
using Service pack 2, I already update My asp.net
framework to 1.1. But I have the following error when I
want to create new asp.net project
Visual Studio .NET has detected that the specified Web
Server is not running ASP.NET version 1... more >>
dot net error "style=rpc use=literal "
Posted by jindo at 12/20/2004 3:29:01 AM
hi there!
I want to service to java web services.
so i made web references!
but web services operations not made.
"style=rpc, use=literal"
how to connect java(rpc/literal) with dot net frameworks.
plz help me!... more >>
Message Service Style
Posted by Stefan Lischke at 12/17/2004 6:37:37 PM
hi,
I implemented WS-Eventing for the Apache Axis Framework and now i want
to build a small prototyp client in .Net
(cause a whole WS-Eventing impl. is not possible with .Net, cause it
dous not support latest WS-Addressing spec)
Now i'm searching for a way to handle Notifications(SOAP mes... more >>
return value from wsdl(cross)
Posted by Savas Ates at 12/17/2004 5:18:11 PM
i created an proxy class .. it named webreference1 my code is like
following. how can i learn the return message from wsdl (it works or not)
how can i learn it(wsdl's respond)
Dim ws As New WebReference1.ProductDefinitionType()
Try
With ws
.Description = xx.Item("ozellikle... more >>
What do I need
Posted by HotRod at 12/17/2004 4:41:02 PM
I am new to this so please go easy. We currently have some students doing
some work on some web based tracking documents for us. They are currently
using VB .net to develop what we requested. Anyway I've been calling my
local ISP's and no one supports .net it seems to be all apache and MySQL. ... more >>
SoapException / Object reference not set to an instance of an obje
Posted by Mike Clark at 12/17/2004 4:03:01 PM
I have a webservice that works great on localhost, but as soon as I promote
to a network server I get an exception that doesn't tell me much. There's
some implementation details in this exception chain, but here's what it looks
like:
<pre>System.Web.Services.Protocols.SoapException: Server... more >>
Using OleDb w/MSJet to Access DB causing exception in webmethod
Posted by spicyz at 12/17/2004 1:47:01 PM
I'm receiving an exception when my webmethod exits after opening/closing an
Access database.
I can reproduce this easily enough by creating a new default ASP .NET Web
Service in VS.NET 2003. Adding this code to the default HelloWorld()
webmethod will cause the problem.
String* sConnecti... more >>
Check if network connection is available
Posted by Andrew Smith at 12/17/2004 11:52:20 AM
Hi,
we want to check as a prerequisite before talking to our web service, if
physical link exists. Does anybody know how to get an event, when a network
connection is active again. (The same way as the Windows Messenger does?
Thanks in advance for any hint
Andrew
--
Andrew Smith
... more >>
From Schema to class to WSDL, element attributes lost in translati
Posted by joewhitehair at 12/17/2004 11:03:01 AM
Using a schema, I created classes for my web service using the XSD.exe tool.
With the classes I then wrote a web service function, but the WSDL that is
generated has different minOccurs and maxOccurs values for my elements. I
can seem to figure out why this has changed or how to correct it. ... more >>
Namespace prefix change
Posted by jb at 12/17/2004 10:09:04 AM
I have discovered that when the WSDL is auto-generated in .NET (i.e.
http://.../MyService.asmx?WSDL):
* Prior to SP1, it generated xmlns:s0="http://mynamespace/" in
<wsdl:definitions>, and then output my web methods as "s0:MyWebMethod" in
<wsdl:message> sections
* At SP1, it generates xm... more >>
Unable to connect to the remote server
Posted by Antonello_Calabrò at 12/17/2004 9:01:05 AM
Hi all,
I created a webservice that execute a sql query on demand.
If I try to execute the query from the WebForm, all is ok.
If I try to execute the query from a normal Windows
Application, all is ok.
The WebService run correctly.. but if I try to call the
Webservice from a SmartDeviceApp... more >>
The underlying connection was closed: The remote name could not be resolved
Posted by niklesh_dubey NO[at]SPAM rediffmail.com at 12/17/2004 3:05:17 AM
Dear all,
when i am trying to giving web reference to webservices i am getting
above said error.. i tried to find out what is the main problem then i
got from microsoft support that i have to config the for proxy because
i am trying to access from behind the firewall.
i configered my machin... more >>
How could I generate loads over a soap:tcp server???
Posted by newcomer at 12/16/2004 4:03:01 PM
All I have is the XML traces. Could I write my own socket and communicate
with the server?
thanks,... more >>
WSE 2.0 - How could I replay the action recorded in the trace file
Posted by newcomer at 12/16/2004 3:59:07 PM
I have traced action in XML. Now I would like to replay that. How could I
do that based on this XML trace? I am using soap:tcp between client and
server.
thanks,... more >>
WDSL Import Error
Posted by Neter Smith at 12/16/2004 1:10:06 PM
I have run into a problem when trying to import a WSDL reference under VS
2003 and 1.1 of the framework. It appears as if it is in the generation of
the proxy that things are failing.
When I add the reference, I get the following error:
C:\Inetpub\wwwroot\WebServices\samples\WSDL\dotnet... more >>
Interface with a Web Service
Posted by rgarf at 12/16/2004 12:59:03 PM
I have a web service that does some long calculations, I want to know if
there is a way for the web service to return progress strings while it's
doing the calculations, so the client can display in a progres window what
the calculations are up to.
Do I have to create a separate interface f... more >>
Executing ASMX files without IIS ?
Posted by Navin Mishra at 12/16/2004 10:16:07 AM
Hi,
Is it possible to host ASP.NET web services files without IIS ?
Thanks in advance and regards
Navin
... more >>
Webservices on Smartphoe problem
Posted by Mike at 12/16/2004 9:19:04 AM
Hi all,
I have written a webservice which I am using in my smartphone applicaiton.
I have tried the webservice with a WinForms client and it works time and time
again perfectly. When I include it in my smartphone application, it will
work the first time and return ther query set, however ... more >>
|