My account: Login | Sign Up
Loading... 

XML Web Services | Forum profile

Forum profile page for XML Web Services on http://www.asp.net. This report page is the aggregated overview from a single forum: XML Web Services, located on the Message Board at http://www.asp.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "XML Web Services" on the Message Board at http://www.asp.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Forums - ASP.NET Forums - XML Web Services (site profile, domain info asp.net)
Title: XML Web Services
Url: http://forums.asp.net/28.aspx
Users activity: 22 posts per thread
Forum activity: 37 active threads during last week
 

Posting activity on XML Web Services:

  Week Month 3 Months
Threads: 37 223 787
Post: 62 383 1,742
 

XML Web Services Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
johnwsaunders3
8
user's latest post:
call cobol dll
Published (2008-11-25 21:24:00)
Try http://www.cobolportal.com/microfocusforum/index.asp?bhcp=1 .
ManWithNoName
5
user's latest post:
Running A Batch File From Web...
Published (2008-11-28 07:35:01)
 In the properties of the VD Ive set up Application configuration setting and pointed it to the batch file and added the extension .bat.  If I browse the file via IIS it runs now, which id didn't before, but calling the webmethod which shells out to this file fails with file not found.  Tried various combinations of server.mpapath("\" & Command) e.t.c Ta
mark-1961
4
user's latest post:
how to post an xml file to a web...
Published (2008-11-28 11:27:35)
 what is the correct syntax to post an xml file to a web service. ive tried XmlDocument x = new XmlDocument(); x.LoadXml(XMLFile); TxttoolsAddressbookServiceService myService = new TxttoolsAddressbookServiceService(); myService.Addressbook(x); but this gives error on build - cannot convert from 'System.Xml.XmlDocument' to 'TxtToolsService.AddressbookRequest' also i tried converting the file to a series of bytes...
santosh090
3
user's latest post:
Exception - 'Maximum number...
Published (2008-11-28 04:28:00)
every1 is running away seeing my problem ....   where should I go       
kevorkian
2
user's latest post:
Some Simple Questions - New to...
Published (2008-11-25 13:43:33)
 Maybe this would be a better way to approach it.  If I have an XML format for data I want, as well as xml for the response I want to give - how do I set up the webservice to accept the values based on my xml schema and return a response based on my response schema?
DevSlick
2
user's latest post:
XML Schema Documentation
Published (2008-11-24 15:08:00)
The people using this data will need to know the details about every element. I was hoping for a tool similar to Sandcastle or NDoc that will take my comments and generate a separate document, CHM or HTML file. This will also be the schema for our data dump that will be given to all new customers of the data. I may just end up putting the comments in the schema and leaving them there, but I thought I would see if anyone knew of any good tools...
azymd777
2
user's latest post:
how to pass xml file to web...
Published (2008-11-25 08:28:40)
Hi,     Can u give some example or link for that    
jagjot
2
user's latest post:
return xml in formatted way
Published (2008-11-24 09:08:00)
at the moment i am using stringbuilder to create a < firstName > frost </firstName> tags. and returning it as a stringbuilder.tostring. is there any better way. Any ideas.
ckincincy
2
user's latest post:
how to pass xml file to web...
Published (2008-11-25 09:04:40)
 Psuedo code here: Your web service declaration will look like this: [WebMethod] public void ProcessXMLFile(XmlDocument doc) {       /// process doc as a local variable } Then in your call to the web service you do the following: XmlDocument doc = new XmlDocument(); doc.Load("C:\\Pathtomyxml\\xmlfile.xml"); /// Call to web service: publicwebservice.ProcessXMLFile(doc);   Pretty...
babin123cs
2
user's latest post:
wcf service
Published (2008-11-28 01:57:00)
Thanx a lot.
 

Latest active threads on XML Web Services::

Forums - ASP.NET Forums
Started 3 days, 19 hours ago (2008-11-29 03:41:44)  by tinuverma
Allen, Firstly, thanks for all the patience. I figured out why I was not seeing or able to add the .svc file..I was in a regular WCF project. As soon as I a WCF Web project, all was good. I got to that part where I am able to create and host the service. To add this to a client project here is what I do: - Create new asp.net web site. - add reference to service created above: http://...
Thread:  Show this thread (2 posts)   Thread info: WCF Service to return JSON Size: 985 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: WCF Service to return JSON :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 21 hours ago (2008-11-29 02:08:10)  by daniel50096230
Hi,the following is my codes: [WebMethod] public String Cancel_Booking(String BookingID) { SqlConnection conTravel; conTravel = new SqlConnection(@"Data Source=.\sqlexpress;AttachDbFilename=|DataDirector y|TravelDB.mdf;Integrated Security=True;User Instance=True"); conTravel.Open(); string strSelect = "Select * From Travel_Booking Where Booking_ID=@...
Thread:  Show this thread (2 posts)   Thread info: Return 2 strings Size: 2,577 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Return 2 strings :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 11 hours ago (2008-11-28 11:27:35)  by mark-1961
what is the correct syntax to post an xml file to a web service. ive tried XmlDocument x = new XmlDocument(); x.LoadXml(XMLFile); TxttoolsAddressbookServiceService myService = new TxttoolsAddressbookServiceService(); myService.Addressbook(x); but this gives error on build - cannot convert from 'System.Xml.XmlDocument' to 'TxtToolsService....
Thread:  Show this thread (1 post)   Thread info: how to post an xml file to a web service Size: 937 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to post an xml file to a web service :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 17 hours ago (2008-11-28 06:00:00)  by ManWithNoName
More problems. Now running a batch file from an IIS method. The batch file is placed in the some root as the rest of the code e.g the Virtual Folder which lets say resides on a share on the same server in \\Server\D$\Website. How do I run this file. Do I call just the filename, which doesn't work or the <Path><\Filename> doesn't work. Keeps saying File Not Found. No logs in event viewer...
Thread:  Show this thread (3 posts)   Thread info: Running A Batch File From Web Service / IIS Size: 717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Running A Batch File From Web Service / IIS :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 16 hours ago (2008-11-28 06:34:26)  by Gambit
i have the following code in my webservice proxy class but i would like to be able to see the request that is generated in the me.invoke. is this possible? <System.Web.Services.Protocols.SoapDocumentMethodA ttribute( "http://xx.xx.1.19/genericinterfacews/genericinter face.asmx/HCNUpdate" , RequestNamespace:= "http://xx.xx.1.19/genericinterfacews/genericinter face.asmx" , ResponseNamespace:= "...
Thread:  Show this thread (1 post)   Thread info: How to view XMLRequest generated from a me.invoke within a proxy class Size: 5,041 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to view XMLRequest generated from a me.invoke within a proxy class :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 5 days, 18 hours ago (2008-11-27 04:21:00)  by santosh090
I am facing a technical roadblock while trying to hit a WCF service which returns massively nested collection. It is failing in client side. Have already tried the following approaches 1. Tracing the log . 2. Passing endpoint behaviors both in Client and Server Side. 3. Created a custom initialized ...
Thread:  Show this thread (3 posts)   Thread info: Exception - 'Maximum number of items that can be serialized ordeserialized... Size: 8,422 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Exception - 'Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the... :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 5 days, 6 hours ago (2008-11-27 16:23:00)  by wil58
Hi....I've been given a wsdl file for a web service client that will send information and I would like to build a web service to receive it. I've generated the code for the interface and now need to integrate it into a web service server app. When I've generated the interfaces code, how would I integrate it into the web service server project in Visual Studio 2005? thanks...
Thread:  Show this thread (2 posts)   Thread info: Building a server web service from wsdl Size: 509 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Building a server web service from wsdl :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 week ago (2008-11-25 05:05:48)  by babin123cs
How i can use wcf service in web application?where i have to use it?plz anyone explain me and send me some sample code sothat i can understand wcf service.
Thread:  Show this thread (2 posts)   Thread info: wcf service Size: 255 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "wcf service :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 5 days, 19 hours ago (2008-11-27 03:48:00)  by freakshow
Hi, I'm totally going crazy over this issue. I'm trying to learn WCF, so I have a service written with a ListProducts() method. It works fine and everything. But now I update ListProducts() so that it returns junk or nothing. I then updated the client reference to the service. However, when I run the client again, it runs the ListProducts() from the earlier version, so that instead of returning ...
Thread:  Show this thread (2 posts)   Thread info: WCF Updating a Service Reference Size: 703 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "WCF Updating a Service Reference :: XML Web Services :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 5 days, 10 hours ago (2008-11-27 12:29:00)  by belitre
I removed the Word garbage. I hope now someone can help me !!!
Thread:  Show this thread (1 post)   Thread info: SqlCacheDependency activated from Web Service Size: 228 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SqlCacheDependency activated from Web Service :: XML Web Services :: Forums - ASP.NET Forums"
 

Hot threads for last week on XML Web Services::

XML Web Services
Started 1 week ago (2008-11-25 07:52:40)  by azymd777
Hi how to pass xml file to web service Thanks in advance .
Thread:  Show this thread (5 posts)   Thread info: how to pass xml file to web service ? Size: 248 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to pass xml file to web service ? :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 1 week, 1 day ago (2008-11-24 11:39:00)  by DevSlick
Hello all - I have created a rather large schema for a client and I am now looking for a nice way to document what the data elements are. Does any one have any suggestions for a free tool that will take schema comments and turn them into documentation? Any suggestions on best practices? Thanks.
Thread:  Show this thread (4 posts)   Thread info: XML Schema Documentation Size: 443 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "XML Schema Documentation :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
call cobol dll - 4 new posts
Started 1 month, 1 week ago (2008-10-26 22:40:09)  by ronald_yoh
hi there.. i;m trying to create a web service that calls cobol dll.. anyone knows how to implement this? Thanks R
Thread:  Show this thread (19 posts)   Thread info: call cobol dll Size: 257 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "call cobol dll :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 1 week, 1 day ago (2008-11-24 06:40:00)  by jagjot
Hi Folks, I created a web service to return some values from my table. how can i format the returned xml file in my own format.? any ideas.
Thread:  Show this thread (3 posts)   Thread info: return xml in formatted way Size: 265 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "return xml in formatted way :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 4 days, 17 hours ago (2008-11-28 06:00:00)  by ManWithNoName
More problems. Now running a batch file from an IIS method. The batch file is placed in the some root as the rest of the code e.g the Virtual Folder which lets say resides on a share on the same server in \\Server\D$\Website. How do I run this file. Do I call just the filename, which doesn't work or the <Path><\Filename> doesn't work. Keeps saying File Not Found. No logs in event viewer...
Thread:  Show this thread (3 posts)   Thread info: Running A Batch File From Web Service / IIS Size: 717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Running A Batch File From Web Service / IIS :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 5 days, 18 hours ago (2008-11-27 04:21:00)  by santosh090
I am facing a technical roadblock while trying to hit a WCF service which returns massively nested collection. It is failing in client side. Have already tried the following approaches 1. Tracing the log . 2. Passing endpoint behaviors both in Client and Server Side. 3. Created a custom initialized ...
Thread:  Show this thread (3 posts)   Thread info: Exception - 'Maximum number of items that can be serialized ordeserialized... Size: 8,422 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Exception - 'Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the... :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 1 week ago (2008-11-25 12:10:33)  by kevorkian
Oh sorry, no. The web server is going to be called by outside URL's from a few different companies. Right now I just accept the xml string from a name-value pair called "XML" and load it into a parser using classic asp. I want now though to upgrade it to a .net web service so they can browse to the web service URL, view the available services, the descriptions and formats... I think most ...
Thread:  Show this thread (2 posts)   Thread info: Some Simple Questions - New to Web Services Size: 3,947 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Some Simple Questions - New to Web Services :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 1 week, 4 days ago (2008-11-21 07:49:05)  by ManWithNoName
Hi. Next problem now. I have 5 servers. I want to install a web service on a main server as a virtual directory, this folder is accessible across the netork. I then want the 4 other servers on the same domain to point to the main servers virtual directoy / webservice. e.g So I can call each individual web service that exists on each server. If you get what I mean, basically the code is in...
Thread:  Show this thread (3 posts)   Thread info: Network Virtual Directory Shares Across Multiple Server Size: 899 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Network Virtual Directory Shares Across Multiple Server :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 1 week, 5 days ago (2008-11-20 02:13:00)  by RoseonDotNet
Hi i am new to RESTFul WCF Services. i have lots of Dobuts in RESTFul WCF Services. 1. How to Change the Url "http://localhost:3541/WCFServices/RESTWCFService. svc" to "http://localhost:3541/WCFServices/RESTWCFService" ---that means Removing the Extension .svc 2. How to Host the RESTFul WCF Services to The Client Side. 3. How to Call the Services to Other Projects Plz Can ...
Thread:  Show this thread (3 posts)   Thread info: Calling RestFul WCF Services to Client??? Size: 713 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Calling RestFul WCF Services to Client??? :: XML Web Services :: Forums - ASP.NET Forums"
XML Web Services
Started 1 week, 5 days ago (2008-11-20 17:35:00)  by ronald_yoh
hi there. I have a web application calling a web service and it takes a few minutes (e.g. 3 minutes) for the web service to complete the request and return the result. since then the whole web page just frozen. Please note the application was running ok if not calling the web services. I've tested the web services individually and it was ok as well. any thoughts?...
Thread:  Show this thread (6 posts)   Thread info: the form froze after idle for more than 1.5 mins Size: 511 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "the form froze after idle for more than 1.5 mins :: XML Web Services :: Forums - ASP.NET Forums"