Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
QuestionCodeDom Problem : How to define new object in method ? Pin
hdv21225-Apr-08 7:43
hdv21225-Apr-08 7:43 
AnswerRe: CodeDom Problem : How to define new object in method ? Pin
KaptinKrunch25-Apr-08 10:35
KaptinKrunch25-Apr-08 10:35 
QuestionSocket Programing Problem Pin
Member 448762925-Apr-08 5:33
Member 448762925-Apr-08 5:33 
GeneralRe: Socket Programing Problem Pin
KaptinKrunch25-Apr-08 8:54
KaptinKrunch25-Apr-08 8:54 
GeneralDataGridBoolColumn Pin
michael_jhons25-Apr-08 5:32
michael_jhons25-Apr-08 5:32 
GeneralRe: DataGridBoolColumn Pin
KaptinKrunch25-Apr-08 10:45
KaptinKrunch25-Apr-08 10:45 
GeneralRe: DataGridBoolColumn Pin
michael_jhons27-Apr-08 21:21
michael_jhons27-Apr-08 21:21 
QuestionWhat is the internal function of SOAP,WSDL,UDDI in Webservice Pin
bruze25-Apr-08 5:21
bruze25-Apr-08 5:21 
If Anybody can Help

I have created the sample web service using c# in .net . In Run time dynamically generate the SOAP,WSDL code .

SOAP 1.1
*********
POST /Webservices/MyService/MyWebservices/Calculate.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length

SOAPAction: "http://tempuri.org/Add"
<soap:envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:body>
<add xmlns="http://tempuri.org/">
int
int




WSDL
****
http://localhost/Webservices/MyService/MyWebservices/Calculate.asmx?wsdl


<wsdl:definitions targetnamespace="http://tempuri.org/">

<wsdl:types>

<s:schema elementformdefault="qualified" targetnamespace="http://tempuri.org/">

<s:element name="Add">

<s:complextype>

<s:sequence>
<s:element minoccurs="1" maxoccurs="1" name="a" type="s:int">
<s:element minoccurs="1" maxoccurs="1" name="b" type="s:int">



.........
........
........

1)How to generate the this code
2)What is the internal function of SOAP,WSDL,UDDI
GeneralC# remoting + GAC Pin
Dio2225-Apr-08 4:53
Dio2225-Apr-08 4:53 
GeneralRe: C# remoting + GAC Pin
KaptinKrunch25-Apr-08 10:47
KaptinKrunch25-Apr-08 10:47 
GeneralRe: C# remoting + GAC Pin
Dio2228-Apr-08 3:50
Dio2228-Apr-08 3:50 
QuestionConférence Pin
asma_pfe25-Apr-08 3:52
asma_pfe25-Apr-08 3:52 
GeneralRe: Conférence Pin
carbon_golem25-Apr-08 4:44
carbon_golem25-Apr-08 4:44 
GeneralRe: Conférence Pin
J4amieC25-Apr-08 4:47
J4amieC25-Apr-08 4:47 
GeneralRe: Conférence Pin
asma_pfe25-Apr-08 6:31
asma_pfe25-Apr-08 6:31 
GeneralRe: Conférence Pin
carbon_golem25-Apr-08 6:40
carbon_golem25-Apr-08 6:40 
GeneralRe: Conférence Pin
Spacix One25-Apr-08 7:06
Spacix One25-Apr-08 7:06 
AnswerRe: Conférence Pin
asma_pfe25-Apr-08 20:32
asma_pfe25-Apr-08 20:32 
QuestionDoubts of the MS Word Count of pages script Pin
Ferrarih25-Apr-08 3:34
Ferrarih25-Apr-08 3:34 
GeneralRe: Doubts of the MS Word Count of pages script Pin
Derek Bartram26-Apr-08 7:57
Derek Bartram26-Apr-08 7:57 
GeneralSubVersion Question.... Pin
Harvey Saayman25-Apr-08 3:25
Harvey Saayman25-Apr-08 3:25 
Questionhow do I get serial hardware from client with c# or vb.net Pin
indy25-Apr-08 2:46
indy25-Apr-08 2:46 
AnswerRe: how do I get serial hardware from client with c# or vb.net Pin
Spacix One25-Apr-08 3:58
Spacix One25-Apr-08 3:58 
AnswerRe: how do I get serial hardware from client with c# or vb.net Pin
Ravenet25-Apr-08 6:01
Ravenet25-Apr-08 6:01 
GeneralRe: how do I get serial hardware from client with c# or vb.net Pin
indy25-Apr-08 6:47
indy25-Apr-08 6:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.