Dave, > I guess I am confused between the namespace and the place where my service is currently running. I am testing this right now so it is only running on my computer at localhost. When I ran deploy.wsdd it created the namespace="http://programName.companyName.com" but this URL doesn't even exist right now so I am assuming that that would cause an error. If I am only running this locally, how do I write my deploy.wsdd file so that it only looks for a local namespace?
It's important to understand that nothing will try to connect to your namespace URI--in XML, a namespace URI is just a unique identifier, nothing more. (One common misconception is that a namespace URI must point to a schema.) There's not necessarily any relation between the namespace URIs used in your documents/schemas, and the endpoint URL of your service. Best regards, Robert Lowe http://RMLowe.com/
