Advertisement

05.28.2008 at 02:38AM PDT, ID: 23437451
[x]
Attachment Details

Help need with Java & SOAP

Asked by sandeep1984 in SOAP, Java Programming Language, Apache Tomcat Application Server

Tags:

I am trying to develop a SOAP interface for sending and receiving SMS.

I want to receive a message (SMS)  through SOAP over HTTP.
The format is :

<san>
<transactionID>12345</transactionID>
<details>
      <name>Sandeep</name>
      <mobile>9999999999</mobile>
      <message>Hi<Your Message></message>
</details>
<details>
      <name>Sandeep</name>
      <mobile>9999999999</mobile>
      <message>Hello<Your Message></message>
</details>
</san>


And the response should be

<san>
      <transactionID>12345</transactionID>
      <status>true</status>
<message>Sent/Success</message>
</san>

I need help for writing SOAP server code and a test client.

I have installed and configured Apache Axis successfully in Apache Tomcat.


Thank you.Start Free Trial
 
Loading Advertisement...
 
[+][-]05.28.2008 at 12:07PM PDT, ID: 21663305

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 12:15AM PDT, ID: 21666930

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 01:32AM PDT, ID: 21667274

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 03:21AM PDT, ID: 21667665

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 04:46AM PDT, ID: 21668047

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: SOAP, Java Programming Language, Apache Tomcat Application Server
Tags: JAVA, SOAP, Apache AXIS
Sign Up Now!
Solution Provided By: sandeep1984
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628