Menu

get_businessDetail

Developers
Pae Choi
2002-11-09
2002-11-09
  • Pae Choi

    Pae Choi - 2002-11-09

    While testing the "save_business", I could not verify whether it succeeded or not. It did not return the SOAP Fault though.

    So I ran the "get_businessDetail" to test both of them. And it returns an error as follows:

    <?xml version='1.0' encoding='UTF-8'?><Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"><Body><Fault><faultcode>Server</faultcode><faultstring>Server Error</faultstring><detail>Internal Technical error has happened.</detail></Fault></Body></Envelope>

    Pae

     
    • Pae Choi

      Pae Choi - 2002-11-09

      I have also configured the SOAPUDDI with PostgreSQL and test it again.

      The result is as follows:

      <?xml version='1.0' encoding='UTF-8'?><Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"><Body><Fault><faultcode>Server</faultcode><faultstring>Server Error</faultstring><detail>Internal Technical error has happened.</detail></Fault></Body></Envelope>

      And the SOAP request message associated was as follows:

      <?xml version='1.0' encoding='UTF-8'?>
      <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
      <soap-env:Header/>
      <soap-env:Body>
          <get_businessDetail xmlns="urn:uddi-org:api_v2" generic="2.0">
              <businessKey>63f20f69-f100-0000-0080-90857bcacece</businessKey>
          </get_businessDetail>
      </soap-env:Body>
      </soap-env:Envelope>

      Any comments?

      Pae

       
    • Pae Choi

      Pae Choi - 2002-11-09

      The following is the Java exception thrown:

      java.sql.SQLException: ERROR: Attribute 'uddi_key" not found
      at com.induslogic.uddi.server.inquiry.BusinessDetails.getData(BusinessDetails.java:143)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.