You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Lev Gelfer <le...@db.com> on 2001/05/03 21:43:06 UTC

SOAP Issue



Hi Everyone

     ( Apache-SOAP server/VB client). I have a very strange problem which I can't resolve on my own.  I created the XML message and send it back as a String. the problem I experience is that the entire string gets converted into an HTML formatted String.


  &lt;Organization ORG_ID=&quot;5435&quot;&gt;
     &lt;Name&gt;BNP&lt;/Name&gt;
     &lt;Branch Branch_ID=&quot;1502&quot;&gt;
        &lt;Name&gt;Hong Kong&lt;/Name&gt;
        &lt;Country_Id&gt;45&lt;/Country_Id&gt;
        &lt;Contact Contact_ID=&quot;13799&quot;&gt;
           &lt;Name&gt;Gate Gourmet HK Ltd&lt;/Name&gt;
           &lt;Tel/&gt;
           &lt;Asset Asset_ID=&quot;14069&quot;&gt;
              &lt;Borrower/&gt;
              &lt;TargetPrice&gt;HK$ 250.000 TERM LOAN  5 Years&lt;/TargetPrice
gt;
              &lt;AssetSize&gt;45m&lt;/AssetSize&gt;
           &lt;/Asset&gt;
        &lt;/Contact&gt;
     &lt;/Branch&gt;
  &lt;/Organization&gt;
  &lt;Organization ORG_ID=&quot;7585&quot;&gt;
     &lt;Name&gt;BNP&lt;/Name&gt;
     &lt;Branch Branch_ID=&quot;426&quot;&gt;
        &lt;Name&gt;Not Defined&lt;/Name&gt;
        &lt;Country_Id&gt;1&lt;/Country_Id&gt;
        &lt;Contact Contact_ID=&quot;13866&quot;&gt;
           &lt;Name&gt;Holland Car Leasing&lt;/Name&gt;
           &lt;Tel/&gt;
           &lt;Asset Asset_ID=&quot;14229&quot;&gt;
              &lt;Borrower/&gt;
              &lt;TargetPrice&gt;SEE CURRENT COM&lt;/TargetPrice&gt;
              &lt;AssetSize/&gt;
           &lt;/Asset&gt;
        &lt;/Contact&gt;
     &lt;/Branch&gt;
  &lt;/Organization&gt;
lt;/creditortree&gt;</return>

I'm sure there is a problem either with my configuration or with a request.

Lev Gelfer.










--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.