Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: Portal Development Pin
Michael Flanakin24-Jan-06 1:42
Michael Flanakin24-Jan-06 1:42 
GeneralRe: Portal Development Pin
Colin Angus Mackay23-Jan-06 7:34
Colin Angus Mackay23-Jan-06 7:34 
QuestionIfModifiedSince and my Favorites Pin
Yeast2723-Jan-06 3:19
Yeast2723-Jan-06 3:19 
QuestionAPI calls from .NET Pin
NewbieDude23-Jan-06 3:09
NewbieDude23-Jan-06 3:09 
AnswerRe: API calls from .NET Pin
WillemM23-Jan-06 4:03
WillemM23-Jan-06 4:03 
QuestionProblem using MSFOxpro Provider,error could not open file Pin
rudra08323-Jan-06 3:08
rudra08323-Jan-06 3:08 
QuestionUsing Crystal Reports.Net with a password protected database Pin
kornstyle23-Jan-06 2:55
kornstyle23-Jan-06 2:55 
QuestionSOAP envelop for ebXML Pin
Bibi Watson23-Jan-06 2:30
Bibi Watson23-Jan-06 2:30 
Hi,

I am looking for some help or guidance in order to build the following kind of XML messages (see below). I have not succeeded with SoapFormatter so far. The problem here is how to incorporate ebXML into SOAP envelop with C#. Will appreciate your input.

<SOAP:Envelope xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd"
xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/
http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<SOAP:Header>
<eb:MessageHeader SOAP:mustUnderstand="1" eb:version="2.0">
<eb:From>
<eb:PartyId>urn:duns:123456789</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId>urn:duns:912345678</eb:PartyId>
</eb:To>
<eb:CPAId>20001209-133003-28572</eb:CPAId>
<eb:ConversationId>20001209-133003-28572</eb:ConversationId>
<eb:Service>urn:services:SupplierOrderProcessing</eb:Service>
<eb:Action>NewOrder</eb:Action>
<eb:MessageData>
<eb:MessageId>20001209-133003-28572@example.com</eb:MessageId>
<eb:Timestamp>2001-02-15T11:12:12</eb:Timestamp>
</eb:MessageData>
</eb:MessageHeader>
</SOAP:Header>
<SOAP:Body>
<eb:Manifest eb:version="2.0">
<eb:Reference xlink:href="cid:ebxmlpayload111@example.com"
xlink:role="XLinkRole" xlink:type="simple">
<eb:Description xml:lang="en-US">Purchase Order 1</eb:Description>
</eb:Reference>
</eb:Manifest>
</SOAP:Body>
</SOAP:Envelope>

With best regards,
Bibi Watson

-- modified at 8:33 Monday 23rd January, 2006
AnswerRe: SOAP envelop for ebXML Pin
ElGuroProgramador26-Jan-10 6:46
ElGuroProgramador26-Jan-10 6:46 
QuestionUnhandled Exception: System.InvalidOperationException Pin
sasire1823-Jan-06 2:15
sasire1823-Jan-06 2:15 
Answer[Message Deleted] Pin
sathish s23-Jan-06 2:22
sathish s23-Jan-06 2:22 
GeneralRe: Unhandled Exception: System.InvalidOperationException Pin
sasire1823-Jan-06 2:37
sasire1823-Jan-06 2:37 
GeneralRe: Cannot delete Table Pin
Nobia16-Jun-09 16:49
Nobia16-Jun-09 16:49 
Questionchanging the backcolor of datagrid row Pin
steve1_rm200023-Jan-06 2:14
steve1_rm200023-Jan-06 2:14 
AnswerRe: changing the backcolor of datagrid row Pin
tarasn23-Jan-06 4:10
tarasn23-Jan-06 4:10 
QuestionConvert Object Pin
papa198023-Jan-06 2:07
papa198023-Jan-06 2:07 
AnswerRe: Convert Object Pin
User 665823-Jan-06 2:22
User 665823-Jan-06 2:22 
AnswerRe: Convert Object Pin
sathish s23-Jan-06 2:25
sathish s23-Jan-06 2:25 
GeneralRe: Convert Object Pin
papa198023-Jan-06 4:26
papa198023-Jan-06 4:26 
QuestionVisual Inheritance, and Default Property Values Pin
big_trev23-Jan-06 2:05
big_trev23-Jan-06 2:05 
AnswerRe: Visual Inheritance, and Default Property Values Pin
tarasn23-Jan-06 3:57
tarasn23-Jan-06 3:57 
GeneralRe: Visual Inheritance, and Default Property Values Pin
big_trev23-Jan-06 7:54
big_trev23-Jan-06 7:54 
QuestionHow do I retrieve all my webPages + web services in .NET framework 2.0? Pin
Ronen Tidhar23-Jan-06 2:00
Ronen Tidhar23-Jan-06 2:00 
QuestionLCD Pin
sianatia23-Jan-06 1:41
sianatia23-Jan-06 1:41 
QuestionHow to call a function... Pin
Soundman32.223-Jan-06 1:17
Soundman32.223-Jan-06 1:17 

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.