Forum Discussion
janis21
15 years agoNew Contributor
oops!
WsdlProject project = new WsdlProject( "pathtoprojectfile.xml");
mockService = project.getMockServiceByName("NameOfmockservice");
mockRunner = mockService.start();
The above works fine but when I try to invoke the mocked service I receive a webserviceexception - No content-type in header.
Is iti possible to disable this.
Plz help
WsdlProject project = new WsdlProject( "pathtoprojectfile.xml");
mockService = project.getMockServiceByName("NameOfmockservice");
mockRunner = mockService.start();
The above works fine but when I try to invoke the mocked service I receive a webserviceexception - No content-type in header.
Is iti possible to disable this.
Plz help