473,396 Members | 1,992 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

calling a web method with compound arguuments using POST

Hello all,
I have a web method that accepts compound (non-primitive) arguments. I know
that the method should be applied using SOAP protocol. One of my clients
does not know how to sent SOAP requests, and know only to use GET or POST. I
know that the SOAP protocol is based on POST. from the method test form I
can see also what is the soap xml structure. My question is how I embed the
soap request as POST request? what to do with the SOAPAction:
http://tempuri.org/myMethod? and what is the name of the attribute that
holds the soap xml. any one has an example of this situation?
thanks, David
Nov 21 '05 #1
2 2003
Download Microsoft Soap Toolkit 3.0 and spy on the data being sent to the web
server.
Your post method should post the data in the exactly same format.
(e.g. SoapAction is an optional HTTP attribute that you should set before
making the Post request.)
Aleksey Nudelman,
http://csharpcomputing.com

"David" wrote:
Hello all,
I have a web method that accepts compound (non-primitive) arguments. I know
that the method should be applied using SOAP protocol. One of my clients
does not know how to sent SOAP requests, and know only to use GET or POST. I
know that the SOAP protocol is based on POST. from the method test form I
can see also what is the soap xml structure. My question is how I embed the
soap request as POST request? what to do with the SOAPAction:
http://tempuri.org/myMethod? and what is the name of the attribute that
holds the soap xml. any one has an example of this situation?
thanks, David

Nov 21 '05 #2
Thanks,
How can I spy the data sent tot the server? I tried looking in the IIS log
file, but these details are not included.
David
"csharpcomputing.com" <cs****************@discussions.microsoft.com> wrote
in message news:F5**********************************@microsof t.com...
Download Microsoft Soap Toolkit 3.0 and spy on the data being sent to the
web
server.
Your post method should post the data in the exactly same format.
(e.g. SoapAction is an optional HTTP attribute that you should set before
making the Post request.)
Aleksey Nudelman,
http://csharpcomputing.com

"David" wrote:
Hello all,
I have a web method that accepts compound (non-primitive) arguments. I
know
that the method should be applied using SOAP protocol. One of my clients
does not know how to sent SOAP requests, and know only to use GET or
POST. I
know that the SOAP protocol is based on POST. from the method test form I
can see also what is the soap xml structure. My question is how I embed
the
soap request as POST request? what to do with the SOAPAction:
http://tempuri.org/myMethod? and what is the name of the attribute that
holds the soap xml. any one has an example of this situation?
thanks, David

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Chris | last post by:
Hi I have a scenario where I've created another AppDomain to dynamically load a DLL(s) into. In this newly loaded DLL I want to call a static method on a class. The problem arise is that I have...
4
by: Mark | last post by:
BEGINNER QUESTION I have a table which has a compound primary key consisting of two columns. One of these columns is a foreign key which is generated in another table by an identity. I want...
7
by: Eric Laberge | last post by:
Aloha! This question is meant to be about C99 and unnamed compound objects. As I read, if such a construct as int *p = (int){0}; is used within a function, then it has "automatic storage...
5
by: Nick Flandry | last post by:
I'm running into an Invalid Cast Exception on an ASP.NET application that runs fine in my development environment (Win2K server running IIS 5) and a test environment (also Win2K server running IIS...
12
by: Ron | last post by:
Greetings, I am trying to understand the rational for Raising Events instead of just calling a sub. Could someone explain the difference between the following 2 scenarios? Why would I want to...
8
by: wespvp | last post by:
I am using PostgreSQL 7.4.1 on RedHat 7.2. The query I am executing is something like (I replaced all the return values with 'count'): db=> explain select count(*) from messages m join (select...
7
by: Timo Haberkern | last post by:
Hi there, i have some troubles with my TSearch2 Installation. I have done this installation as described in http://www.sai.msu.su/~megera/oddmuse/index.cgi/Tsearch_V2_compound_words...
5
by: verteidi | last post by:
Hello everyone, I have been searching this forum for a solution to my problem, but unfortunately couldn't find anything so far. It would be very kind if you could take a look at this. I am trying...
27
by: Nate Eldredge | last post by:
Consider the following pseudo-code: #include <opaque.h> struct foo { int a; opaque_t op; int b; };
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.