<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    NullPointerException in JBossXSEntityResolver.getXMLInputSource still happening in 5.1.0
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/jbonham100">Andre Zelenkovas</a> in <i>JBoss Web Services</i> - <a href="http://community.jboss.org/message/551814#551814">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I thought this was a fixed problem in JBoss 5.1.0, but I still got this when trying to consume a SOAP service provided by a .NET server. The exception occurs in the client service constructor. I used wsconsume to create the stub. I noticed the WSDL has a &lt;s:import/&gt; clause, but I removed that and still got the problem.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Any ideas would be greatly appreciated.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is the exception.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>java.lang.NullPointerException<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.wsdl.xmlschema.JBossXSEntityResolver.getXMLInputSource(JBossXSEntityResolver.java:170)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.wsdl.xmlschema.JBossXSEntityResolver.resolveEntity(JBossXSEntityResolver.java:136)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(Unknown Source)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.traversers.XSDHandler.resolveSchema(Unknown Source)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(Unknown Source)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown Source)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown Source)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(Unknown Source)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.JavaToXSD.parseSchema(JavaToXSD.java:181)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:451)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDL11Reader.processDefinition(WSDL11Reader.java:180)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:129)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.umdm.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:293)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:84)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.&lt;init&gt;(ServiceDelegateImpl.java:138)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:63)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at javax.xml.ws.Service.&lt;init&gt;(Service.java:79)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.navteq.atg.lpup.targeting.cms.ws.client.Nmap.&lt;init&gt;(Nmap.java:41)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.navteq.atg.lpup.targeting.cms.ws.client.CMSDataServiceClient.obtainServicePort(CMSDataServiceClient.java:73)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.navteq.atg.lpup.targeting.cms.ws.client.CMSDataServiceClient.fetchConfigurationFromCMS(CMSDataServiceClient.java:24)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.navteq.atg.lpup.targeting.cache.ws.CacheRefreshService.refreshConfiguration(CacheRefreshService.java:29)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerJSE.invoke(InvocationHandlerJSE.java:108)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:222)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:474)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:295)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:205)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:131)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:85)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Thread.run(Thread.java:619)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is the WSDL:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;?xml version="1.0" encoding="utf-8"?&gt;</p><p><span>&lt;wsdl:definitions xmlns:s="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a><span>" xmlns:soap12="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/wsdl/soap12/" target="_blank">http://schemas.xmlsoap.org/wsdl/soap12/</a><span>" xmlns:mime="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/wsdl/mime/" target="_blank">http://schemas.xmlsoap.org/wsdl/mime/</a><span>" xmlns:tns="</span><a class="jive-link-external-small" href="http://navteq.com/" target="_blank">http://navteq.com/</a><span>" xmlns:soap="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/wsdl/soap/" target="_blank">http://schemas.xmlsoap.org/wsdl/soap/</a><span>" xmlns:tm="</span><a class="jive-link-external-small" href="http://microsoft.com/wsdl/mime/textMatching/" target="_blank">http://microsoft.com/wsdl/mime/textMatching/</a><span>" xmlns:http="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/wsdl/http/" target="_blank">http://schemas.xmlsoap.org/wsdl/http/</a><span>" xmlns:soapenc="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a><span>" targetNamespace="</span><a class="jive-link-external-small" href="http://navteq.com/" target="_blank">http://navteq.com/</a><span>" xmlns:wsdl="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/wsdl/" target="_blank">http://schemas.xmlsoap.org/wsdl/</a><span>"&gt;</span></p><p>&#160; &lt;wsdl:types&gt;</p><p><span>&#160;&#160;&#160; &lt;s:schema elementFormDefault="qualified" targetNamespace="</span><a class="jive-link-external-small" href="http://navteq.com/" target="_blank">http://navteq.com/</a><span>"&gt;</span></p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:import /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="GetNmapTargetingXml"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="GetNmapTargetingXmlResponse"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="1" ref="GetNmapTargetingXmlResult" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="GetAdvertisementNmapTargetingXmlMappingResponse"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="1" ref="GetAdvertisementNmapTargetingXmlMappingResult" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160; &lt;/s:schema&gt;</p><p>&#160;&#160;&#160; &lt;s:schema elementFormDefault="qualified"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="GetNmapTargetingXmlResult"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" name="element"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" name="allowedValue"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="description" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="value" type="s:string" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="description" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="name" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute default="true" name="allowManyValuesInQuery" type="s:boolean" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute default="false" name="allowManyValuesInRequest" type="s:boolean" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="GetAdvertisementNmapTargetingXmlMappingResult"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" name="advertisement"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="1" maxOccurs="1" form="unqualified" name="id" type="s:long" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="1" name="targetProfileList" type="ArrayOfTargetProfile" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:complexType name="ArrayOfTargetProfile"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" name="targetProfile"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="1" maxOccurs="1" form="unqualified" name="required" type="s:boolean" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="1" form="unqualified" name="name" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" form="unqualified" name="value" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="targeting"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" name="element"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" name="allowedValue"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="description" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="value" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="description" type="s:string" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute name="name" type="s:string" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute default="true" name="allowManyValuesInQuery" type="s:boolean" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:attribute default="false" name="allowManyValuesInRequest" type="s:boolean" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;s:element name="advertisementList"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="unbounded" name="advertisement"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="1" maxOccurs="1" form="unqualified" name="id" type="s:long" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;s:element minOccurs="0" maxOccurs="1" name="targetProfileList" type="ArrayOfTargetProfile" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:sequence&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/s:complexType&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/s:element&gt;</p><p>&#160;&#160;&#160; &lt;/s:schema&gt;</p><p>&#160; &lt;/wsdl:types&gt;</p><p>&#160; &lt;wsdl:message name="GetNmapTargetingXmlSoapIn"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="parameters" element="tns:GetNmapTargetingXml" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:message name="GetNmapTargetingXmlSoapOut"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="parameters" element="tns:GetNmapTargetingXmlResponse" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:message name="GetAdvertisementNmapTargetingXmlMappingSoapIn"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="parameters" element="tns:GetAdvertisementNmapTargetingXmlMapping" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:message name="GetAdvertisementNmapTargetingXmlMappingSoapOut"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="parameters" element="tns:GetAdvertisementNmapTargetingXmlMappingResponse" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:message name="GetNmapTargetingXmlHttpGetIn" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; &lt;wsdl:message name="GetNmapTargetingXmlHttpGetOut"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="Body" element="targeting" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:message name="GetAdvertisementNmapTargetingXmlMappingHttpGetIn" /&gt;</p><p>&#160; &lt;wsdl:message name="GetAdvertisementNmapTargetingXmlMappingHttpGetOut"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="Body" element="advertisementList" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:message name="GetNmapTargetingXmlHttpPostIn" /&gt;</p><p>&#160; &lt;wsdl:message name="GetNmapTargetingXmlHttpPostOut"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="Body" element="targeting" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:message name="GetAdvertisementNmapTargetingXmlMappingHttpPostIn" /&gt;</p><p>&#160; &lt;wsdl:message name="GetAdvertisementNmapTargetingXmlMappingHttpPostOut"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:part name="Body" element="advertisementList" /&gt;</p><p>&#160; &lt;/wsdl:message&gt;</p><p>&#160; &lt;wsdl:portType name="NmapSoap"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetNmapTargetingXml"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input message="tns:GetNmapTargetingXmlSoapIn" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output message="tns:GetNmapTargetingXmlSoapOut" /&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input message="tns:GetAdvertisementNmapTargetingXmlMappingSoapIn" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output message="tns:GetAdvertisementNmapTargetingXmlMappingSoapOut" /&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160; &lt;/wsdl:portType&gt;</p><p>&#160; &lt;wsdl:portType name="NmapHttpGet"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetNmapTargetingXml"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input message="tns:GetNmapTargetingXmlHttpGetIn" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output message="tns:GetNmapTargetingXmlHttpGetOut" /&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input message="tns:GetAdvertisementNmapTargetingXmlMappingHttpGetIn" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output message="tns:GetAdvertisementNmapTargetingXmlMappingHttpGetOut" /&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160; &lt;/wsdl:portType&gt;</p><p>&#160; &lt;wsdl:portType name="NmapHttpPost"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetNmapTargetingXml"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input message="tns:GetNmapTargetingXmlHttpPostIn" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output message="tns:GetNmapTargetingXmlHttpPostOut" /&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input message="tns:GetAdvertisementNmapTargetingXmlMappingHttpPostIn" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output message="tns:GetAdvertisementNmapTargetingXmlMappingHttpPostOut" /&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160; &lt;/wsdl:portType&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; &lt;wsdl:binding name="NmapSoap" type="tns:NmapSoap"&gt;</p><p><span>&#160;&#160;&#160; &lt;soap:binding transport="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/http" target="_blank">http://schemas.xmlsoap.org/soap/http</a><span>" /&gt;</span></p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetNmapTargetingXml"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;soap:operation soapAction="</span><a class="jive-link-external-small" href="http://navteq.com/GetNmapTargetingXml" target="_blank">http://navteq.com/GetNmapTargetingXml</a><span>" style="document" /&gt;</span></p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap:body use="literal" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap:body use="literal" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;soap:operation soapAction="</span><a class="jive-link-external-small" href="http://navteq.com/GetAdvertisementNmapTargetingXmlMapping" target="_blank">http://navteq.com/GetAdvertisementNmapTargetingXmlMapping</a><span>" style="document" /&gt;</span></p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap:body use="literal" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap:body use="literal" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160; &lt;/wsdl:binding&gt;</p><p>&#160; &lt;wsdl:binding name="NmapSoap12" type="tns:NmapSoap"&gt;</p><p><span>&#160;&#160;&#160; &lt;soap12:binding transport="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/http" target="_blank">http://schemas.xmlsoap.org/soap/http</a><span>" /&gt;</span></p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetNmapTargetingXml"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;soap12:operation soapAction="</span><a class="jive-link-external-small" href="http://navteq.com/GetNmapTargetingXml" target="_blank">http://navteq.com/GetNmapTargetingXml</a><span>" style="document" /&gt;</span></p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap12:body use="literal" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap12:body use="literal" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;soap12:operation soapAction="</span><a class="jive-link-external-small" href="http://navteq.com/GetAdvertisementNmapTargetingXmlMapping" target="_blank">http://navteq.com/GetAdvertisementNmapTargetingXmlMapping</a><span>" style="document" /&gt;</span></p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap12:body use="literal" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;soap12:body use="literal" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160; &lt;/wsdl:binding&gt;</p><p>&#160; &lt;wsdl:binding name="NmapHttpGet" type="tns:NmapHttpGet"&gt;</p><p>&#160;&#160;&#160; &lt;http:binding verb="GET" /&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetNmapTargetingXml"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;http:operation location="/GetNmapTargetingXml" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;http:urlEncoded /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mime:mimeXml part="Body" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;http:operation location="/GetAdvertisementNmapTargetingXmlMapping" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;http:urlEncoded /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mime:mimeXml part="Body" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160; &lt;/wsdl:binding&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; &lt;wsdl:binding name="NmapHttpPost" type="tns:NmapHttpPost"&gt;</p><p>&#160;&#160;&#160; &lt;http:binding verb="POST" /&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetNmapTargetingXml"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;http:operation location="/GetNmapTargetingXml" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mime:content type="application/x-www-form-urlencoded" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mime:mimeXml part="Body" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:operation name="GetAdvertisementNmapTargetingXmlMapping"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;http:operation location="/GetAdvertisementNmapTargetingXmlMapping" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mime:content type="application/x-www-form-urlencoded" /&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:input&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdl:output&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mime:mimeXml part="Body" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdl:output&gt;</p><p>&#160;&#160;&#160; &lt;/wsdl:operation&gt;</p><p>&#160; &lt;/wsdl:binding&gt;</p><p>&#160; &lt;wsdl:service name="Nmap"&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:port name="NmapSoap" binding="tns:NmapSoap"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;soap:address location="</span><a class="jive-link-external-small" href="http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx" target="_blank">http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx</a><span>" /&gt;</span></p><p>&#160;&#160;&#160; &lt;/wsdl:port&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:port name="NmapSoap12" binding="tns:NmapSoap12"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;soap12:address location="</span><a class="jive-link-external-small" href="http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx" target="_blank">http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx</a><span>" /&gt;</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;/wsdl:port&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:port name="NmapHttpGet" binding="tns:NmapHttpGet"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;http:address location="</span><a class="jive-link-external-small" href="http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx" target="_blank">http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx</a><span>" /&gt;</span></p><p>&#160;&#160;&#160; &lt;/wsdl:port&gt;</p><p>&#160;&#160;&#160; &lt;wsdl:port name="NmapHttpPost" binding="tns:NmapHttpPost"&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160; &lt;http:address location="</span><a class="jive-link-external-small" href="http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx" target="_blank">http://intlbabe4.ilapqa.local/nmapcms/nmap.asmx</a><span>" /&gt;</span></p><p>&#160;&#160;&#160; &lt;/wsdl:port&gt;</p><p>&#160; &lt;/wsdl:service&gt;</p><p>&lt;/wsdl:definitions&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks</p><p>Andre</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/551814#551814">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>