Results 1 to 1 of 1

Thread: Problem getting response back from sugarcrm server

  1. #1
    chitowncrispy is offline Junior Member
    Join Date
    Jul 2010
    Posts
    1

    Default Problem getting response back from sugarcrm server

    Right now I am using SOAPUI which is a SOAP testing tool that allows the testing of the methods within the wsdl. Each and every time I send a xml request I get a 301 error though. Here is the exact request and response:

    <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sug="http://www.sugarcrm.com/sugarcrm">
    <soapenv:Header/>
    <soapenv:Body>
    <sug:login soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <user_auth xsi:type="sug:user_auth" xs:type="type:user_auth" xmlns:xs="http://www.w3.org/2000/XMLSchema-instance">
    <!--You may enter the following 3 items in any order-->
    <user_name xsi:type="xsd:string" xs:type="type:string">afadf</user_name>
    <password xsi:type="xsd:string" xs:type="type:string">949eb1e708c58ef7068c848682d6 3dd9</password>
    <version xsi:type="xsd:string" xs:type="type:string">5.5.0</version>
    </user_auth>
    <application_name xsi:type="xsd:string" xs:type="type:string" xmlns:xs="http://www.w3.org/2000/XMLSchema-instance">SugarCRM</application_name>
    </sug:login>
    </soapenv:Body>
    </soapenv:Envelope>

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jul 2010 17:29:15 GMT
    Server: Microsoft-IIS/6.0
    X-Powered-By: ASP.NET
    X-AspNet-Version: 2.0.50727
    Location: (our server location)
    Cache-Control: private
    Content-Length: 0

    Does anyone know a fix for this problem or what could possibly be causing this. Our sugarcrm server is run off of wampserver and not a windows server.

    Sugar Version: 5.5.0
    Sugar Edition: Community
    Web Server: Apache
    Last edited by chitowncrispy; 2010-07-01 at 07:15 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sugarcrm 5.5.4 on Window Server 2003 problem
    By Zeonz in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2010-06-28, 07:11 AM
  2. Server response time: 61.36 seconds. Why?
    By jjwdesign in forum Help
    Replies: 4
    Last Post: 2010-04-29, 09:47 PM
  3. Replies: 0
    Last Post: 2008-10-16, 03:57 AM
  4. Server response time: 20.83 seconds.
    By mattn in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2007-12-19, 08:56 PM
  5. problem with SugarCRM SQL Server version while installing packages
    By axel.azerty in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2007-05-30, 04:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •