You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "SourceForge.net" <no...@sourceforge.net> on 2003/09/26 13:59:11 UTC

[juddi-Developers] [ juddi-Bugs-813172 ] find_business fails with nonames search

Bugs item #813172, was opened at 2003-09-26 17:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=813172&group_id=42875

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andriy Vyedyeneyev (anved)
Assigned to: Nobody/Anonymous (nobody)
Summary: find_business fails with nonames search

Initial Comment:
I have tried to find all business, that have references to 

tModel categories. This is SOAP request:



POST /juddi/inquiry HTTP/1.0



Content-Type: text/xml; charset=utf-8



Accept: application/soap+xml, application/dime, 

multipart/related, text/*



User-Agent: Axis/1.0



Host: localhost



Cache-Control: no-cache



Pragma: no-cache



SOAPAction: ""



Content-Length: 627







<?xml version="1.0" encoding="UTF-8"?>

<soapenv:Envelope 

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelo

pe/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 

xmlns:xsi="http://www.w3.org/2001/XMLSchema-

instance">

 <soapenv:Body><find_business generic="2.0" 

xmlns="urn:uddi-

org:api_v2"><findQualifiers><findQualifier>orAllKeys</find

Qualifier></findQualifiers><tModelBag><tModelKey>uuid:4

F310BB0-F03B-11D7-8BB0-

9A459BE74E31</tModelKey><tModelKey>uuid:4F38ACD0-

F03B-11D7-ACD0-

CD4BBA66F194</tModelKey><tModelKey>uuid:4F404DF0-

F03B-11D7-8DF0-

9815318A82BE</tModelKey></tModelBag></find_business

> </soapenv:Body>

</soapenv:Envelope>





The response from JUDDI was following:



HTTP/1.1 500 Internal Server Error



Content-Type: text/xml; charset=utf-8



Date: Fri, 26 Sep 2003 16:57:37 GMT



Server: Apache Coyote/1.0



Connection: close







<?xml version="1.0" encoding="UTF-8"?>

<soapenv:Envelope 

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelo

pe/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 

xmlns:xsi="http://www.w3.org/2001/XMLSchema-

instance">

 <soapenv:Body>

  <soapenv:Fault>

   <faultcode>soapenv:Server.userException</faultcode>

   

<faultstring>java.lang.NullPointerException</faultstring>

   <detail/>

  </soapenv:Fault>

 </soapenv:Body>

</soapenv:Envelope>





I thought this is because of absence in the request 

name parameter(s). If it's so, i think this is worth thing 

to fix, because UDDIv2 specification defines name as 

optional attribute for this type of UDDI call.





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=813172&group_id=42875