Hi Alex, I think I am not explaining my problem clearly. Sorry for going back and forth on this. I am exactly following the same order you mentioned above. Let me explain with an email below:
- Created a Business Service using saveBusiness: Name is: MyBusiness - Created a Service using saveService: Name is: MyService1 - Created a Binding Template using saveBinding : myBinding1. Now, I am trying to add a new service - Created a new Service using saveService : Name is: MyService2. When I query for the Business then it is showing me MyService1 added twice instead of MyService1 and MyService2. I am unable to make the difference between both the services. So, Now I tried a different scenario: - Created a Business Service using saveBusiness: Name is: MyBusiness1 - Created a Service using saveService: Name is: MyService3 - Created a Binding Tempalte using saveBinding2 Now, I am ran Inquiry and found MyBusiness and MyBusiness2 are two Business Entities got added however, the service in both the entities is same. MyBusiness has Service MyService1 two times and then MyBusiness1 also has the service MyService1 instead of MyService3. So, I am using same soapUI test by modifying just name of the service and endpoint url. Is there anything else I need to modify before adding a Service to Business Entity? Thank you, Sai On Sat, Aug 24, 2013 at 6:07 PM, Alex O'Ree <[email protected]> wrote: > Sai > > You have to add either the service first, the the binding template in > separate transactions, or add them both at the same time in the same > transaction. > > So you may want to perform the following (in order) > create a business (saveBusiness) > create a service (saveService) > create a bindingTemplate (saveBinding) > > Or you can do it all in one request with saveBusiness (baring > transport and soap stack limitations on size (usually around 4MB which > is more than enough. > > good luck > > On Sat, Aug 24, 2013 at 11:06 AM, Saibabu Vallurupalli > <[email protected]> wrote: > > Dear Alex, > > > > Thank you for your response and conceptually this is very helpful. Now, > > using soapUI I am trying to do the same and for some reason when I try to > > add a new service to binding template it always adds the first one. > > > > I will try once again and reach you all again if I am stuck. > > > > Thanks a lot for the support. I will email to users forum as well from > now. > > > > Thank you, > > Sai > > > > > > On Fri, Aug 23, 2013 at 7:26 AM, Alex O'Ree <[email protected]> > wrote: > >> > >> FYI, you'll probably reach more people from the user mailing list > >> rather than the dev. > >> > >> I always liked this image that shows the relationships > >> > >> > http://juddi.apache.org/docs/3.x/userguide/html/images/uddi_core_datastructures.gif > >> > >> tModels are just things that are referenced by everything else. > >> Businesses have services, services have binding templates, binding > >> templates have the access points. > >> > >> Does this help? > >> > >> On Thu, Aug 22, 2013 at 11:04 PM, Saibabu Vallurupalli > >> <[email protected]> wrote: > >> > Hi All, > >> > > >> > I am new to jUDDI however, I am able to successfully setup jUDDI and > >> > also > >> > tested using soapUI. > >> > > >> > I added a Business, then added a tModel and finally added Service to > it. > >> > Later I ran Inquiry and it showed up perfect. > >> > > >> > Second time I added a new Business, and a tModel and finall tried to > add > >> > a > >> > new Service. > >> > > >> > When I ran Inquiry it showed both the Businesses however, the second > >> > Service > >> > I added is not shown instead it is showing the same tModel, Service > even > >> > for > >> > the new Business. > >> > > >> > I think I am missing some basic concept here in understanding the data > >> > structure and how these Businesses, tModels, Services are related to > >> > reach > >> > other. > >> > > >> > Can any one help me with a quick two line description like. After > adding > >> > a > >> > Business I need to save the new key and use the same key to > create/link > >> > tModel and Services to this Business something like this? > >> > > >> > I really appreciate your support. > >> > > >> > Thank you, > >> > Sai > > > > >
