Web Servce Client Problems
Hi!
Environment:
SAP EP / SAP NW04 / SPS14
NW DevStudio
I just deployed an ear file (first time ...) with SDM.
The ear file represents an auto generated web services client on basis of a WSDL file.
(done from web services perspective in NWDS choosing "New Deployable Proxy Project")
By use of Visual Admin I can see the deployment under Web Services Security.
But I can't see it anywhere else in Visual Admin.
Is that enough?
When running a test I get the following error:
"Could not find portal application Unknown provider of external application: J2EE::sap.com/NWTPINWSClient"
.. where NWTPINWSClient is the name of the EAR - file
The test code contains this:
InitialContext ctx = new InitialContext();
Document doc = (Document) ctx.lookup("wsclients/proxies/sap.com/NWTPINWSClient");
DocumentSoap port = (DocumentSoap) doc.getLogicalPort(DocumentSoap.class);
I'm new to this, so please feel free to consider newbie misstakes
BRGRDS
Peter M