Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Calling Web Service from Standard ASP29 Jun 2004 09:03 GMT1
I'm looking for code examples for calling a simple web service from standard
ASP. It's my understanding that I could create a VB6 dll along with the SOAP
toolkit, and then use Server.CreateObject in my ASP. Any specific examples
available?
how to make a web service exempt from WSE2 settings in a v.dir29 Jun 2004 00:48 GMT6
hi,
i have a web application configured and working with WSE2.
however, i have a web service (not WSE) in the same virtual directory that gives errors about messages not conforming to the policy they are mapped to. i am guessing this is because WSE is intercepting all soap ...
Queries on tables from different data sources29 Jun 2004 00:24 GMT1
I need to perform two queries in sequence on two identical access tables.
The source table is coming from a dataset returned by a web method and the
destination table is from a local access table. The queries are;
UPDATE [destTbl] INNER JOIN srcTbl ON [destTbl].entry_id = srcTbl ...
WS Security Question28 Jun 2004 23:45 GMT1
  Sorry I may have posted this earlier today. I am currently using WSE 1
sp1 to implement a username token solution with password digest. Part of my
requirement is that when an exception is thrown the exception details must
be added to the <detail> portion of the <SOAP:Fault>.. ...
Getting the full URL28 Jun 2004 22:50 GMT2
I need to get the full URL of the current page in ASP. When using
Request.ServerVariables("URL") anything after the filename (such as a
#section1 to jump to an area on the page or data submitted from a form using
the GET method) is automatically removed. I do not know of any keys ...
web service returns 40428 Jun 2004 22:44 GMT1
I have read numerous posts on this same issue and searched Microsoft's
knowledge base and there are no solutions offered.
I have a web service installed on 4 machines: 2 dev servers, 1 staging
and production.  The web service works fine on 3 of the machines,
UsernameTokenManager subclass's AuthenticateToken not called when message is signed28 Jun 2004 17:10 GMT2
Consider the following:
   SoapEnvelope envelope = new SoapEnvelope();
   UsernameToken token = new UsernameToken(username,
CryptoUtil.Encrypt(password), PasswordOption.SendPlainText);
Custom Class ToXml(),  FromXml() methods28 Jun 2004 10:38 GMT2
I would like to add a ToXml() and a FromXml() method to a few classes of
mine.
I was wondering if there is some way to take advantage of the way
XmlWebServices serialize the objects when passed as parameters.  Basically
Instant Notifications27 Jun 2004 18:19 GMT1
i was thinking of a way to implement Instant Notifications using the
new messaging features of WSE 2.0. Idea is to send a packet async to a
winforms app on a client machine.
i think this would be possible setting up a TCP listener on Client
[ANN] soap.msmq transport27 Jun 2004 15:55 GMT1
I just posted a WSE Custom Transport over MSMQ [1]
Roman
[1] http://www.codeproject.com/useritems/SoapMSMQ.asp
Deploying webservice26 Jun 2004 18:11 GMT1
I have created my first web service on my local server. I now need to deploy
the ws to www.mydomian.com/MyApp/webservice/ site. What are the steps to do
that? Is there a way to use only compiled version so the source code is not
exposed? Also, how would my client apps be able to add ...
huge Dataset over webservice26 Jun 2004 11:42 GMT2
   I have a web method that return a huge dataset (2Mb). I am interested to
know if there is a method to maximize the transfer speed of this dateset
over the internet.
Getting web service dataset into xml26 Jun 2004 05:39 GMT4
I need to access to a web service method that returns a dataset type. Is
there a way to store this remote dataset as an xml file locally, using
vb.net, so I can open a local dataset on the xml? A code example would be
appreciated.
Newbie problem26 Jun 2004 05:32 GMT1
I have written my first web service and when I run it, I get the below
error. What am I doing wrong?
Thanks
Regards
Error consuming web service26 Jun 2004 03:18 GMT1
I am trying to access a web method which is on my local server from a vb.net
client which is also on the same server. In client I am using the below code
to access the web method. The problem is that I get an 'Object reference not
set to an instance of an object.' error on the ...
Pages: 1 2 3 4 5 6 7 8 9 10 May, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.