XFkType xf=new XFkType(); xf.setValue("22222"); XDirn xd=new XDirn(); xd.setPattern("11111"); JAXBElement jaxbElement = new JAXBElement(new QName("https://" + Demo1.ucHost + ":8443/axl/"), XFkType.class, "Hello World"); JAXBElement ele = new JAXBElement(new QName("https://" + Demo1.ucHost + ":8443/axl/"), String.class, "Hello World"); xd.setRoutePartitionName(jaxbElement); XMobilityProfile xp=new XMobilityProfile(); xp.setName("sriram"); xp.setDescription("Test EM"); xp.setMobileClientCallingOption("mcc"); xp.setDvofServiceAccessNumber("wwwww"); xp.setDirn(xd); xp.setDvorCallerId(ele); AddMobilityProfileReq mobility=new AddMobilityProfileReq(); mobility.setMobilityProfile(xp); AddMobilityReq amr=new AddMobilityReq(); StandardResponse sr =axlPort.addMobilityProfile(mobility);