Click here to Skip to main content
15,921,531 members
Home / Discussions / Web Development
   

Web Development

 
Questionwinhttp.h and winhttp5.lib is needed Pin
Vladimir D27-Nov-05 12:19
Vladimir D27-Nov-05 12:19 
QuestionDialog Box in ASP.Net Pin
K.P.Kannan26-Nov-05 20:11
K.P.Kannan26-Nov-05 20:11 
AnswerRe: Dialog Box in ASP.Net Pin
Guffa27-Nov-05 0:52
Guffa27-Nov-05 0:52 
QuestionHelp to test the speed of my website Pin
microsea26-Nov-05 5:32
microsea26-Nov-05 5:32 
AnswerRe: Help to test the speed of my website Pin
Guffa27-Nov-05 0:59
Guffa27-Nov-05 0:59 
GeneralRe: Help to test the speed of my website Pin
microsea27-Nov-05 14:25
microsea27-Nov-05 14:25 
Questionserver.create object and mshtml Pin
karanba26-Nov-05 1:57
karanba26-Nov-05 1:57 
Question.net web service specialization/customization Pin
mack scynox26-Nov-05 1:28
mack scynox26-Nov-05 1:28 
hi,

i have developed a .net xml web service in C#. This web service will be used by another program developed by another company. This company expects my web service's WSDL file in a customized format of standard .net web service WSDL.

Such customizations of porttype tag name attribute, port tag name attribute and so on...

I nearly changed all required tag names and attributes of WSDL by .net attributes in code.
But I could not change input/output tags message attributes, and i need to change these attribute values. I searched for that in google and msdn but found nothing. i need to change the port tags to this values:

<portType name="DispatchSMSImpl">
<operation name="dispatchSMS">
<input message="tns:dispatchSMS" />
<output message="tns:dispatchSMSResponse" />
</operation>
</portType>
<message name="dispatchSMS">
<part xmlns:partns="http://www.w3.org/2001/XMLSchema" type="partns:string" name="String_1" />
</message>
<message name="dispatchSMSResponse">
<part xmlns:partns="http://www.w3.org/2001/XMLSchema" type="partns:string" name="result" />
</message>


Are there any attributes that can magically change the input message and output message attributes?
Or with any other method?

thanks.
QuestionWeb LOg Parsing Pin
esesem24-Nov-05 21:03
esesem24-Nov-05 21:03 
AnswerRe: Web LOg Parsing Pin
Curtis Schlak.25-Nov-05 5:37
Curtis Schlak.25-Nov-05 5:37 
Questionweb.config Pin
m_amin8324-Nov-05 19:16
m_amin8324-Nov-05 19:16 
AnswerRe: web.config Pin
enjoycrack25-Nov-05 21:49
enjoycrack25-Nov-05 21:49 
QuestionNewbie Question Pin
shedrick24-Nov-05 15:23
shedrick24-Nov-05 15:23 
AnswerRe: Newbie Question Pin
Christian Graus24-Nov-05 17:03
protectorChristian Graus24-Nov-05 17:03 
GeneralRe: Newbie Question Pin
shedrick25-Nov-05 7:08
shedrick25-Nov-05 7:08 
GeneralRe: Newbie Question Pin
Daniel Santillanes25-Nov-05 12:34
professionalDaniel Santillanes25-Nov-05 12:34 
GeneralRe: Newbie Question Pin
shedrick25-Nov-05 15:15
shedrick25-Nov-05 15:15 
QuestionJS window from the WEB script results ! Pin
progman24-Nov-05 7:02
progman24-Nov-05 7:02 
QuestionHow Do i hide status bar in firefox browser? Pin
Srinu_ss524-Nov-05 0:30
Srinu_ss524-Nov-05 0:30 
QuestionRe: How Do i hide status bar in firefox browser? Pin
Shog929-Nov-05 5:59
sitebuilderShog929-Nov-05 5:59 
AnswerRe: How Do i hide status bar in firefox browser? Pin
Srinu_ss530-Nov-05 0:49
Srinu_ss530-Nov-05 0:49 
AnswerRe: How Do i hide status bar in firefox browser? Pin
Shog930-Nov-05 5:28
sitebuilderShog930-Nov-05 5:28 
AnswerRe: How Do i hide status bar in firefox browser? Pin
dwatkins@dirq.net29-Nov-05 10:48
dwatkins@dirq.net29-Nov-05 10:48 
AnswerRe: How Do i hide status bar in firefox browser? Pin
Srinu_ss530-Nov-05 0:47
Srinu_ss530-Nov-05 0:47 
QuestionXML WYSWYG Pin
Gktony23-Nov-05 22:23
Gktony23-Nov-05 22:23 

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.