Incorrect hostname in autogenerated WSDL

I'm trying to move some CFC based web services to a new
server.
However, the autogenerated WSDL files (that work fine on the
old server) are being generated with an incorrect hostname in the
<wsdlsoap:address location=...> field. The hostname that
appears in the WSDL generated by the new server is an INTERNAL only
hostname that customers can not access.
I suspect this is due to using name based virtual hosts under
IIS on the new server. On the old server the hostname that
appears in the wsdl is whatever hostname you entered into your
browser to access the autogenerated WSDL.
The last few lines of the WSDL look like this.
<wsdl:port binding="impl:criminals.cfcSoapBinding"
name="xxxxxx.cfc">
<wsdlsoap:address location="
http://INTERNAL_HOSTNAME.DOMAIN.net/xxxxxx.cfc"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

This is an IIS issue. Here's the details.
http://support.microsoft.com/kb/834141/

Similar Messages

  • Sendmail config error - incorrect hostname

    Hi All,
    I have the strangest thing going on - I get the following error when I try to start Sendmail
    [edge7 /etc/mail]$ hostname
    edge7
    [edge7 /etc/mail]$ tail -10 syslog.0
    tail: cannot open input
    [edge7 /etc/mail]$ tail -10 /var/log/syslog.0
    Feb 22 14:38:09 edge6 sendmail[233]: [ID 702911 mail.crit] My unqualified host name (edge6) unknown; sleeping for retry
    Feb 22 14:39:10 edge6 sendmail[233]: [ID 702911 mail.alert] unable to qualify my own domain name (edge6) -- using short name
    Feb 22 14:39:10 edge6 sendmail[233]: [ID 801593 mail.info] k1MLdAY8000233: from=root, size=1212, class=0, nrcpts=1, msgid=<200602222139.k1MLdAY8000233@edge6>, relay=root@localhost
    [edge7 /etc/mail]$
    Obviously the hostname for this system is edge7 - I have a very similar host configured as edge4 and it works fine with the same /etc/hosts ...
    Why does Sendmail think the machine name is edge6?
    Thanks, Rick

    Hi,
    Check the coherency of all the references to the hostname
    - /etc/nodename (probably wrongly configured to edge6 instead of edge7)
    - Also in /etc/hostname.<nic> and check if there is an entry in /etc/hosts
    Some of the warning messages also concerns the domain name of your node( /etc/defaultdomain) which is not configured.
    Regards.

  • ASA DHCP Request incorrect hostname length

    I have an ASA 5505 with software version  8.2(1). It is making DHCP  requests for IPSec clients that connect to the ASA. The DHCP requests  packets the ASA makes have an extra '00' appended to the hostname field,  and the length field is the size of the hostname + 1.
    The DHCP server  is Microsoft Server 2003 and this causes the hostname to be registered  with an unknown character which appears as []hostname. Then when server  2003 tries to update the DNS record, it fails because of the invalid  character in the hostname.
    Is there anyway to have the ASA have the  correct length for the hostname field in the DHCP packet, or a  workaround that will solve this problem?

    I am thinking it may not be option 12 in the DHCP packet, but option 81.  I have included a portion of the DHCP request from the ASA below:
       Option: (t=53,l=1) DHCP Message Type = DHCP Request
            Option: (53) DHCP Message Type
            Length: 1
            Value: 03
        Option: (t=57,l=2) Maximum DHCP Message Size = 1152
            Option: (57) Maximum DHCP Message Size
            Length: 2
            Value: 0480
        Option: (t=61,l=42) Client identifier
            Option: (61) Client identifier
            Length: 42
            Value: 00636973636F2D303032312E353537352E636131372D6D79...
        Option: (t=54,l=4) Server Identifier = 192.168.8.3
            Option: (54) Server Identifier
            Length: 4
            Value: C0A80803
        Option: (t=50,l=4) Requested IP Address = 192.168.8.105
            Option: (50) Requested IP Address
            Length: 4
            Value: C0A80869
        Option: (t=12,l=11) Host Name = "myhostname"
            Option: (12) Host Name
            Length: 11
            Value: 6D79686F73746E616D6500
        Option: (t=51,l=4) IP Address Lease Time = 8 days
            Option: (51) IP Address Lease Time
            Length: 4
            Value: 000A8C00
        Option: (t=55,l=6) Parameter Request List
            Option: (55) Parameter Request List
            Length: 6
            Value: 01060F2C0321
            1 = Subnet Mask
            6 = Domain Name Server
            15 = Domain Name
            44 = NetBIOS over TCP/IP Name Server
            3 = Router
            33 = Static Route
        Option: (t=81,l=14) Client Fully Qualified Domain Name
            Option: (81) Client Fully Qualified Domain Name
            Length: 14
            Value: 0400000A6D79686F73746E616D65
            Flags: 0x04
            0000 .... = Reserved flags: 0x00
            .... 0... = Server DDNS: Some server updates
            .... .1.. = Encoding: Binary encoding
            .... ..0. = Server overrides: No override
            .... ...0 = Server: Client
            A-RR result: 0
            PTR-RR result: 0
            Client name: 0A6D79686F73746E616D65
        End Option
        Padding
    Notice in option 81 the Client Name has a leading binary value of 0A (which is a new line):  0A6D79686F73746E616D65.
    Does CSCsz07757 relate to that?  Is there a way to have the ASA not include option 81 as part of the DHCP requests it makes?
    Thank you.

  • Incorrect Hostname

    I followed the begineers guide on the Wiki and when I run the following command to verify my hostname, I get two different results and I don't know why...
    [root@mail ~]# hostname
    mail
    [root@mail ~]# hostname -f
    localhost.localdomain
    [root@mail ~]#
    I checked my /etc/hosts file and have the following:
    #<ip-address>   <hostname.domain.org>   <hostname>
    127.0.0.1       localhost.localdomain   localhost mail
    10.1.1.200     mail.mdg.army.mil          mail
    # End of file
    Anyone know why I don't get my proper FQDN when I run the 'hostname -f' command?

    perbh:
    You use 127.0.0.1 if and only if you use dhcp.
    This is entirely new to me - sources? Indeed, once firefox wouldn't even consider working on my box because of a missing loopback. Anyway, I think we can agree that everybody can stick their loopback where they want to
    perbh:
    If you have a fixed ip-address (which would seem to be the case here) then you _do_ _not_ put your hostname in 127.0.0.1
    I also have a fixed ip and again, this info is new to me (just about everything appears to be new to me...) and I will try it seeing that I've got my hostname in my rc.conf already.
    Thanks for the tips.
    EDIT:
    This may be of use: http://wiki.archlinux.org/index.php/Con … _Static_IP
    Last edited by toad (2009-09-28 06:43:13)

  • Problem in finding wsdl while using obant

    Hi
    I am trying to invoke process2(pro2) from process1(pro1)
    I have copied the wsdl file and schema of process2 in process1 bpel folder and the partner binding entry in bpel.xml is pro2.wsdl which is correct
    I have created acustom build .xml file as described in :
    http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/deployproc.htm#sthref3366
    when I try to deploy using obant,
    i get follwoing error:
    Buildfile: build.xml
    Trying to override old definition of task customize
    pre-build:
    validateTask:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Validating workflow
    [echo] --------------------------------------------------------------
    [echo]
    [validateTask] Validation of workflow task definitions is completed without erro
    rs
    compile1:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Compile1 in bpel process Pro1, revision 1.7
    [echo] --------------------------------------------------------------
    [echo]
    compile:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Compile Task in custom build.xml in bpel process Pro1, revision 1.
    7
    [echo] --------------------------------------------------------------
    [echo]
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | wsdl location is ${wsdlLocation} which is also
    [echo] http://[hostname]:8889/orabpel/default/Pro2/1.7/Pro2?wsdl
    [echo] --------------------------------------------------------------
    [echo]
    ORABPEL-01021
    BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "_bpel.xml", Failed to read wsdl.
    Error happened when reading wsdl at "C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywo
    rk\POC\Pro1\bpel\http:\[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\orabpel\default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\Pro2\1.7\Pro2?ws
    dl", because "Failed to read wsdl file at: "file:/C:/WINDOWS/Oracle/jdevstudio10
    133/jdev/mywork/POC/Pro1/bpel/http:/[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/orabpel/default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/Pro2/1.7/Pro2?ws
    dl", caused by: java.io.FileNotFoundException. : C:\WINDOWS\Oracle\jdevstudio
    10133\jdev\mywork\POC\Pro1\bpel\http:\[hostname]:8889
    \orabpel\default
    \Pro2\1.7\Pro2?wsdl (The filename, directory name, or volum
    e label syntax is incorrect)".
    Make sure wsdl exists at that URL and is valid.
    [Potential fix]: If your site has a proxy server, then you may need to configur
    e your BPEL Server, designer and browser with your proxy server configuration se
    ttings (see tech note on http://otn.oracle.com/bpel for instructions).
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeP
    rocessor.java:1133)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(Cube
    Processor.java:449)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(Cub
    eParserHelper.java:83)
    at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(Single
    CheckExecutor.java:37)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
    cutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.Main.runBuild(Main.java:668)
    at org.apache.tools.ant.Main.startAnt(Main.java:187)
    at org.apache.tools.ant.Main.start(Main.java:150)
    at org.apache.tools.ant.Main.main(Main.java:240)
    BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "_bpel.xml", Failed to read wsdl.
    Error happened when reading wsdl at "C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywo
    rk\POC\Pro1\bpel\http:\[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\orabpel\default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\Pro2\1.7\Pro2?ws
    dl", because "Failed to read wsdl file at: "file:/C:/WINDOWS/Oracle/jdevstudio10
    133/jdev/mywork/POC/Pro1/bpel/http:/[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/orabpel/default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/Pro2/1.7/Pro2?ws
    dl", caused by: java.io.FileNotFoundException. : C:\WINDOWS\Oracle\jdevstudio
    10133\jdev\mywork\POC\Pro1\bpel\http:\[hostname]:8889
    \orabpel\default
    \Pro2\1.7\Pro2?wsdl (The filename, directory name, or volum
    e label syntax is incorrect)".
    Make sure wsdl exists at that URL and is valid.
    [Potential fix]: If your site has a proxy server, then you may need to configur
    e your BPEL Server, designer and browser with your proxy server configuration se
    ttings (see tech note on http://otn.oracle.com/bpel for instructions).
    BUILD FAILED
    C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywork\POC\Pro1\build.xml:60: The followi
    ng error occurred while executing this line:
    C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywork\POC\Pro1\bpel\build.xml:44: Valida
    tion error
    Total time: 2 seconds
    C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywork\POC\Pro1>ENDLOCAL
    why is trying to locate wsdl at "file:/C:/WINDOWS/Oracle/jdevstudio10
    133/jdev/mywork/POC/Pro1/bpel/http:/[hostname]:8889/orabpel/...
    The local copy of wsdl is in POC/Pro1/bpel and http://... is wsdl url but how is it coming together?
    ant why am i getting so many %20s?
    Could anybody help me understand this error and resolve the issue?
    Thanks,
    Ketan

    since i have copied the wsdl in to bpel folder - wherr bpel.xml is present , i am giving only the wsdl name as location and not the whole path. I hope this is correct

  • Possible Bug?  autotype + wsdl2service generates implementation that does not conform to the WSDL

    Hey folks,
    I've got some hand crafted, valid, WS-I compliant WSDL + imported XSD that I've
    been using for awhile now to generate an Apache Axis 1.2 beta Document Literal
    Web Service implementation. I'm now trying to use the same WSDL to generate a
    BEA WL 8.1 SP2 Document Literal Web Service implementation and I'm running into
    problems.
    I've attached the WSDL, XSD, and build script that I'm using to generate the implementation.
    It deploys fine, but notice that the autogenerated WSDL that is returned from
    the deployed BEA Web Service contains two <xs:schema> sections: one for the imported
    WSDL (as expected) and one for several new elements that seem to get substituted
    for the elements used in the orignal WSDL message parts.
    The results of this are two fold:
    1) the autogenerated WSDL appears to be invalid when loaded into both XMLSpy and
    SOAPscope
    2) the SOAP requests to invoke the operations on the service do not conform to
    the hand crafted original WSDL. I've attached examples of both a BEA generated
    SOAP request and an EXPECTED SOAP request.
    I've poured over both the types.xml and the web-services.xml, and I'll be damned
    if I can see the problem. I'm wondering if the way I import schemas and reference
    elements declared therein is somehow not supported by BEA's ant tasks?
    Any advice or pointers at all would be appreciated.
    Regards,
    -Jonathan Anderson
    Booz Allen Hamilton
    [BankService2.zip]

    I don't know if you already now this but if you are using <autotype> to generate
    the types.xml from the XML Schema then you should first
    1) autotype the imported schema first.
    2) Then for the actual achema (that uses the imported xsd) <autotype> but with
    the
    typeMappingFile="importedSchemas/types.xml"
    option set to the types.xml output from 1)
    The types.xml will then contain all types from both Schemas. You can then pass
    this final types.xml from 2) to <source2wsdd> via
    typesInfo="types.xml"
    Any help ?
    Pete
    "Jonathan Anderson" <[email protected]> wrote:
    >
    Definitely seems as if BEA monitors these newsgroups. Lot's of developers
    talking
    to themselves, it seems.
    <sigh>
    "Jonathan Anderson" <[email protected]> wrote:
    Hey folks,
    I've got some hand crafted, valid, WS-I compliant WSDL + imported XSD
    that I've
    been using for awhile now to generate an Apache Axis 1.2 beta Document
    Literal
    Web Service implementation. I'm now trying to use the same WSDL togenerate
    a
    BEA WL 8.1 SP2 Document Literal Web Service implementation and I'm running
    into
    problems.
    I've attached the WSDL, XSD, and build script that I'm using to generate
    the implementation.
    It deploys fine, but notice that the autogenerated WSDL that is returned
    from
    the deployed BEA Web Service contains two <xs:schema> sections: onefor
    the imported
    WSDL (as expected) and one for several new elements that seem to get
    substituted
    for the elements used in the orignal WSDL message parts.
    The results of this are two fold:
    1) the autogenerated WSDL appears to be invalid when loaded into both
    XMLSpy and
    SOAPscope
    2) the SOAP requests to invoke the operations on the service do notconform
    to
    the hand crafted original WSDL. I've attached examples of both a BEA
    generated
    SOAP request and an EXPECTED SOAP request.
    I've poured over both the types.xml and the web-services.xml, and I'll
    be damned
    if I can see the problem. I'm wondering if the way I import schemas
    and reference
    elements declared therein is somehow not supported by BEA's ant tasks?
    Any advice or pointers at all would be appreciated.
    Regards,
    -Jonathan Anderson
    Booz Allen Hamilton

  • Em12c changing oms server hostname - after install

    I installed em12c R2 on a server with an incorrect /etc/hosts file. This has meant it has picked up in the configuration files the incorrect hostname.
    Is there a straightforward way of changing an oms server hostname after install?
    jason.

    Depending on what you have configured, the steps are a bit different. Basically you need to backup and restore your configuration.
    Follow the steps to completely backup your env (OMS, swlib, Repository, Agent, Inventory) for safe keeping. http://docs.oracle.com/cd/E24628_01/doc.121/e24473/ha_backup_recover.htm#autoId4
    Export oms config --> key piece here!
    Screenshot the OMS agent targets for validation later
    Shutdown OMS agent and remove agent targets/host/agent from EM (as these need to be renamed and restored as well)
    Shutdown oms
    Validate your DNS/hosts file is correct before proceeding!
    Then you will follow one of the recovery steps documented (as the software restore portion is not required) - for example single oms, no slb, same host - http://docs.oracle.com/cd/E24628_01/doc.121/e24473/ha_backup_recover.htm#autoId15
    Recover agent
    Check agent targets, may require refresh of WLS Domain to get all targets in correct status again
    I have a document on the detailed steps I'd be happy to share. Please email me...

  • Setting hostname

    I'm pretty sure my boss (I hope he doesn't read this) messed up the hostname of one of our server when we were having some problems. It now hast the wrong hostname. In /etc/hostconfig it is set to "-AUTOMATIC-" and I set it to the correct name using "hostname" from a terminal. You have to do something different though don't you? Could some help me? Most services seem to not care but Apache is not happy with a non-existant DNS name.
    Thanks

    I have working DNS so I do not want to cange the hostconfig file from automatic. I tried changeip and it didn't do it. Finally, I found a reference to this file:
    /Library/Preferences/SystemConfiguration/preferences.plist
    Near the bottom of the file it had my incorrect hostname in an entry. I checked a couple servers that were functioning properly and their files were roughly the same except for that hostname entry. After deleting the entry my problem is now solved.

  • Pulling WSDL from local JAR

    Hi!
    For my web service wsdl is generated automatically. I want to load wsdl from
    local JAR at runtime, and not to make a long trip to the server. I guess I
    have to set proper <soap:address location=... > in the local wsdl. But I
    cannot understand how this location attribute is generated. There are names
    in this attribute that I never set in my build files, like "myWebService".
    How to tune up <soap:address location=... > attribute? And I still want to
    use autogenerated wsdl.
    Thanks,
    Michael.

    Pls try setting the following attribute in the ant
    task:
    servicegen->client->defaultEndPoint="http://your.server/your-service"
    regards,
    -manoj
    "Michael Jouravlev" <[email protected]> wrote in message
    news:[email protected]..
    Hi!
    For my web service wsdl is generated automatically. I want to load wsdl from
    local JAR at runtime, and not to make a long trip to the server. I guess I
    have to set proper <soap:address location=... > in the local wsdl. But I
    cannot understand how this location attribute is generated. There are names
    in this attribute that I never set in my build files, like "myWebService".
    How to tune up <soap:address location=... > attribute? And I still want to
    use autogenerated wsdl.
    Thanks,
    Michael.
    [att1.html]

  • WRT1900ac: Defects, Issues and Other

    This is follow up on the issues, I had with WRT1900ac, in case others stumble over them as well.
    Setup:
    +-----+----(R) Internet - via Cable-modem 30Mb/5Mb
    |Fire |----(O) Internet Spur – to switch (here for completeness)
    | wall|----(G) Protected wired network – to switch
    |-----+----(B) Protected wireless network
    +-----+----(I) Internet Port – connected to FW(G) via switch
    |WRT  |----(S) Switch 10/100/1000 ports – connected to FW(B)
    | 1900|----(2) 2.4GHz wireless
    +-----+----(5) 5.0Ghz wireless
    +-----+
    | RPi |----(R) Internet – '11n via WRT(2)
    |  FW |----(G) Protected wired network (Private) – to switch
    +-----+
    +-----+----(2) '11n – connected WRT(2) – Also default router
    |Desk |      \- Vnet0 for vmware Vms
    | Top |----(E) Ethernet – connected to RPi(G) via switch
    +-----+      \- Vnet2 for vmware VMs
    Other wireless devices set to use WRT(2)
    4 phones
    3 tablets
    3 media players
    4 desktops/laptop/netbooks
    DHCP Servers and the subnets they control:
    FW(G)  x.x.13.0/24
    FW(B)  x.x.23.0/24
    RPi(G)  x.x.0.0/24
    Tests:
    1) Disconnecting FW(B) from WRT(S) and WRT1900ac is DHCP server.  All traffic is then passed through WRT(I) to FW(G) and finally to Internet.  Gateway via DHCP is point to WRT(S,2,5)
    2) FW(B) us connected to WRT(S) and WRT1900ac DHCP server is turned off.  All traffic is then passed thought FW(B) and finally to Internet.  Gateway via DHCP is pointing to FW(B)
    Defects:
    1) Cannot connect between wireless channels even though they are on the same subnet.  A device connected to WRT(5) cannot ping nor connect to service on WRT(2).  This prevents a device on WRT(5) form using a printer on WRT(2).  Similarity, a media device on WRT(5) cannot access a media server on WRT(2).
    WRT (S) (2) (5)
    (S)  OK  OK  OK
    (2)  OK  OK  __
    (5)  OK  __  OK
    Workaround is using two wireless routers.  One handling 2.4 traffic and the other 5.0 traffic, internet connect routers together via a switch port.
    2) Connectivity → Local network → Router Details is not editing IP address telling you are duplicating another address on the subnet.  Instead it acts like it made the change you asked, then changes it to a random IP address in 10.0.0.0/24 network.  If WRT1900ac is the DHCP server, then this change is not too bad, since it changes the DHCP Ips also to this new subnet and DNS server in the WRT1900ac hands out the correct new information.  You are left thinking all is OK, but it is not what you set out to do.
    If you are changing this IP and Turning off DHCP server same time (they are on the same panel), then the action will basically leave you with an unreachable WRT1900ac.  It will forward traffic between wired and wireless, but you are unable to connect to it to make any changes. From a user veiw, the WRT1900ac “console” is gone.  You have to do a hard factory reset to gain access again.
    Work around be very careful.
    Suggested solution would be for the WRT1900ac to valid the address the user has requested to change to.  Like DHCP server validates the address there is with-in the subnet of WRT1900ac own IP.
    Further since this function of checking and change IP is part of base system, if the IP is changed, then the DHCP server should be corrected and re-enabled as well.  This would allow the user regain access to the WRT1900ac and correct the error with a full factory reset.
    Lastly an error panel should display once the user signs into the WRT1900ac, telling what the router did to make it work again.  Further assisting the user is making correct entries.
    3) WRT1900ac (via looking at Network Map) incorrectly identifies if a device is connected via wired or wireless, leading to bad return routes.
    In Test1, when WRT1900ac was controlling the DHCP. When a vm was started on the Desktop use Vnet0 that bridged network via WRT(2), the VM would get an IP and would show up on the Network Map.  But the connection Icon shows up as wired and not via 2.4 wireless.  After a few moments (less than min) all tested (one at time, Linux, BSD, and WindowsXP) lost the connection though Network Map showed them as if the MAC manufacturer ID (the first three hex pairs) were used to determine the route in WRT1900ac.  When I switched the from Vnet0 to Vnet2 (private network with Rpi acting as the DHCP server and wireless bridge) all got connections and were able to work correctly (as expected).
    In Test2, did not have an issue with this vm bridge function.  Though Network Map does not display hosts.  Yes, I turned on all View Device and Connection Types.
    There was one strange thing did happen though, when WindowsXP was connecting, Network Map changed the Linux Desktop Host Name to WindowsXP name as all capitals.  The WindowsXP host did still appear all lowercase with an icon wired.  WindowsXP worked longer than the others, as if this “cross wiring” help WRT1900ac understand the route better.
    4) When force to do factory reset, WRT1900ac does reset the hardware password to that on the router, instead assigns a random password.  It does for default correctly for wireless WPA2.  By not defaulting back to to the known hardware password, the user is forced to go through the simplified configuration including connecting WRT(I) to an Internet connection.
    Issues:
    1) Connectivity → Local Network once you click on this tab, you cannot click on any of the other tabs without getting “Save changes” panel.  The choice there are Cancel, Yes and No.  Only Cancel works.  Then you have to Cancel from prior to page to actually get out.
    2) Network Map failing to correctly identify devices.  Showing devices with incorrect hostnames or descriptions.  Examples:
    a) Win8.1pro on wireless has an icon of printer.
    b) Linux box with vm of WindowsXP and Plex Web Server loaded, is showing with the XP machine host name and Manufacturer of Plex
    c) iPad showing up a general network device, where an iPhone shows up as phone.  The both have the same release of iOS.
    d) Windows phones and display as network with a host name of “Network Device”.
    e) Epson wireless printers, only 1 out of 3 display with host name.
    f) “Roku Streaming Player” is the same name of each Roku on the network, not the one that displays on iPhone or wireless or on the player itself.
    Suggested solutions include:
    a) Try using SMTP to get device information.
    b) Looking up the device name via DNS then DHCP to show what other equipment calls it.
    c) Showing the IP address for a host name instead of a nondescript “Network Device”
    Other:
    1) Only a single MAC address.  WRT1900ac uses a single MAC address.  This address is used for both internal [WRT(S,2,5)] and external [WRT(I)].  This maybe OK under connecting the WRT1900ac directly to Internet, but causes routing issues when both are connected to same internal hardware, since the ARP will have to routes to same “equipment”.  This found when determining why WRT190ac was changing its IP address from assigned.
    Workaround is to go to Connectivity → Internet Settings → MAC Address Clone and enable it and makeup a MAC address for WRT1900ac.  I used added 1 to my WRT1900ac MAC.
    2) Simplified setup does not allow setting 5.0GHz CCSID.  It will copy 2.4GHz ot add _5GHz on to it, but not to name it, this thrid option would be a great help.
    3) Connectivity → Local Network → DHCP Server setup allows for 3 DNS, bBut this list is not sent to cleints.  Instead DHCP server sends the IP of WRT1900ac.  This is by design, since Linksys wants the “linksyssmartwifi.com” to resolve to 192.168.1.1, or what you set as WRT1900ac to under Router Details on the same page.
    It would be better if those fields where moved from DHCP Setup, to at less the otherside of the panel so the user does not assume that these DNS will be informed to clients.
    4) External Storage not only allows access to mounted usb drive, but access to /sda including subdirectories of .tmp and cache, which in turn gives access to client.data, db.info, tsbyebye, twonky.log, twonymedia-config.html and twonkymeida-locations-6.db.  
    5) There is no effective method to block or tuen off the WRT1900ac from talking to Linksys Command and Control (for my router it was 50.18.198.232 port 5222), on the Internet except disconnecting WRT(I) wire.  Even if blocked in the firewall, the WRT1900ac keeps pounding the firewall, to get access to the Internet, at rate up to 1Mbps.
    Yes, this means I have disabled the ability of WRT1900ac from auto-updating, but I also blocked the risk of someone gaining access to my router via Linksys Command and Control.  If you log-in via your email address and password, even if you “connected” directly in to the router (say 192.168.1.1), this traffic sent/validated though Linksys Command and Control (ie: a request leaves your router and sent over the Internet to Linksys CnC, then sent back).  The iPhone app again, goes through Linksys CnC, and with it ALL setting on the router, including passwords, SSID, open ports and device list with IP.  In the end, the router is not under your direct control or ownership, but that of Linksys and their ability to protect your information on their Amazon cloud server.
    Miscellaneous:
    1) The download EULA for the software update for this device is 117 pages long, with a two step acceptance.  The warranty is 135 pages long.
    2) Calling Linksys Support Line custom for WRT1900ac, and after working with the person of almost 1.5hrs, found out the person had no clue what an IP was or how to configure normal static IP.  When requesting the next level for support, “They will call you back in 24 to 72 hours.”  After hanging up and starting again, found the next person equally unable to answer simple direct questions, asked for a manager.  She suggested that this call was really about Quality, then said “they will call you back in 2 to 5 days, after receiving the a support ticket.”
    In closing:
    Support for WRT1900ac is either massively back-logged with problems or so understaffed that there is no hope to get anything really fixed.  OpenWRT, at my last view, is still in testing phase and Linksys will not warrant any damage or problems that arise out it use.  So my only real option is return this equipment, since there is no likely fix any of the issues above.  Long term Linksys needs to work on its quality controls, and stop burning up goodwill that brand name had carried.

    See if wireless isolation is enabled.
    When logged into your WRT1900AC using local access replace the end of the browser URL with:
    /dynamic/advanced-wireless.html
    Please remember to Kudo those that help you.
    Linksys
    Communities Technical Support

  • BW Upgrade on an alias server

    Hi,
    I am doing an upgrade of BW 3.5 to BW 7.0 on an alias server.I am stuck up in the phase JOB_RSUVSAVE.
    It says "incorrect hostname" for batch server.
    I tried putting alias servername as well as original hostname for the batch server name.But nothing helped.
    Please help me out.

    Hello Deepak,
    I wonder what solved your problem.
    I'm in a kind of same situation performing an upgrade from 4.6C SR2 to ECC5.0 SR1.
    The error occurs during the prepare phase "JOB_RSUVSAVE"
    unknown hostname.
    Also I added/changed the hostname in the hosts file without succes.
    We're running on AIX 5.2
    Any help would be welcome
    Regards,
    Ron Douwma

  • Change namespace in generated WebService

    Hello experts,
    i have to provide a webservice with three methods for an external Client.
    So i created three functions in a function group. From the function group i autocreated my webservice with the wizzard. I changed the external/internal mapping properly, activate the webservice and create with soamanager a service and an endpoint and so on...
    When i create a client with the autogenerated WSDL from the WebService, i can call and reach the autogenerated Webservice from this client.
    The problem is: The external client cant reach our webservice. We have solved all problems with firewalls and certificates. The remaining problem is the namespace. The external clients request (we cant change it and have to provide a suitable webservice) with the namespace "urn:extnamespace" cant reach our servicepoint (error "service >extnamespace:Connect< not supported") :
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:extnamespace="urn:extnamespace">
    <SOAP-ENV:Body>
      <extnamespace:Connect>
        <token>123456</token>
      </extnamespace:Connect>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    From our test- client we use successfully this with the namespace "urn:sap-com:document:sap:rfc:functions"::
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:extnamespace="urn:sap-com:document:sap:rfc:functions">
    <SOAP-ENV:Body>
      <extnamespace:Connect>
        <token>123456</token>
      </extnamespace:Connect>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    The wizzard have automaticaly generated the namespace "urn:sap-com:document:sap:rfc:functions". The external Client use another namespace. We have no option to change the external client or request of it. We need to provide a suitable WebService which use the same namespace.
    We found no possibility to say the generation wizzard to use another namespace. Also we found no possibility with soamanager to change it.  When we change the namespace in XSLT-Transformation with STRANS and call the WebService from our test client, we get allways the error "service >extnamespace:Connect< not supported".
    The following links seems to be good on first sight, but dont help us:
    [Changing SOAP Namespace for Web Service;
    [service.sap.com/notes]   sap note 853824
    If there is no way to change the namespace, we have to create the webservice manually. Is there a suitable example for this job available?
    Greetings & thank you very much for your help!
    Edited by: JosipI on Dec 17, 2010 3:16 PM

    We have created a server interface in XI with the wsdl excepted by the external client. Then created a server proxy with this interface  in our sap system. Then we have implemented the generated methodes by calling existing functions. It works fine.
    Thanks a lot!
    Edited by: JosipI on Dec 23, 2010 1:24 PM
    Edited by: JosipI on Dec 23, 2010 1:25 PM

  • "Problem building schema" exception in BPEL Designer

    Hi all,
    I use BPEL Designer 10.1.2.0.2 and encounter the following problem:
    I built a web service based on the Oracle Toplink How To demo. The web service has one published method that returns a custom 'Customer' object.
    I deployed the web service on my localhost (AS 10.1.3)
    In my BPEL process, I create a partnerlink based on the WSDL that was generated by JDeveloper and let BPEL Designer create a local copy.
    Then I created an invoke and had the wizard create in- and output variables for the invoke.
    When I select either the input- or output variable in the structure pane, I get an error message when I click on the 'parameters' entry. The message shown is 'Exception - problem building schema!'
    When I check the 'show detailed node information' box no additional info is shown!
    Any Idea what might go wrong?
    The WSDL looks as follows:
    <definitions
    name="updCustWS"
    targetNamespace="http://examples.ox.model/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://examples.ox.model/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:tns0="http://examples.ox.model/types/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns1="http://www.oracle.com/webservices/internal/literal"
    >
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://examples.ox.model/types/"
    elementFormDefault="qualified" xmlns:tns="http://examples.ox.model/types/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:ns1="http://www.oracle.com/webservices/internal/literal">
    <import namespace="http://www.oracle.com/webservices/internal/literal"/>
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    <complexType name="getCust">
    <sequence>
    <element name="cust" type="tns:Customer" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="Customer">
    <sequence>
    <element name="gender" type="string" nillable="true"/>
    <element name="dateOfBirth" type="dateTime" nillable="true"/>
    <element name="phoneNumbers" type="ns1:vector" nillable="true"/>
    <element name="shippingAddress" type="tns:Address" nillable="true"/>
    <element name="billingAddress" type="tns:Address" nillable="true"/>
    <element name="firstName" type="string" nillable="true"/>
    <element name="lastName" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="Address">
    <sequence>
    <element name="postalCode" type="string" nillable="true"/>
    <element name="suite" type="string" nillable="true"/>
    <element name="street" type="string" nillable="true"/>
    <element name="province" type="string" nillable="true"/>
    <element name="city" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="getCustResponse">
    <sequence>
    <element name="result" type="tns:Customer" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="version">
    <sequence/>
    </complexType>
    <complexType name="versionResponse">
    <sequence>
    <element name="result" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <element name="getCustElement" type="tns:getCust"/>
    <element name="getCustResponseElement" type="tns:getCustResponse"/>
    <element name="versionElement" type="tns:version"/>
    <element name="versionResponseElement" type="tns:versionResponse"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/webservices/internal/literal"
    elementFormDefault="qualified" xmlns:tns="http://www.oracle.com/webservices/internal/literal"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
    <import namespace="http://examples.ox.model/types/"/>
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    <complexType name="vector">
    <complexContent>
    <extension base="tns:list">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="list">
    <complexContent>
    <extension base="tns:collection">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="collection">
    <sequence>
    <element name="item" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </schema>
    </types>
    <message name="UpdCustWS_getCust">
    <part name="parameters" element="tns0:getCustElement"/>
    </message>
    <message name="UpdCustWS_getCustResponse">
    <part name="parameters" element="tns0:getCustResponseElement"/>
    </message>
    <message name="UpdCustWS_version">
    <part name="parameters" element="tns0:versionElement"/>
    </message>
    <message name="UpdCustWS_versionResponse">
    <part name="parameters" element="tns0:versionResponseElement"/>
    </message>
    <portType name="updCustWS">
    <operation name="getCust">
    <input message="tns:UpdCustWS_getCust"/>
    <output message="tns:UpdCustWS_getCustResponse"/>
    </operation>
    <operation name="version">
    <input message="tns:UpdCustWS_version"/>
    <output message="tns:UpdCustWS_versionResponse"/>
    </operation>
    </portType>
    <binding name="updCustWSSoapHttp" type="tns:updCustWS">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getCust">
    <soap:operation soapAction="http://examples.ox.model//getCust"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    <operation name="version">
    <soap:operation soapAction="http://examples.ox.model//version"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    </binding>
    <service name="updCustWS">
    <port name="updCustWSSoapHttpPort" binding="tns:updCustWSSoapHttp">
    <soap:address location="http://localhost:7780/toplinkDemo-toplink-context-root/updCustWSSoapHttpPort"/>
    </port>
    </service>
    </definitions>
    any help would be greatly appreciated!
    Thanks in advance,
    Rob

    Hi
    I know it's an old thread, but I'm having the same issue.
    I have created an EJB3 web service that returns an object with 2 nested objects. The autogenerated WSDL looks something like this:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns0="http://www.oracle.com/webservices/internal/literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://smbc.crm.persistence.services/" name="CRMBusinessWSService" targetNamespace="http://smbc.crm.persistence.services/">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://www.oracle.com/webservices/internal/literal" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://smbc.crm.persistence.services/" elementFormDefault="qualified">
    <import namespace="http://www.oracle.com/webservices/internal/literal"/>
    <complexType name="Businesses">
    <sequence>
    <element name="partyId" type="long" nillable="true"/>
    <element name="businessContactPoints" type="ns1:list" nillable="true"/>
    <element name="businessAddresses" type="ns1:list" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="BusinessAddresses">
    <sequence>
    <element name="locality" type="string" nillable="true"/>
    <element name="paon" type="string" nillable="true"/>
    <element name="siteUseType" type="string" nillable="true"/>
    <element name="locationId" type="long" nillable="true"/>
    <element name="townName" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="BusinessContactPoints">
    <sequence>
    <element name="telCountryCode" type="string" nillable="true"/>
    <element name="partyId" type="long" nillable="true"/>
    <element name="telAreaCode" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <element name="queryBusinessesFindByPartyId" type="tns:queryBusinessesFindByPartyId"/>
    <complexType name="queryBusinessesFindByPartyId">
    <sequence>
    <element name="int_1" type="int"/>
    </sequence>
    </complexType>
    <element name="queryBusinessesFindByPartyIdResponse" type="tns:queryBusinessesFindByPartyIdResponse"/>
    <complexType name="queryBusinessesFindByPartyIdResponse">
    <sequence>
    <element name="return" type="tns:Businesses" nillable="true"/>
    </sequence>
    </complexType>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.oracle.com/webservices/internal/literal" targetNamespace="http://www.oracle.com/webservices/internal/literal" elementFormDefault="qualified">
    <import namespace="http://smbc.crm.persistence.services/"/>
    <complexType name="list">
    <complexContent>
    <extension base="tns:collection">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="collection">
    <sequence>
    <element name="item" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </schema>
    </types>
    <message name="CRMBusinessWS_queryBusinessesFindByPartyId">
    <part name="parameters" element="tns:queryBusinessesFindByPartyId"/>
    </message>
    <message name="CRMBusinessWS_queryBusinessesFindByPartyIdResponse">
    <part name="parameters" element="tns:queryBusinessesFindByPartyIdResponse"/>
    </message>
    <portType name="CRMBusinessWS">
    <operation name="queryBusinessesFindByPartyId">
    <input message="tns:CRMBusinessWS_queryBusinessesFindByPartyId"/>
    <output message="tns:CRMBusinessWS_queryBusinessesFindByPartyIdResponse"/>
    </operation>
    </portType>
    <binding name="CRMBusinessWSSoapHttp" type="tns:CRMBusinessWS">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="queryBusinessesFindByPartyId">
    <soap:operation soapAction=""/>
    <input>
    <soap:body use="literal"/>
    </input>
    <output>
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="CRMBusinessWSService">
    <port name="CRMBusinessSessionEJB" binding="tns:CRMBusinessWSSoapHttp">
    <soap:address location="http://blah.solihull.gov.uk:1234/crm-ws/CRMBusinessSessionEJB"/>
    </port>
    </service>
    </definitions>
    The web service runs fine and returns a valid XML document (like below):
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://smbc.crm.persistence.services/"
    xmlns:ns1="http://www.oracle.com/webservices/internal/literal">
    <env:Body>
    <ns0:queryBusinessesFindByPartyIdResponse>
    <ns0:return>
    <ns0:turnover xsi:nil="1"/>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:employeesLocal xsi:nil="1"/>
    <ns0:employeesNational xsi:nil="1"/>
    <ns0:businessName xsi:nil="1"/>
    <ns0:classificationSic xsi:nil="1"/>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:classificationLacors xsi:nil="1"/>
    <ns0:sbaLinkNumber xsi:nil="1"/>
    <ns0:legalStatus xsi:nil="1"/>
    <ns0:localAuthority xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:dateCommencedTrading xsi:nil="1"/>
    <ns0:businessDirectoryListing xsi:nil="1"/>
    <ns0:businessStage xsi:nil="1"/>
    <ns0:classificationBcl xsi:nil="1"/>
    <ns0:employeesGlobal xsi:nil="1"/>
    <ns0:descriptionOfBusiness xsi:nil="1"/>
    <ns0:businessContactPoints xsi:type="ns1:vector">
    <ns1:item xsi:type="ns0:BusinessContactPoints">
    <ns0:telCountryCode xsi:nil="1"/>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:contactPointType>EMAIL</ns0:contactPointType>
    <ns0:contactTelephoneNumber xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:contactPointId>76330</ns0:contactPointId>
    <ns0:telExtensionNumber xsi:nil="1"/>
    <ns0:contactEmailAddress>[email protected]</ns0:contactEmailAddress>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:telAreaCode xsi:nil="1"/>
    </ns1:item>
    <ns1:item xsi:type="ns0:BusinessContactPoints">
    <ns0:telCountryCode>44</ns0:telCountryCode>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:contactPointType>PHONE</ns0:contactPointType>
    <ns0:contactTelephoneNumber>323233</ns0:contactTelephoneNumber>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:contactPointId>76329</ns0:contactPointId>
    <ns0:telExtensionNumber xsi:nil="1"/>
    <ns0:contactEmailAddress xsi:nil="1"/>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:telAreaCode>123</ns0:telAreaCode>
    </ns1:item>
    </ns0:businessContactPoints>
    <ns0:businessAddresses xsi:type="ns1:vector">
    <ns1:item xsi:type="ns0:BusinessAddresses">
    <ns0:partyId>551837</ns0:partyId>
    <ns0:locality>Kingshurst</ns0:locality>
    <ns0:paon>20</ns0:paon>
    <ns0:siteUseType>HEADQUATERS_FOR</ns0:siteUseType>
    <ns0:locationId>34380</ns0:locationId>
    <ns0:townName>Birmingham</ns0:townName>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:saon xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:country>GB</ns0:country>
    <ns0:uprn>100070950848</ns0:uprn>
    <ns0:dateOfOccupancyAtthisaddr xsi:nil="1"/>
    <ns0:streetDescriptor>Acacia Avenue</ns0:streetDescriptor>
    <ns0:postcode>B37 6AQ</ns0:postcode>
    <ns0:countyName xsi:nil="1"/>
    <ns0:usrn xsi:nil="1"/>
    </ns1:item>
    </ns0:businessAddresses>
    </ns0:return>
    </ns0:queryBusinessesFindByPartyIdResponse>
    </env:Body>
    </env:Envelope>
    The problem is that I'm trying to transform this message in BPEL/ESB but the mapper does not understand the schema as described in the WSDL and will not let me do 'for-each' or 'if' actions on the collections of addresses for example.
    I've tried injecting my own WSDL into the EJB3 web service through annotations, but it will not compile....
    Can anybody help????
    Thanks
    Chris

  • Sconadm registration failed

    #cat RegistrationProfile.properties
    # CLI registration profile template version 1.0
    # ******** WARNING ********
    # This profile contains sensitive data: passwords and subscription
    # keys. You should take care in how you handle it, ensuring that it
    # is always adequately protected (mode 400 or 600, owned by root)
    # and not stored on insecure file systems like those exported through
    # standard NFS.
    # Sun Online account information. A new account can be created by visiting
    # http://updates.sun.com
    userName=user1234
    password=pass1234
    # Name (label) of this machine as you would like it to appear on the Sun Connection
    # portal. If left blank hostname will be used
    hostName=myhost
    # Service Plan / contract number with Sun. For more information on this topic
    # please visit http://www.sun.com/service/warrantiescontracts/ . NOTE - a
    # subscription key is required to use the Sun Connection Portal.
    subscriptionKey=****************
    # Allow this host to be managed by the Sun Connection Portal. If set to true,
    # a subscription key is required.
    portalEnabled=false
    # HTTPS proxy information needed to connect to Sun for registration and patch
    # updates.
    proxyHostName=
    proxyPort=
    proxyUserName=
    proxyPassword=
    Returns:
    sconadm is running
    Authenticating user ...
    Sun On-line Account authentication failed
    failed registration!
    I have tried this for almost a day with many different configuration. I have confirmed my online login id and password many times. Still nothing.

    Upon further notice the error logs indicate incorrect hostname :
    Mar 7, 2007 4:38:52 PM com.sun.cns.basicreg.BasicReg loadPropertiesFromHomeDir
    INFO: properties file loaded from the default config.properties
    Mar 7, 2007 4:38:52 PM com.sun.scn.util.Utils getLocalHostNames
    INFO: get hostname 207.5.42.247
    Mar 7, 2007 4:38:52 PM com.sun.scn.util.Utils getLocalHostNames
    INFO: first returned hostname 207.5.42.247
    Mar 7, 2007 4:46:23 PM com.sun.cns.basicreg.cacao.ClientLoginCacaoAdapter getLoginResult
    INFO: SCN Fault: Connection refused to host: 207.5.42.247; nested exception is:
    java.net.ConnectException: Connection timed out
    Mar 7, 2007 4:46:23 PM com.sun.cns.basicreg.BasicRegCLI run
    SEVERE: Sun On-line Account authentication failed
    I have no idea where the hostname above came from or why but it is incorrect.

  • Problem in Axis2 version service

    Hi
    We have done a full installation of BOBJ Entreprise Premium XI 3.1 SP 2 on a Microsoft 2003 Server.
    The installation is done with all default settings (ports) and MySQL is also installed.
    We have installed Tomcat as Web Server (5.5.20) and also deployed BOBJ to Internet Information Server (IIS).
    When we try to validate the Query as a Web Service installation (http://dkcphdb10:8080/dswsbobje/ - click on Validate) we get the following message:
    - There was a problem in Axis2 version service , may be the service not available or some thing has gone wrong. But this does not mean system is not working ! Try to upload some other service and check to see whether it is working.
    Hope someone has an answer?
    Br.
    David

    Hi BW BW,
    We have not been able to validate the Query as a Web Service yet. However, even though we receive this error, we have not seen any errors in the functionality of BOBJ Enterprise so far. We have been able to create a Query as a web service and use it in Xcelsius. We had some issues trying to connect to the Query as a web service from Xcelcius, but we found out that it was related to the way we wrote the hostname in the WSDL field in the Xcelsius query as a web service connection. In the beginning we just wrote it as "hostname:8080.......", but we solved the problem by using the full hostname such as this "http://hostname.domain:8080......."
    I don't know if this helps you, but it solved our problem with Query as a web service. If we run into other problems regarding the axis2 I will return to this thread!
    Best regards,
    David

Maybe you are looking for

  • How  to  get the FIRST DAY OF THE CURRENT MONTH

    how to get the FIRST DAY OF THE CURRENT MONTH in oracle 9i. plzzzzz send immedaily.advance thanks

  • Urgent help in B2B Encoding

    I got stuck in critical production issues, I have few outbound interfaces in B2B which are required to write file in UTF-8 encoding, and having few inbound interfaces where file is containing polish character. If I change b2b.encoding to ISO-8859-2,

  • Elements 10 Lasso Tool problem.

    After tracing for just a bit  it stops working and I get  "File Name @% (Layer, RGB/8)* Not Responding" message, screen jump and disappearing 'marching ants'.  Does not appear to be a problem with the Magnetic or Polygonal tools.  This happens when w

  • Start issue oc4j standalone

    os windows server 2008 oc4j version 10.1.3.4 i try to start oc4j standalone with this command java -jar oc4j.jar in the commandline i get the following 10/08/17 12:55:07 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized but nothing more happens

  • How to open homepage on all opened tabs

    Hello, I am new to Safari and I downloaded the Windows ver. and ended up liking it a lot more than Firefox and IE. But one thing is bothering me is that I can't seem to know how or if it's even possible to open new tabs (not windows) and showing my h