| |

VerySource

 Forgot password?
 Register
Search
View: 640|Reply: 3

Regarding the problem of encapsulating, sending and receiving Soap packets, experts please come in

[Copy link]

1

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-2-5 13:00:02
| Show all posts |Read mode
Need to be an inter-operating system of database content, two databases pass data in xml format, update each other, ready to use soap to do
The soap package is in xml format,
I want to do the following:
1. Complete the following format message structure
<EMIF_Ack>
   <EMIF_Header>
     <EMIF_MsgId> AB1058CD ... </ EMIF_MsgId>
     <EMIF_Date> 19990218 </ EMIF_Date>
     <EMIF_Time Zone = "UTC + 08: 00"> 08:39:40 </ EMIF_Time>
     <EMIF_Security>
       <EMIF_SecureChannel>
           <EMIF_AuthenticationLevel> 2 </ EMIF_AuthenticationLevel>
           <EMIF_EncryptionLevel> 3 </ EMIF_EncryptionLevel>
       </ EMIF_SecureChannel>
     </ EMIF_Security>
    <EMIF_SourceId> BNULIB </ EMIF_SourceId>
  </ EMIF_Header>
  <EMIF_OriginalSourceId> BNUSIS </ EMIF_OriginalSourceId>
  <EMIF_OriginalMsgId> 1298ACEF ... </ EMIF_OriginalMsgId>
  <EMIF_Status>
  <EMIF_Code> 0 </ EMIF_Code>
  <EMIF_Data>
  <EMIF_Request> .... </ EMIF_Request>
  </ EMIF_Data>
  </ EMIF_Status>
</ EMIF_Ack>
2. Send the constructed message out
3.I want to receive this message and parse the message to get data and analyze it,
How can I receive this complete soap packet?
How does this work under .net?
Please enlighten me masters!
Reply

Use magic Report

0

Threads

15

Posts

10.00

Credits

Newbie

Rank: 1

Credits
10.00

 China

Post time: 2020-3-24 13:00:02
| Show all posts
Why is it ready to use?
Reply

Use magic Report

1

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

 Author| Post time: 2020-3-24 18:00:02
| Show all posts
At first I tried to do it with webservices, but using webservices under .net does not seem to be able to control the format of the data packets and I do n’t know how to send and receive a complete soap packet.
Reply

Use magic Report

0

Threads

3

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-4-25 00:00:02
| Show all posts
You just send it with xmlhttp.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list