The Artima Developer Community
Sponsored Link

Java Answers Forum
Soap Message in Java

1 reply on 1 page. Most recent reply: Mar 20, 2006 4:11 PM by John Sjöberg

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
sam srp

Posts: 1
Nickname: sam74
Registered: Mar, 2006

Soap Message in Java Posted: Mar 16, 2006 5:51 PM
Reply to this message Reply
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>


John Sjöberg

Posts: 2
Nickname: flaco
Registered: Mar, 2006

Re: Soap Message in Java Posted: Mar 20, 2006 4:11 PM
Reply to this message Reply
Go and check out the documentation for WSDP http://java.sun.com/xml/downloads/saaj.html. It should then be straight forward how you set up your message.

Flat View: This topic has 1 reply on 1 page
Topic: illegal start of type error Previous Topic   Next Topic Topic: help with a constructor if it doesn't accept string arguments

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use