<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:save_business generic="2.0" xmlns="urn:uddi-org:api_v2" xmlns:ns1="urn:uddi-org:api_v2">
<ns1:authInfo>authToken:55418A30-7D29-11D9-B9EA-E8099F0B4417</ns1: authInfo>
<ns1:businessEntity authorizedName="juddi user" businessKey="2E263F90-7D29-11D9-B9EA-81B6D19CC84A">
<ns1:name xml:lang="en">updatedOrgName</ns1:name>
<ns1:description/>
<ns1:contacts>
<ns1:contact>
<ns1:personName>juddi user</ns1:personName>
</ns1:contact>
</ns1:contacts>
<ns1:businessServices>
<ns1:businessService businessKey="2E263F90-7D29-11D9-B9EA-81B6D19CC84A" serviceKey="315DEAF0-7D29-11D9-B9EA-BC0E2BFD1618">
<ns1:name xml:lang="en">myTestService</ns1:name>
<ns1:description/>
</ns1:businessService>
</ns1:businessServices>
</ns1:businessEntity>
</ns1:save_business>
</soapenv:Body>
</soapenv:Envelope>
and i can confirm that the business key and service keys are correct (from previous transactions)
Now - what I get back is :
HTTP/1.1 200 OK Content-Type: text/xml;charset=utf-8 Date: Sat, 12 Feb 2005 19:07:28 GMT Server: Apache-Coyote/1.1 Connection: close
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<businessDetail generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
<businessEntity authorizedName="juddi user" businessKey="2E263F90-7D29-11D9-B9EA-81B6D19CC84A" operator="jUDDI.org">
<discoveryURLs>
<discoveryURL useType="businessEntity">http://localhost:8080/juddi//uddiget.jsp? businesskey=2E263F90-7D29-11D9-B9EA-81B6D19CC84A</discoveryURL>
</discoveryURLs>
<name xml:lang="en">updatedOrgName</name>
<description></description>
<contacts>
<contact>
<personName>juddi user</personName>
</contact>
</contacts>
<businessServices>
<businessService businessKey="2E263F90-7D29-11D9-B9EA-81B6D19CC84A" serviceKey="5664D480-7D29-11D9-B9EA-9872473E3EA6">
<name xml:lang="en">myTestService</name>
<description></description>
</businessService>
</businessServices>
</businessEntity>
</businessDetail>
</soapenv:Body>
</soapenv:Envelope>
Notice how the service key changed? Is that right?
geir
-- Geir Magnusson Jr +1-203-665-6437 [EMAIL PROTECTED]
