473,472 Members | 2,257 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Create a SOAP message from XML easily

I want to know how can I create a Web Services with SOAP Request based on
the following XML document:

I know how to use the Class and XML Serialization at c# to create one, but
don't know any faster and easily method.

[WebMethod]

[SoapDocumentMethod(

"http://edmsws1/webservices",

Use=SoapBindingUse.Literal,

ParameterStyle=SoapParameterStyle.Bare)]

[return: XmlElement("Response", IsNullable=false)]

public DeleteDocument_Response DeleteDocuments(DeleteDocument_Request
Request)

{

DeleteDocument_Response Response = new DeleteDocument_Response();

return Response;

}
Any ideas?

<Request>

<Header>

<UserID>

<Type>Printing/Email/Fax</Type>

</Header>

<Body>

<PrintJobs>

<PrintJob>

<Documents>

<Document>

<DocID>

<PrinterSetting>

<PaperSize>

<Duplex>

<NoOfCopies>

</PrintingSetting>

<Remarks>

</Document>

<Document>

<DocID>

<PrinterSetting>

<PaperSize>

<Duplex>

<NoOfCopies>

</PrinterSetting>

<Remarks>

</Document>

</Documents>

<Details>

<AutoPrint>

<CoverSheet>

<SubmissionDateTime>

<Remarks>

</Details>

</PrintJob>

</Body>

</PrintJobs>

</Request>


Nov 15 '05 #1
0 4149

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

Similar topics

0
by: Blaine Everingham | last post by:
Hello, I have installed SOAP::Lite 0.60 and am running a simple test to see the XML output. I noticed that the output indicated it's using the www.w3.org/1999/XMLSchema instead of the prefered...
0
by: Martin Maat [EBL] | last post by:
Hi. The ASP.NET news group visitors don't seem to know squiddly diddly squad about this so I'm trying here. About a year ago I did a talk on .NET at work. The talk included a demo featuring a...
0
by: Hans Kesting | last post by:
Hi, I'm trying to create a client for some webservice. BUT I have only limited information: * no WSDL available ("expected Q1-06") (it seems to be written in Java) * I don't have access (yet)...
0
by: Dhananjayan | last post by:
Hi, I have a webservice(eg.IStringServicePort) running on Axis, iam able to create a java client for the same and invoke the service and obtain the result. I wanted to create a .Net client(C#)...
3
by: Dhananjayan | last post by:
Hi, I have a java webservice running on Axis, Iam able to create a java client to invoke the webservice and obtain the result. But iam not able to invoke the service from .Net client.. Here are...
52
by: frankgerlach | last post by:
>From my simple performance tests of SOAP it seems that it is about ten times slower than binary object request protocols such as RMI, IIOP or SimpleORB. Is this also YOUR experience ?
0
by: DotDidIt | last post by:
Hi Everybody! I developed a Web service with IBM RAD v 6.0.1. After creating the WSDL file i have tried to develop a .Net client. But by using wsdl.exe (1.1.4322) to create a .net c# proxy i...
0
by: bhu | last post by:
I have a simple helloworld web service , when i call this service from the client this is the message sent. -----SoapRequest at 6/7/2006 10:18:11 PM <?xml version="1.0"...
0
by: israelekpo | last post by:
phpPaypalPro version 0.2.0 Released The second version of phpPaypalPro has been released. phpPaypalPro is an object-oriented framework developed in PHP5 to integrate easily with the Website...
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
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...
1
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.