sam srp
Posts: 1
Nickname: sam74
Registered: Mar, 2006
|
|
Soap Message in Java
|
Posted: Mar 16, 2006 5:51 PM
|
|
Advertisement
|
Hello
Iam new to java below is the structure of soap message that i need to create in java.Could any one help me Please Thanks Subbu
<SOAP:Envelope xmlns:SOAP=\"urn:schemas-xmlsoap-org:soap.v1\"> <SOAP:Body> <Name&g t;SoapDest.SoftSoap</Name> <Proc>Customer</Proc> <ShipTo> ;Customer's Name</ShipTo> <CompanyName>CompanyName</CompanyName> <Stre etAddress1>1 smith street</StreetAddress1> <StreetAddress2>top floor</StreetAddress2> <ContactPhone>041243434</ContactPhone> <ContactEmail>jh@test.com</ContactEmail> </SOAP:Body> </SO AP:Envelope>
|
|