Hello all,
I created a secure proxy service to connect to a web service existing in
localhost [1].
Then I generated pom.xml file to build a secure client to use the proxy
service [2].
But when I try to build it using Maven, it gave me this failure message
[3].
In original pom.xml which gave the same error, it had the <portName> as
"StockQuoteServiceAXHttpsEndpoint", but I observed that such port name does
not exist in wsdl file. So I replaced it
with "StockQuoteServiceAXHttpEndpoint" which does exist in wsdl file. What
I have done wrong here?

1. https://gist.github.com/cdwijayarathna/7867406
2. https://gist.github.com/cdwijayarathna/7867411
3. https://gist.github.com/cdwijayarathna/7867429

Regards.

-- 
*Chamila Wijayarathna*
Engineering Intern,
WSO2 Inc.
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to