After getting Glassfish installed I made a lot of progress on the metro installation from contrib. I wanted to give a status and ask for some help.
The installation guide was very straight-forward. The ant scripts and glassfish admin made deployment easy. I currently have both Metro services running and the .NET Client talking to the Metro Business Service. I'm getting a 500 error when the Metro BS places and order with the Metro OPS. There are two logs messages that I get. 1. //www.w3.org/2003/05/soap-envelope, but got http://schemas.xmlsoap.org/soap/envelope/ com.sun.xml.ws.protocol.soap.VersionMismatchException: Couldn't create SOAP message. Expecting Envelope in namespace http://www.w3.org/2003/05/soap-envelope, but got http://schemas.xmlsoap.org/soap/envelope/ 2. The server sent HTTP status code 500: Internal Server Error java.lang.RuntimeException: com.sun.xml.ws.client.ClientTransportException: The server sent HTTP status code 500: Internal Server Error at org.wso2.stocktrader.services.TraderServiceManager.placeOrder(Unknown Source) at org.wso2.stocktrader.services.TraderServiceManager.buy(Unknown Source) at org.wso2.stocktrader.services.TradeServiceImpl.buy(Unknown Source) Additionally, I'm getting a few WSDL and log4j warnings Any help would be appreciated. I'm going to try the other metro/.net configurations another day. Any other assistance/thoughts on getting this running would be helpful. Ben Dewey
