I am having an issue with the wsdl:service name and wsdl:port name as they both start with numbers. Is there some way to get around the validation or patch the schema so this is acceptable. I got this document from a client and cant really change it.
<?xml version="1.0" encoding="US-ASCII"?> <wsdl:definitions name="wsdl_stcentury" targetNamespace=" http://www.example.org/stcentury/stcentury/public" xmlns:ns1=" http://www.example.org/Interface/1.0" xmlns:wsdl=" http://schemas.xmlsoap.org/wsdl/" xmlns:tns=" http://www.example.org/stcentury/stcentury/public" xmlns:soap=" http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12=" http://schemas.xmlsoap.org/wsdl/soap12/"> <plnk:partnerLinkType xmlns:plnk=" http://docs.oasis-open.org/wsbpel/2.0/plnktype" name="InterfacePLT"> <plnk:role name="Provider" portType="ns1:Interface"/> </plnk:partnerLinkType> <wsdl:import namespace=" http://services.acxiom.com/us/ileads/21stCenturyInterface/1.0" location="../catalog/project_-c-_/ileads-21stcentury-flow/schema/Interface.wsdl?version=2.0.1"> </wsdl:import> <wsdl:binding name="ileads21stService-v1-0-SOAP11HTTP" type="ns1:us-ileads-21stCenturyInterface"> <soap11:binding xmlns:soap11=" http://schemas.xmlsoap.org/wsdl/soap/" style="document" transport=" http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="process"> <soap11:operation xmlns:soap11=" http://schemas.xmlsoap.org/wsdl/soap/" soapAction="" style="document"/> <wsdl:input name="ileadsRq"> <soap11:body xmlns:soap11=" http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:input> <wsdl:output name="ileadsRs"> <soap11:body xmlns:soap11=" http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="processWebLeads"> <soap11:operation xmlns:soap11=" http://schemas.xmlsoap.org/wsdl/soap/" soapAction="" style="document"/> <wsdl:input name="webLeads21stCentRq"> <soap11:body xmlns:soap11=" http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:input> <wsdl:output name="webLeads"> <soap11:body xmlns:soap11=" http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="123name"> <wsdl:port name="123namePort" binding="tns:ileads21stService-v1-0-SOAP11HTTP"> <soap:address location=" https://cert-services.fakeurl.com:449/active/services"/> </wsdl:port> </wsdl:service> </wsdl:definitions> Cheers, Nicholas Ellis Jr. Software Engineer LeadKarma LLC
_______________________________________________ Xml-compile mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile
