Weblogic WebService with LogFactory

Hey guys,
I'm facing the following issue for at least a week. Searched everywhere but found nothing.
My environment:
Windows Vista
JDeveloper 11.1.1.1.0
Weblogic Server 11g, version 10.3.1.0
IBatis 2.3.0.677
My goal is to develop a WebService that logs the IBatis queries and binding.
The first step is done: my WebService runs perfectly, executes queries and return what I was expecting.
My problem: log the queries with LogFactory (org.apache.commons.logging.LogFactory).
I've achieved logging my messages using Logger (org.apache.log4j.Logger), but not LogFactory, as I describe below:
Log logNok = LogFactory.getLog(MyWSBean.class);
logNok.info("Log message not shown...");
Logger logOk = Logger.getLogger(MyWSBean.class);
logOk.info("Log message shown!!");
My log4j.properties is set properly, I can change the exibition pattern easily.
I've tried using a commons-logging.properties file, but no success.
Why can't I use Logger instead of LogFactory ? Because I can't log Ibatis queries that way (at least as far as I now).
I've tried running a method as an application (with a main method) and it works! Both messages coded above are shown on the file and on the console output. But when I deploy the WebService and execute the operation, just the Logger message is shown...
Any suggestions would be great!
Thanks in advance!
Sérgio C. Martins
Compasso IT
Business solutions for your needs

Did you ever get an answer to this?

Similar Messages

  • Weblogic webservice with DIME

    hi,
    I want weblogic webservice with DIME.
    I not know weblogic 8.1 webservice support DIME type.
    Please asked me this qustion and i'm not achivement this goal.
    Some hint, some reference document or some source file send to me.
    thank your advice.

    Hi Shon,
    A word of caution:
    DIME is not a widely-adopted encoding format for doing SwA (SOAP with Attachments).
    This fact is somewhat borne out by how Microsoft has positioned it as "one of
    the encoding formats" supported with their WS-Attachment note (or recommendation,
    or whatever).
    That said, you may be able to use a JAX-RPC Handler to create/process DIME attachments,
    with WLS and WLW web services. If not, the next best bet is to use a Servlet filter,
    in front of the Servlet that serves as the router for a WebLogic Web Service.
    Neither of these approaches is "simple", but they aren't "rocket science" either.
    You'll need to download the Java DIME Library from Onion Networks (http://onionnetworks.com/downloads/dime-1.0.3.zip),
    to do either of these.
    Regards,
    Mike Wooten
    shon <[email protected]> wrote:
    Hi Bruce Stephens.
    Thank your advice.
    I visited advice url, But i'm not understand that how to use Java Dime
    Libray v1.0.3. If you have some example source or some reference file,
    send to my e-mail address.
    Thank your advice

  • How to resolve setPrefix() in SOAP(saaj API) with weblogic/webservices jar?

    Hi,
    I am facing a problem deploying a Web-Application in Weblogic containing SOAP related code.
    My environment is as below:
    1) Weblogic 8.1 SP2 server
    2) Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    3) A method is exposed as web-service
    4) A client program(which is a part of Action class of Webb-app) written with SOAP APIs containing the following section:
         MessageFactory mf = MessageFactory.newInstance();
         SOAPMessage sm = mf.createMessage();
         SOAPPart sp = sm.getSOAPPart();
         sp.setPrefix("soapenv");
         SOAPEnvelope se = sp.getEnvelope();
         se.addNamespaceDeclaration("soapenv","http://orion:7001");
    giving the following error at runtime:
    Exception in thread "main" java.lang.AbstractMethodError:
    weblogic.were.soap.SOAPEnvelopeImpl.setPrefix(Ljava/lang/String;)V
    at Client.main(Client.java:39)
    I am able to compile without any error/warning all the time.
    This is giving only when putting the saaj(jwsdp-1.4) jars along with weblogic/webservices jars in classpath.
    I am able to run the same application(outside Web-application as a stand-alone java program) without
    any error while not using weblogic/webservices jar in the classpath.
    The saaj jars needed to run without any error are:
    saaj-api.jar
    saaj-impl.jar
    mailapi.jar
    activation.jar
    xercesImpl.jar
    xalan.jar
    dom.jar
    jdom.jar
    I thinks this is a compatibility issue. Please suggest to resolve it.
    Thanks in advance,
    pal_sk

    Hi,
    I am facing a problem deploying a Web-Application in Weblogic containing SOAP related code.
    My environment is as below:
    1) Weblogic 8.1 SP2 server
    2) Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    3) A method is exposed as web-service
    4) A client program(which is a part of Action class of Webb-app) written with SOAP APIs containing the following section:
         MessageFactory mf = MessageFactory.newInstance();
         SOAPMessage sm = mf.createMessage();
         SOAPPart sp = sm.getSOAPPart();
         sp.setPrefix("soapenv");
         SOAPEnvelope se = sp.getEnvelope();
         se.addNamespaceDeclaration("soapenv","http://orion:7001");
    giving the following error at runtime:
    Exception in thread "main" java.lang.AbstractMethodError:
    weblogic.were.soap.SOAPEnvelopeImpl.setPrefix(Ljava/lang/String;)V
    at Client.main(Client.java:39)
    I am able to compile without any error/warning all the time.
    This is giving only when putting the saaj(jwsdp-1.4) jars along with weblogic/webservices jars in classpath.
    I am able to run the same application(outside Web-application as a stand-alone java program) without
    any error while not using weblogic/webservices jar in the classpath.
    The saaj jars needed to run without any error are:
    saaj-api.jar
    saaj-impl.jar
    mailapi.jar
    activation.jar
    xercesImpl.jar
    xalan.jar
    dom.jar
    jdom.jar
    I thinks this is a compatibility issue. Please suggest to resolve it.
    Thanks in advance,
    pal_sk

  • How to Integrating Microsoft MapPoint Webservice with Weblogic Workshop 9.2

    I have to integrate the MapPoint Webservice with Weblogic Workshop 9.2. But while analyzing the WSDL i m getting the error.
    The error which I m getting is :
    An error was encountered while analyzing the WSDL:null jName
    Detail:
    com.bea.wlw.controls.service.ui.except.TypesAnalysisFailedException: java.lang.IllegalArgumentException: null jName at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:127)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.getPageList(GenerateSCWizard.java:150)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.addPages(GenerateSCWizard.java:136)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499)
    at org.eclipse.jface.window.Window.create(Window.java:418)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    at com.bea.wlw.controls.service.ui.actions.NewSCGenAction.run(NewSCGenAction.java:101)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.IllegalArgumentException: null jName at com.bea.staxb.buildtime.internal.bts.BindingTypeName.<init>(BindingTypeName.java:51)
    at com.bea.staxb.buildtime.internal.bts.BindingTypeName.forPair(BindingTypeName.java:40)
    at com.bea.staxb.buildtime.Schema2Java.createBindingType(Schema2Java.java:766)
    at com.bea.staxb.buildtime.Schema2Java.bind(Schema2Java.java:363)
    at com.bea.staxb.buildtime.Schema2Java.internalBind(Schema2Java.java:301)
    at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
    at weblogic.wsee.bind.buildtime.internal.XmlBeansBaseBindingsBuilderImpl.createBuildtimeBindings(XmlBeansBaseBindingsBuilderImpl.java:159)
    at weblogic.wsee.tools.source.EndpointBuilder.setupBindingProviderWithServices(EndpointBuilder.java:836)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBindingProvider(ClientGenUtil.java:458)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:211)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:174)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadBuildtimeBindings(BindingsClassNameReference.java:228)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getBindings(BindingsClassNameReference.java:161)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadJsService(BindingsClassNameReference.java:307)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getJsService(BindingsClassNameReference.java:362)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadTypeNamesForService(BindingsClassNameReference.java:398)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getTypeNamesForService(BindingsClassNameReference.java:383)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeNamesForService(BindingsCheckUtility.java:210)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingTypeInfoForService(BindingsCheckUtility.java:131)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingInfoForServiceByBindingsDataSourceType(BindingsCheckUtility.java:104)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.initializeTypesForTheService(BindingsCheckUtility.java:253)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.findMatchingBindingsDataSources(BindingsCheckUtility.java:434)
    at com.bea.wlw.controls.service.ui.util.BindingsChecker.<init>(BindingsChecker.java:55)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.checkForCompatibleBindings(SelectSCInfoPage.java:304)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:98)
    ... 31 more

    Plz find the WSDL file's text below :
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://s.mappoint.net/mappoint-30/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://s.mappoint.net/mappoint-30/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://s.mappoint.net/mappoint-30/">
    <s:element name="GetVersionInfo">
    <s:complexType />
    </s:element>
    <s:element name="GetVersionInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetVersionInfoResult" type="tns:ArrayOfVersionInfo" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfVersionInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="VersionInfo" nillable="true" type="tns:VersionInfo" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="VersionInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Component" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="CustomerInfoHeader" type="tns:CustomerInfoHeader" />
    <s:complexType name="CustomerInfoHeader">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="CustomLogEntry" type="s:short" />
    </s:sequence>
    </s:complexType>
    <s:element name="UserInfoHeader" type="tns:UserInfoHeader" />
    <s:complexType name="UserInfoHeader">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Culture" type="tns:CultureInfo" />
    <s:element minOccurs="1" maxOccurs="1" name="DefaultDistanceUnit" type="tns:DistanceUnit" />
    <s:element minOccurs="0" maxOccurs="1" name="Context" type="tns:CountryRegionContext" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="CultureInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Lcid" type="s:int" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="DistanceUnit">
    <s:restriction base="s:string">
    <s:enumeration value="Kilometer" />
    <s:enumeration value="Mile" />
    </s:restriction>
    </s:simpleType>
    <s:complexType name="CountryRegionContext">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="EntityID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="Iso2" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetCountryRegionInfo">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="entityIDs" type="tns:ArrayOfInt" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfInt">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetCountryRegionInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetCountryRegionInfoResult" type="tns:ArrayOfCountryRegionInfo" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfCountryRegionInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="CountryRegionInfo" nillable="true" type="tns:CountryRegionInfo" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="CountryRegionInfo">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="EntityID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="Iso2" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Iso3" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="FriendlyName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="OfficialName" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="LatLong">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Latitude" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Longitude" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetEntityTypes">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="dataSourceName" type="s:string" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="GetEntityTypesResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetEntityTypesResult" type="tns:ArrayOfEntityType" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfEntityType">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="EntityType" nillable="true" type="tns:EntityType" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="EntityType">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="ParentName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfEntityProperty" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfEntityProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="Property" nillable="true" type="tns:EntityProperty" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="EntityProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DataType" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetDataSourceInfo">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="dataSourceNames" type="tns:ArrayOfString" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfString">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetDataSourceInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetDataSourceInfoResult" type="tns:ArrayOfDataSource" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfDataSource">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="DataSource" nillable="true" type="tns:DataSource" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="DataSource">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Capability" type="tns:DataSourceCapability" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityExtent" type="tns:ArrayOfInt" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="DataSourceCapability">
    <s:list>
    <s:simpleType>
    <s:restriction base="s:string">
    <s:enumeration value="CanDrawMaps" />
    <s:enumeration value="CanFindPlaces" />
    <s:enumeration value="CanFindNearby" />
    <s:enumeration value="CanRoute" />
    <s:enumeration value="CanFindAddress" />
    <s:enumeration value="HasIcons" />
    <s:enumeration value="DataServiceQuery" />
    </s:restriction>
    </s:simpleType>
    </s:list>
    </s:simpleType>
    <s:element name="GetGreatCircleDistances">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="latLongs" type="tns:ArrayOfLatLong" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfLatLong">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="LatLong" nillable="true" type="tns:LatLong" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetGreatCircleDistancesResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetGreatCircleDistancesResult" type="tns:ArrayOfDouble" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfDouble">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="double" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:element name="Find">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="InputPlace" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityTypeNames" type="tns:ArrayOfString" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindOptions">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Range" type="tns:FindRange" />
    <s:element minOccurs="1" maxOccurs="1" name="SearchContext" type="s:int" />
    <s:element minOccurs="1" maxOccurs="1" name="ResultMask" type="tns:FindResultMask" />
    <s:element minOccurs="0" maxOccurs="1" default="0.85" name="ThresholdScore" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindRange">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="StartIndex" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" default="25" name="Count" type="s:int" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="FindResultMask">
    <s:list>
    <s:simpleType>
    <s:restriction base="s:string">
    <s:enumeration value="LatLongFlag" />
    <s:enumeration value="EntityFlag" />
    <s:enumeration value="AddressFlag" />
    <s:enumeration value="BestMapViewFlag" />
    <s:enumeration value="MatchDetailsFlag" />
    </s:restriction>
    </s:simpleType>
    </s:list>
    </s:simpleType>
    <s:element name="FindResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindResults">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="NumberFound" type="s:int" />
    <s:element minOccurs="1" maxOccurs="1" name="StartIndex" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="Results" type="tns:ArrayOfFindResult" />
    <s:element minOccurs="1" maxOccurs="1" name="TopScore" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfFindResult">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="FindResult" nillable="true" type="tns:FindResult" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindResult">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="Score" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="FoundLocation" type="tns:Location" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="Location">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="Entity" type="tns:Entity" />
    <s:element minOccurs="0" maxOccurs="1" name="Address" type="tns:Address" />
    <s:element minOccurs="0" maxOccurs="1" name="BestMapView" type="tns:MapViewRepresentations" />
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="Entity">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="TypeName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfEntityPropertyValue" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfEntityPropertyValue">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="Property" nillable="true" type="tns:EntityPropertyValue" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="EntityPropertyValue">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Value" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="Address">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="AddressLine" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="PrimaryCity" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="SecondaryCity" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Subdivision" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="CountryRegion" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="FormattedAddress" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="MapViewRepresentations">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="ByScale" type="tns:ViewByScale" />
    <s:element minOccurs="0" maxOccurs="1" name="ByHeightWidth" type="tns:ViewByHeightWidth" />
    <s:element minOccurs="0" maxOccurs="1" name="ByBoundingRectangle" type="tns:ViewByBoundingRectangle" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ViewByScale">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="MapScale" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="CenterPoint" type="tns:LatLong" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="MapView" abstract="true" />
    <s:complexType name="ViewByBoundingLocations">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Locations" type="tns:ArrayOfLocation" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="ArrayOfLocation">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="Location" nillable="true" type="tns:Location" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ViewByHeightWidth">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Height" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Width" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="CenterPoint" type="tns:LatLong" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="ViewByBoundingRectangle">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="BoundingRectangle" type="tns:LatLongRectangle" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="LatLongRectangle">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Southwest" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="Northeast" type="tns:LatLong" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="MapPointConstants">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="6378.2" name="EarthRadiusInKilometers" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="3.1415926535897931" name="Pi" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.017453292519943295" name="RadiansPerDegree" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="57.295779513082323" name="DegreesPerRadian" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.621371192237334" name="MilesPerKilometer" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="1.609344" name="KilometersPerMile" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.0003048" name="KilometersPerFoot" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="3280.8398950131232" name="FeetPerKilometer" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.85" name="FindScoreThreshold" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="96" name="AssumedDpi" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" default="3.280839895013123" name="FeetPerMeter" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.3048" name="MetersPerFoot" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="SpatialFilter" abstract="true" />
    <s:complexType name="LatLongSpatialFilter">
    <s:complexContent mixed="false">
    <s:extension base="tns:SpatialFilter">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="LatLongRectangleSpatialFilter">
    <s:complexContent mixed="false">
    <s:extension base="tns:SpatialFilter">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="BoundingRectangle" type="tns:LatLongRectangle" />
    <s:element minOccurs="1" maxOccurs="1" name="PolygonRectangleRelation" type="tns:SpatialRelation" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:simpleType name="SpatialRelation">
    <s:restriction base="s:string">
    <s:enumeration value="WithinArea" />
    <s:enumeration value="TouchesArea" />
    </s:restriction>
    </s:simpleType>
    <s:element name="CustomerInfoFindHeader" type="tns:CustomerInfoFindHeader" />
    <s:complexType name="CustomerInfoFindHeader">
    <s:complexContent mixed="false">
    <s:extension base="tns:CustomerInfoHeader" />
    </s:complexContent>
    </s:complexType>
    <s:element name="UserInfoFindHeader" type="tns:UserInfoFindHeader" />
    <s:complexType name="UserInfoFindHeader">
    <s:complexContent mixed="false">
    <s:extension base="tns:UserInfoHeader" />
    </s:complexContent>
    </s:complexType>
    <s:element name="FindAddress">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindAddressSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindAddressSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="InputAddress" type="tns:Address" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindAddressResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindAddressResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="ParseAddress">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="inputAddress" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="countryRegion" type="s:string" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="ParseAddressResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="ParseAddressResult" type="tns:Address" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="GetLocationInfo">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="location" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="dataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="options" type="tns:GetInfoOptions" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="GetInfoOptions">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="true" name="IncludeAddresses" type="s:boolean" />
    <s:element minOccurs="0" maxOccurs="1" default="true" name="IncludeAllEntityTypes" type="s:boolean" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityTypesToReturn" type="tns:ArrayOfString" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetLocationInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetLocationInfoResult" type="tns:ArrayOfLocation" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindNearby">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindNearbySpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindNearbySpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    <s:element minOccurs="1" maxOccurs="1" name="Distance" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindFilter">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="EntityTypeName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="PropertyNames" type="tns:ArrayOfString" />
    <s:element minOccurs="0" maxOccurs="1" name="WhereClause" type="tns:WhereClause" />
    <s:element minOccurs="0" maxOccurs="1" name="SortProperties" type="tns:ArrayOfSortProperty" />
    <s:element minOccurs="0" maxOccurs="1" name="Expression" type="tns:FilterExpression" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="WhereClause">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="SearchProperties" type="tns:ArrayOfEntityPropertyValue" />
    <s:element minOccurs="1" maxOccurs="1" name="SearchOperator" type="tns:SearchOperatorFlag" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="SearchOperatorFlag">
    <s:restriction base="s:string">
    <s:enumeration value="And" />
    <s:enumeration value="Or" />
    </s:restriction>
    </s:simpleType>
    <s:complexType name="ArrayOfSortProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="SortProperty" nillable="true" type="tns:SortProperty" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="SortProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="PropertyName" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Direction" type="tns:SortDirection" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="SortDirection">
    <s:restriction base="s:string">
    <s:enumeration value="Ascending" />
    <s:enumeration value="Descending" />
    </s:restriction>
    </s:simpleType>
    <s:complexType name="FilterExpression">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfAnyType" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfAnyType">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindNearbyResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindNearbyResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindByProperty">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindByPropertySpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindByPropertySpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindByPropertyResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindByPropertyResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindByID">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindByIDSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindByIDSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityIDs" type="tns:ArrayOfInt" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindByIDResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindByIDResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindNearRoute">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindNearRouteSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindNearRouteSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Distance" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOcc

  • How to Integrate Microsoft MapPoint Webservice with Weblogic Workshop 9.2

    I have to integrate the MapPoint Webservice with Weblogic Workshop 9.2. But while analyzing the WSDL i m getting the error.
    The error which I m getting is :
    An error was encountered while analyzing the WSDL:null jName
    Detail:
    com.bea.wlw.controls.service.ui.except.TypesAnalysisFailedException: java.lang.IllegalArgumentException: null jName at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:127)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.getPageList(GenerateSCWizard.java:150)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.addPages(GenerateSCWizard.java:136)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499)
    at org.eclipse.jface.window.Window.create(Window.java:418)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    at com.bea.wlw.controls.service.ui.actions.NewSCGenAction.run(NewSCGenAction.java:101)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.IllegalArgumentException: null jName at com.bea.staxb.buildtime.internal.bts.BindingTypeName.<init>(BindingTypeName.java:51)
    at com.bea.staxb.buildtime.internal.bts.BindingTypeName.forPair(BindingTypeName.java:40)
    at com.bea.staxb.buildtime.Schema2Java.createBindingType(Schema2Java.java:766)
    at com.bea.staxb.buildtime.Schema2Java.bind(Schema2Java.java:363)
    at com.bea.staxb.buildtime.Schema2Java.internalBind(Schema2Java.java:301)
    at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
    at weblogic.wsee.bind.buildtime.internal.XmlBeansBaseBindingsBuilderImpl.createBuildtimeBindings(XmlBeansBaseBindingsBuilderImpl.java:159)
    at weblogic.wsee.tools.source.EndpointBuilder.setupBindingProviderWithServices(EndpointBuilder.java:836)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBindingProvider(ClientGenUtil.java:458)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:211)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:174)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadBuildtimeBindings(BindingsClassNameReference.java:228)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getBindings(BindingsClassNameReference.java:161)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadJsService(BindingsClassNameReference.java:307)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getJsService(BindingsClassNameReference.java:362)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadTypeNamesForService(BindingsClassNameReference.java:398)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getTypeNamesForService(BindingsClassNameReference.java:383)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeNamesForService(BindingsCheckUtility.java:210)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingTypeInfoForService(BindingsCheckUtility.java:131)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingInfoForServiceByBindingsDataSourceType(BindingsCheckUtility.java:104)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.initializeTypesForTheService(BindingsCheckUtility.java:253)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.findMatchingBindingsDataSources(BindingsCheckUtility.java:434)
    at com.bea.wlw.controls.service.ui.util.BindingsChecker.<init>(BindingsChecker.java:55)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.checkForCompatibleBindings(SelectSCInfoPage.java:304)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:98)
    ... 31 more
    Thanks in Advance

    I have to integrate the MapPoint Webservice with Weblogic Workshop 9.2. But while analyzing the WSDL i m getting the error.
    The error which I m getting is :
    An error was encountered while analyzing the WSDL:null jName
    Detail:
    com.bea.wlw.controls.service.ui.except.TypesAnalysisFailedException: java.lang.IllegalArgumentException: null jName at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:127)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.getPageList(GenerateSCWizard.java:150)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.addPages(GenerateSCWizard.java:136)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499)
    at org.eclipse.jface.window.Window.create(Window.java:418)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    at com.bea.wlw.controls.service.ui.actions.NewSCGenAction.run(NewSCGenAction.java:101)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.IllegalArgumentException: null jName at com.bea.staxb.buildtime.internal.bts.BindingTypeName.<init>(BindingTypeName.java:51)
    at com.bea.staxb.buildtime.internal.bts.BindingTypeName.forPair(BindingTypeName.java:40)
    at com.bea.staxb.buildtime.Schema2Java.createBindingType(Schema2Java.java:766)
    at com.bea.staxb.buildtime.Schema2Java.bind(Schema2Java.java:363)
    at com.bea.staxb.buildtime.Schema2Java.internalBind(Schema2Java.java:301)
    at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
    at weblogic.wsee.bind.buildtime.internal.XmlBeansBaseBindingsBuilderImpl.createBuildtimeBindings(XmlBeansBaseBindingsBuilderImpl.java:159)
    at weblogic.wsee.tools.source.EndpointBuilder.setupBindingProviderWithServices(EndpointBuilder.java:836)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBindingProvider(ClientGenUtil.java:458)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:211)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:174)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadBuildtimeBindings(BindingsClassNameReference.java:228)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getBindings(BindingsClassNameReference.java:161)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadJsService(BindingsClassNameReference.java:307)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getJsService(BindingsClassNameReference.java:362)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadTypeNamesForService(BindingsClassNameReference.java:398)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getTypeNamesForService(BindingsClassNameReference.java:383)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeNamesForService(BindingsCheckUtility.java:210)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingTypeInfoForService(BindingsCheckUtility.java:131)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingInfoForServiceByBindingsDataSourceType(BindingsCheckUtility.java:104)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.initializeTypesForTheService(BindingsCheckUtility.java:253)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.findMatchingBindingsDataSources(BindingsCheckUtility.java:434)
    at com.bea.wlw.controls.service.ui.util.BindingsChecker.<init>(BindingsChecker.java:55)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.checkForCompatibleBindings(SelectSCInfoPage.java:304)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:98)
    ... 31 more
    Thanks in Advance

  • Problems with weblogic webservices internationalization

    We have currently two applications deployed across two weblogic instances which talk to each other through web services. The application currently hosting the web service returns a string having special characters which are basically double byte characters like TM (trademark) symbol. However these special characters get corrupted when the data is received at the client level.
    This we presume is happening because the response from the web services is US-ASCII while the client expects data in UTF-8.
    We did look up to some of the Weblogic documentation online and following solutions were proposed for weblogic 81 and weblogic 10.
    Weblogic 10:
    Simple port = service.getSimpleSoapPort();
    ((Stub) port)._setProperty(weblogic.wsee.jaxrpc.WLStub.CHARACTER_SET_ENCODING, "UTF-16");
    port.invokeMethod();
    Weblogic 8.1:
    <web-services>
    <web-service name="stockquotes"
    targetNamespace="http://example.com"
    uri="/myStockQuoteService"
    charset="Shift_JIS">
    </web-service>
    </web-services>
    The default value is US-ASCII.
    You can also specify the character set for all deployed WebLogic Web Services deployed on a WebLogic Server instance by setting the system property weblogic.webservice.i18n.charset equal to the name of the character set. Set this system property in the script that starts up the WebLogic Server instance:
    -Dweblogic.webservice.i18n.charset=utf-8
    We applied both of these proposed solutions to our Weblogic instances which are of version 9.2 and still faced the same problems. Please let us know whether the above proposed solutions are applicable for Weblogic 9.2 or there is an alternative? Also we could not find the CHARACTER_SET_ENCODING attribute in Weblogic 9.2 version

    As far as I know, we don't support changing outbound message encoding charset in 9.x. Both 8.x and 10.x support it. Check [url http://docs-stage/wls/docs100/webserv/client.html#wp230016]here

  • Call Weblogic WebService in Delphi

    Hi, I'm a newbie in WebService. I use Weblogic servicegen ant task wrap a stateless
    EJB to webservice. The bean has a method with a string input parameter as follow:
    String Test(String inputParam);
    The WSDL generated by Weblogic WebService is like follow:
    - <message name="Test">
    <part name="string" xmlns:partns="http://www.w3.org/2001/XMLSchema" type="partns:string"
    />
    I use Delphi as Webservice client. When I use Delphi's WSDL Import Wizard, it
    renamed parameter "string" to "string_" because of "string" is a reserved word
    in Delphi. So when I invoked the Webservice, an exception was thrown:
    Found SOAPElement [<string_ xsi:type="xsd:string>test</string_>]. But was not
    able to find Part that is registered with this Message which corresponds to this
    SOAPElement
    How can I solve this problem? On the another word, Can I control the parmater
    name generate by Weblogic Webservice ant task?
    thanks very much!

    Please post web services issues in the webservices newsgroup.
    Vimala wrote:
    You can define the parameter name to the method and return parameter name with
    a web-services.xml.
    The link below should give a good start:
    http://e-docs.bea.com/wls/docs70/webserv/dd.html#1057960
    Vimala
    "Dumack Wu" <[email protected]> wrote:
    Hi, I'm a newbie in WebService. I use Weblogic servicegen ant task wrap
    a stateless
    EJB to webservice. The bean has a method with a string input parameter
    as follow:
    String Test(String inputParam);
    The WSDL generated by Weblogic WebService is like follow:
    - <message name="Test">
    <part name="string" xmlns:partns="http://www.w3.org/2001/XMLSchema"
    type="partns:string"
    />
    I use Delphi as Webservice client. When I use Delphi's WSDL Import Wizard,
    it
    renamed parameter "string" to "string_" because of "string" is a reserved
    word
    in Delphi. So when I invoked the Webservice, an exception was thrown:
    Found SOAPElement [<string_ xsi:type="xsd:string>test</string_>]. But
    was not
    able to find Part that is registered with this Message which corresponds
    to this
    SOAPElement
    How can I solve this problem? On the another word, Can I control the
    parmater
    name generate by Weblogic Webservice ant task?
    thanks very much!
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

  • Weblogic - Webservice access

    Hi,
    We have an application deployed in weblogic which needs to access a webservice. The webservice is accessible through soap-ui using the right credentials. We use basic authentication to access the webservice.
    I am able to access the webservice with the correct credentials from a normal java client but when the application is deployed in weblogic, I am unable to access the ws!
    Is there a setting in weblogic to enable basic authentication?
    (using weblogic 11g)
    Thank you

    There is a difference between application server and program access to a webservice. especially is SSL used server needs the key to access the web service. What error do you get?

  • Error in Weblogic Webservice

    I was using SAAJ 1.3 initially in WEBINF/lib and my code erred with
    java.lang.NoSuchMethodError: newInstance at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection
    Error Location:
    SOAPConnectionFactory factory = SOAPConnectionFactory.newInstance();
    SOAPConnection connection = factory.createConnection();
    It erred on the above highlighted line. After some searching, I found that it could be because of Weblogic Server 9.2 not compatible with SAAJ 1.3. So I used SAAJ 1.2 and this error got solved. Now I am stuck up with the following error.
    java.lang.UnsupportedOperationException: This class does not support SAAJ 1.1
    at weblogic.webservice.core.soap.SOAPMessageImpl.getSOAPBody(SOAPMessageImpl.java:634)
    Error Location:
    SOAPElement attachmentElement = (SOAPElement)message.getSOAPBody().getElementsByTagNameNS(ws, "Attachment").item(0);
    I am using SAAJ 1.2 but it says the class does not support SAAJ 1.1.
    Again after some googling, I found that the error is due to some bug in Weblogic 9.2 when it is used with SAAJ 1.2. It was mentioned that following steps can be used to overcome this error.
    1. Set classpath to latest saaj-impl.jar in startweblogic.cmd
    2. Set the below 2 system properties in code.
    System.setProperty("javax.xml.soap.MessageFactory","com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl");
    System.setProperty("javax.xml.soap.SOAPConnectionFactory","weblogic.wsee.saaj.SOAPConnectionFactoryImpl");
    I tried this too but it didnt work.
    How can i get rid of this error? Also if i m going to set the classpath to SAAJ 1.3 in startweblogic.cmd, will it not result in the first error i got i.e java.lang.NoSuchMethodError: newInstance at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.
    If my question is not very clear, please bear with me. I am pretty new to Webservice.
    Can someone tell me how can i overcome this problem.

    Have you included the IP addresses of the managed servers into the cluster address like for eg 192.127.1.2,192.127.1.2 in the cluster address field in the administration console? include it if not included that will fix the issue.
    Regards,
    Dinesh

  • Jdeveloper 11g : Generating webservices with streaming attachments support

    Hi,
    We are trying to create a Java Webservice with support for streaming attachments. In 10g we are using the Attachments API from the oracle.webservices.attachments package.
    In Jdev 10g we were doing it the following way:
    public String getXMLFile(String name,String fileName,Attachments atts) throws RemoteException
    try
    AttachmentFactory factory = AttachmentFactory.newInstance();
    Attachment imageAtt = factory.createAttachment(fileName, "text/plain", new FileInputStream(fileName));
    atts.getOutgoingAttachments().addAttachment(imageAtt);
    } catch (Exception e) {
    System.out.println(e.getMessage());
    return "Hello " + name;
    This webservice is deployed in Oracle AS.
    How do we do it in Jdev 11g and we want to deploy the service in WLS 10.1.3. If we try to create a webservice over this class in Jdev 11g we get the error :"no-arg default constructor not present".
    Any pointers would be highly appreciated.
    Thanks and Regards,
    Pritom

    Hi Vishal,
    I created the class as mentioned in the link. But when I try to test the web service, I get the following error :
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "oracle.apps.ddr.testFileDownload" failed to preload on startup in Web application: "Application7-Project1-context-root".
    javax.xml.ws.WebServiceException: Annotation @com.sun.xml.internal.ws.developer.StreamingAttachment(parseEagerly=true, dir=, memoryThreshold=40000) is not recognizable, atleast one constructor of class com.sun.xml.internal.ws.developer.StreamingAttachmentFeature should be marked with @FeatureConstructor
         at com.sun.xml.ws.binding.WebServiceFeatureList.getWebServiceFeatureBean(WebServiceFeatureList.java:176)
         at com.sun.xml.ws.binding.WebServiceFeatureList.parseAnnotations(WebServiceFeatureList.java:148)
         at com.sun.xml.ws.binding.WebServiceFeatureList.<init>(WebServiceFeatureList.java:113)
    Any ideas on how I can make it work ?
    Thanks and Regards,
    Pritom

  • Weblogic-webservices-policy.xml

    hi,
    iam getting the following error in weblogic-webservices-policy.xml
    Referenced file (weblogic-webservices-policy.xml) contains errors (http://www.bea.com/ns/weblogic/webservice-policy-ref/1.0/webservice-policy-ref.xsd).
    weblogic-webservices-policy.xml containts the following lines of code:
    <?xml version='1.0' encoding='UTF-8'?>
    <webservice-policy-ref xmlns="http://www.bea.com/ns/weblogic/webservice-policy-ref" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/webservice-policy-ref http://www.bea.com/ns/weblogic/webservice-policy-ref/1.0/webservice-policy-ref.xsd"></webservice-policy-ref>
    can anybody suggest how to fix this error?
    thanks
    john

    Hi!
    I was looking for some information regarding the weblogic-webservices-policy.xml file and founf your post. Did you success to solve the problem with it?
    Greatly appreciate any inputs
    Sincerely
    J.

  • Wls 10.3 weblogic-webservices.xml transaction-timeout attribute not working

    Hi, need some urgent need.
    I have a stateless ejb webservice and I'm trying to set the transaction timeout for some of the methods. Right now my webservice transaction is timing out to the default of 30 secs. I've tried setting in the admin console the JTA transaction timeout option, didn't work (file a case with bea support #81233). And after days of researching and searching I came across that you can setup the weblogic webservice transaction-timeout thru the weblogic-webservices.xml deployment descriptor. Tried setting the transaction-timeout attribute to 120 secs. and that didn't work. Here is the snippet of the xml file.
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices xmlns="http://www.bea.com/ns/weblogic/weblogic-webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-webservices http://www.bea.com/ns/weblogic/weblogic-webservices/1.0/weblogic-webservices.xsd">
    <webservice-description>
    <webservice-description-name>com.starcomsoft.pp.system.jws.SystemWSImpl</webservice-description-name>
    <webservice-type>JAXRPC</webservice-type>
    <port-component>
    <port-component-name>SystemWSSoapPort</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>starcomsoft_ws</webservice-contextpath>
    <webservice-serviceuri>/SystemWSImpl</webservice-serviceuri>
    </service-endpoint-address>
         <transaction-timeout>120</transaction-timeout>
         <reliability-config>
              <inactivity-timeout>P0DT600S</inactivity-timeout>
         </reliability-config>
    </port-component>
    </webservice-description>
    </weblogic-webservice>
    Does anybody have any clue to solve my urgent need.
    Thanks in advance for your help or suggestion.

    Unhandled exception
    Type=Segmentation error vmState=0x00040000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=F144C588 Handler2=F1446A9C
    Module=/app/oracle/product/Middleware/wlserver_10.3/server/native/aix/ppc/libmuxer.so
    Module_base_address=D8457000
    Target=2_40_20091214_049398 (AIX 5.3)
    CPU=ppc (4 logical CPUs) (0x600000000 RAM)
    ----------- Stack Backtrace -----------
    (0xD696E748 [libj9vm24.so+0x48748])
    (0xD8383EDC [libjclscar_24.so+0x10edc])
    (0xD8384514 [libjclscar_24.so+0x11514])
    (0xD6967718 [libj9vm24.so+0x41718])
    (0xD6967158 [libj9vm24.so+0x41158])
    (0xD69640D0 [libj9vm24.so+0x3e0d0])
    (0xD6932C9C [libj9vm24.so+0xcc9c])
    (0xD69BBA18 [libj9prt24.so+0x3a18])
    (0xD6932BB8 [libj9vm24.so+0xcbb8])
    (0xD69A77CC [libj9thr24.so+0x27cc])
    pthreadbody+0x118 (0xD010D784 [libpthreads.a+0x3784])

  • Async webservice with Callback

    Hi Experts,
    How to call a Asynchronous Microsoft webservice(Used callback mechanism) from XI?
    First I have to call the Microsoft webservice, it will return acknowledgement about the status. Again I have to invoke the webservice then it(microsoft) will return the response.
    How to do the above steps using XI? Please share your suggestions
    Regards
    Sara

    Hi Sara,
    Major thing is if ur  webservice accepts some data and gives some response, then both input and output should get imported into XI as seperate message types (Under Messages Tab) as shown in step 1 of ur referred weblog
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    So there u must have 2 messages: 1 for request and 1 for response. This depends upon ur wsdl structure. Once u get these messages, u could proceed with ur message mapping
    Steps are,
    1.import the wsdl file in Integration Repository in Integration Objects->external definitions.
    2.then create message types using the imported WSDL request and response.
    3.Other things are as usual.
    using SAP XI we can easily connect to webservices pls chk the links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c36ef6-dab9-2910-6ca9-a96b820de582
    /people/yomeshp.sharma/blog/2006/05/31/integrating-jdedwards-system-with-xi-using-iway-adapter-part--iii
    /people/anton.wenzelhuemer/blog/2006/03/05/integrating-php-and-abap-using-webservices
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    http://help.sap.com/saphelp_nwpi71/helpdata/en/11/e8179b247e4720882512a04041491d/frameset.htm
    Regards,
    Vinod.

  • Weblogic webservice problem

    Hi , friends, I have a problem regarding web services in oracle weblogic workshop.
    In our application we need to create 2 web services. We have 10 to 12 packages under src folder , i.e.,
    src(under this folder)------------------>com.abc.des.desk (like this we have couple of packages). All those packages are having different java related file, porlets etc.
    I need to create another package called com.abc.des.webservices
    under this I have to create 2 webservice (JAX-WS) with annotations.All these webservices along with remaining above mentioned packages goes to one single EAR file.
    I am unable to select JAX-WS related facets.
    When I select weblogic webservices , it is giving a warning message that "No projects found that support web services.The Standard Annotated Web Service facet must be enabled".I didn't understand where I need to enable them.
    Please suggest on this problem.
    Thanks a lot
    Peter.

    Hi Peter
    1. Since you used the words like portlets etc, I am assuming you have a PortalWeb Project. So you have like portalEAR, portalWeb and may be portalDataSync project. NOW under portalWeb project src you have your own packages. This is where you need to create a new WebService also under a new package. FIRST of all, you need to add Web Services Project Facet to this portalWeb pojrect. Still it may NOT work. But I will give you an idea. Select your portalWeb project. Right clikc mouse, select Properties. From Properties window on left side, select Project Facets. On right side you will see list of Facets already selected. Click on Modify Project button on bottom right hand corner. This opens up Project Facets window. Check the Facet named Web Services. NOW immediately in the bottom you may see some Errors like "Standard Annotated Web Services 2.0 and Beehive Controls 1.0.1 cannot both be selected" etc. I am talking about WLP 10.3 version. This means by default portalWeb project will have Beehive stuff facets Enabled to allow use of Pageflow Portlets. So you cannot add Web Services Facet to this Same portalWeb project. Unless you want to manully remove Beehive Facets (means you cannot use Pageflow portlets), then may be Web Services Facets can be added.
    One work around or more elegant solution is create a another brand new project like myWebServices project and enable Web Services for this. Nothing but create a new WebServices project with all Web Services Facets. Add this to the same portalEAR project. Then add all your webservices to this new project. NOW you can always invoke these Web Services from portalWeb project src code like utility classes or Pageflows etc. Incase if you want to use some utility classes across both portalWeb and webServices project, then you need to add all these classes into another simple Java Project. Then import this into both portalWeb and webServices projects.
    I saw another opotion also. When you select Web Services Project Facet, it has 2 child facets. Standard Annotated Web Services whose default version is 2.0. If you choose version 1.0, look like there are no dependencies. Means poralWeb project can have Web Services Facet provided you use Standard Annotated Web Sevices Version 1.0 (instead of default 2.0). Now using this you may loose some new features from 2.0. I am not sure to what extent this will work. But give this a shot in your dev Env. And see if you can create a simple webservice and live with that.
    portalEAR can have both portalWeb project and any other projects like webServices or Java utility porjects etc. All these projects will be bundled into one single .EAR file only for deployment.
    Thanks
    Ravi Jegga

  • Weblogic webservice

    Hi , friends, I have a problem regarding web services in oracle weblogic workshop.
    In our application we need to create 2 web services. We have 10 to 12 packages under src folder , i.e.,
    src(under this folder)------------------>com.abc.des.desk (like this we have couple of packages). All those packages are having different java related file, porlets etc.
    I need to create another package called com.abc.des.webservices
    under this I have to create 2 webservice (JAX-WS) with annotations.All these webservices along with remaining above mentioned packages goes to one single EAR file.
    I am unable to select JAX-WS related facets.
    When I select weblogic webservices , it is giving a warning message that "No projects found that support web services.The Standard Annotated Web Service facet must be enabled".I didn't understand where I need to enable them.
    Please suggest on this problem.
    Thanks a lot
    Peter.

    There is a difference between application server and program access to a webservice. especially is SSL used server needs the key to access the web service. What error do you get?

Maybe you are looking for

  • Is it legal to sell photos edited in trial and beta verisons of Photoshop?

    I recently downloaded the new CS6 beta version of photoshop and since I am interested in stock photography I was wondering if it's legal and not againts Adobe's rules to sell photos edited in trial and beta versions of Photoshop? I mean, since you ha

  • How to create an uwl with a BAPI

    Hi Experts!!! I need someone that say me, how to create a task in the uwl with a bapi or program. Thanks in advanced, Regards,

  • Rearranging song order in playlist

    I'm not sure what I'm doing wrong, but I use to be able to simply drag and move playlist songs around at will. I can't anymore. Would anyone have any idea why? Thanks.

  • My  Pc crash when I read a pdf

    Hi, I've a problem with Acrobat Reader 8. I've tried other versions too, no way. When I open a pdf, my computer crash. I've upgraded video drivers, no way. Can you help me?

  • How to re-install my Ethernet on MacPro ?

    Yesterday, I tried installing and using the Witopi VPN to get access to Hulu (I'm in Europe and thus have no access to Hulu, Spotify etc). It didn't work, though. After removing it again, the Ethernet on my MacPro doesn't work. It works on my MacMini