Hi All,
I have to create a proxy client for access to web service with this scenario:
1. call a web service "A" for authentication --> the web service respond with "id session";
2. call a web service "B" for send/receive data (u201Cid sessionu201D is a parameter);
Into the system, I have to execute this step: devo eseguire (I have to execute) oppure ho eseguito (I executed se hai finite lu2019azione oppure I have executed è unu2019azione ancora in svolgimento)
1. SE80 --> create a proxy client for web service "A" --> load WSDL from local file --> Ok;
2. SE59 --> create a destination type "G" --> Ok;
3. LPCONFIG --> define a logical port --> the system create all object --> Ok;
4. create a report for test communication --> Ok;
For the second web service, I have repeated the same previous step:
1. SE80 --> create a proxy client for web service "B" --> load WSDL from local file --> it is Not Ok, because the system
display a message: "Für Objekt 'dduPortType' (Namensraum 'urn:ddu') existiert bereits ein Proxy";
How can I reuse the same object (Port type) or namespace?
Thanks,
Andrea.