Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8717203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:15:21+00:00 2026-06-13T06:15:21+00:00

I am calling a Java web service, which returns some data. When I look

  • 0

I am calling a Java web service, which returns some data. When I look at the returned results in Fiddler, it looks something like this:

HTTP/1.1 200 OK
Date: Thu, 18 Oct 2012 15:14:03 GMT
Server: Apache
Keep-Alive: timeout=300, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/xml; charset=UTF-8
Content-Language: en

46f
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cre="http://www.example.org/getOrderList/">
   <soapenv:Header/>
   <soapenv:Body>
      <cre:getOrderListResponse1 status="success">
          <GetOrderList company="LO" OrderNumber="0423180" CustomerNumber="2150" Branch="000" customerReference="1001" orderStatus="cancelled" suspendCode=""/>
      </cre:getOrderListResponse1>
   </soapenv:Body>
</soapenv:Envelope>

0

Fiddler reports that the “Response is encoded and may need to be decoded before inspection.”

I’m assuming that the 4F6 between the header and the body and the 0 end the end are making it so .Net can’t process the result.

Any ideas how can I get around this?

Edited: It appears that the problem might be that I’m calling the service using HTTP 1.1, and the service is returning HTTP 1.0. Any idea how I can force the service to call using HTTP 1.0?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T06:15:22+00:00Added an answer on June 13, 2026 at 6:15 am

    Turns out you were exactly right, L.B. It was an XY problem.

    The problem ended up being that the namespace in the response was incorrect.

    <soapenv:Envelope 
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:cre="http://www.example.org/getOrderList/"> 
    

    needed to be

    <soapenv:Envelope 
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:cre="http://www.example.org/LathamIntOE/"> 
    

    Once this was changed in the Java service, it worked fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a java client that is calling a web service operation which takes
Scenario: WCF client app, calling a web-service (JAVA) operation, wich requires a complex object
I am calling a web service (written in Java) in my web app. I
I'm getting this error when calling a java web service. I'm using the same
I'm calling a web service from a jax-ws java client, when i recieve a
I'm calling a web service from an Apache Axis 1.4 Java client. The call
i want to access a java web service Running on a Server. which one
I've got a problem where calling grep from inside java gives incorrect results, as
For a new project, we want to build a web service in Java using
I have created a java web service with netbeans 7.1 (glassfish3.1). It is supposed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.