Skip to Content
0
Jan 18, 2012 at 11:00 PM

CTS help, NW7.11

27 Views

Hi, all.

We've got a couple of new Java systems set up on CE/Java AS 7.11. I'm attempting to get CTS+ configured for these systems, but running into a bit of a roadblock. Seems that any documentation I find on CTS is from 2008 or earlier, and the navigation/options have changed enough to make me wonder if the documentation is still relevant.

Specifically, web service DeployProxy "seems" to be missing from our implemention(at least I can't find it). I've gone through the Services URL, Services Directory, every tab available in WSNavigator for this system, that service is hiding very effectively.

Note 1003674 mentioned that service being deployed as part of Web AS Java, am I looking in the wrong spot?

I've found one note from waaay back that mentions errors with the service missing, but the NW version is 7.0 so that would seem to be totally obsolete in our case (1076189)

Does anyone have any insight into this service? Deployment advice? I've been digging through Google, SDN, SAP for the past 3 days already, no love so far. Thoroughly confused.

Thanks.

Bernie

output from Wsdl on one of the servers

http://schemas.xmlsoap.org/wsdl/" xmlns:tns=" http://sap.com/esi/uddi/sr/api/ws/" targetNamespace=" http://sap.com/esi/uddi/sr/api/ws/">

- <wsdl:types>

- http://www.w3.org/2001/XMLSchema" targetNamespace=" http://sap.com/esi/uddi/sr/api/ws/" version="1.0">

<xs:element name="RemoteException" type="tns:RemoteException" />

<xs:element name="SRAuthenticationException" type="tns:SRAuthenticationException" />

<xs:element name="SRConnectionException" type="tns:SRConnectionException" />

<xs:element name="SRException" type="tns:SRException" />

<xs:element name="SRPublicationException" type="tns:SRPublicationException" />

<xs:element name="deleteClassificationSystemValues" type="tns:deleteClassificationSystemValues" />

<xs:element name="deleteClassificationSystemValuesResponse" type="tns:deleteClassificationSystemValuesResponse" />

<xs:element name="deleteClassificationSystems" type="tns:deleteClassificationSystems" />

<xs:element name="deleteClassificationSystemsResponse" type="tns:deleteClassificationSystemsResponse" />

<xs:element name="deleteServices" type="tns:deleteServices" />

<xs:element name="deleteServicesResponse" type="tns:deleteServicesResponse" />

<xs:element name="findClassificationSystemsPerPhysicalSystems" type="tns:findClassificationSystemsPerPhysicalSystems" />

<xs:element name

Edited by: Bernie Krause on Jan 19, 2012 12:04 AM Added wsdl output