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
I have also configured the SOAPUDDI with PostgreSQL and test it again.
The result is as follows:
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?
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.
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
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
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)